summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stdclsdv
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-09-04 23:44:55 +0000
committerKarl Berry <karl@freefriends.org>2009-09-04 23:44:55 +0000
commit6a4d54516358e547ce4e8217f46cfaed686ce6e9 (patch)
tree3dc21b4af4342b6a2d846ac6e0b628035bdf9546 /Master/texmf-dist/source/latex/stdclsdv
parentb02f713b8f3b7b6cfa2d1b9ff1ea53f154d8b789 (diff)
stdclsdv update (4sep09)
git-svn-id: svn://tug.org/texlive/trunk@15109 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/stdclsdv')
-rw-r--r--Master/texmf-dist/source/latex/stdclsdv/stdclsdv.dtx37
-rw-r--r--Master/texmf-dist/source/latex/stdclsdv/stdclsdv.ins47
2 files changed, 48 insertions, 36 deletions
diff --git a/Master/texmf-dist/source/latex/stdclsdv/stdclsdv.dtx b/Master/texmf-dist/source/latex/stdclsdv/stdclsdv.dtx
index 819a644394c..868ac16f3f4 100644
--- a/Master/texmf-dist/source/latex/stdclsdv/stdclsdv.dtx
+++ b/Master/texmf-dist/source/latex/stdclsdv/stdclsdv.dtx
@@ -7,8 +7,9 @@
% LaTeX Project Public License distributed from CTAN
% archives in directory macros/latex/base/lppl.txt.
%
-% Author: Peter Wilson (CUA and NIST) (now at: peter.r.wilson@boeing.com)
-%
+% Author: Peter Wilson, Herries Press
+% Maintainer: Will Robertson (will dot robertson at latex-project dot org)
+%
%<*driver>
\documentclass{ltxdoc}
\EnableCrossrefs
@@ -67,11 +68,11 @@
%
% \changes{v1.0}{1999/01/17}{First public release}
% \changes{v1.1}{2000/07/16}{Added koma classes}
+% \changes{v1.1a}{2009/09/04}{New maintainer (Will Robertson)}
%
-% ^^A \def\fileversion{v1.0}
-% ^^A \def\filedate{1999/01/17}
-% \def\fileversion{v1.1}
-% \def\filedate{2000/07/16}
+% \def\fileversion{v1.0} \def\filedate{1999/01/17}
+% \def\fileversion{v1.1} \def\filedate{2000/07/16}
+% \def\fileversion{v1.1a} \def\filedate{2009/09/04}
% \newcommand*{\Lpack}[1]{\textsf {#1}} ^^A typeset a package
% \newcommand*{\Lopt}[1]{\textsf {#1}} ^^A typeset an option
% \newcommand*{\file}[1]{\texttt {#1}} ^^A typeset a file
@@ -84,11 +85,11 @@
% \filedate.}}
%
% \author{%
-% Peter Wilson\\
-% Catholic University of America\thanks{This work was originally
+% Peter Wilson, Herries Press\thanks{This work was originally
% performed as
-% a Guest Researcher at the National Institute of Standards and Technology.} \\
-% Now at \texttt{peter.r.wilson@boeing.com}
+% a Guest Researcher at the National Institute of Standards and Technology.}\\
+% Maintainer: Will Robertson \\
+% \texttt{will dot robertson at latex-project dot org}
% }
% \date{\filedate}
% \maketitle
@@ -99,7 +100,7 @@
% \end{abstract}
% \tableofcontents
%
-%
+%
%
% \section{Introduction}
%
@@ -109,7 +110,7 @@
% The \Lpack{stdclsdv} package provides a solution for
% for the case when the document class is one of the \LaTeX{} standard
% classes (i.e., \Lpack{book}, \Lpack{report}, \Lpack{article},
-% \Lpack{letter}, \Lpack{slides}, and classes derived from the
+% \Lpack{letter}, \Lpack{slides}, and classes derived from the
% \Lpack{article} class, namely \Lpack{ltxdoc} and \Lpack{proc}).
% It also handles the \Lpack{koma} classes.\footnote{Courtesy of
% Joerg Jaspert \texttt{Joerg.Jaspert@informatik.fh-fulda.de}.}
@@ -135,8 +136,8 @@
% \DescribeMacro{\ifSCDknownclass}
% |\ifSCDknownclass| is TRUE iff the document class is one of:
% \Lpack{book}, \Lpack{report}, \Lpack{article}, \Lpack{letter},
-% \Lpack{slides}, \Lpack{proc}, \Lpack{ltxdoc},
-% \Lpack{scrbook}, \Lpack{scrreprt}, \Lpack{scrartcl} or \Lpack{scrlettr}.
+% \Lpack{slides}, \Lpack{proc}, \Lpack{ltxdoc},
+% \Lpack{scrbook}, \Lpack{scrreprt}, \Lpack{scrartcl} or \Lpack{scrlettr}.
% Otherwise it is FALSE.
%
% \DescribeMacro{\ifSCDchapter}
@@ -165,11 +166,11 @@
% % normal processing
% \else % just before end of package file
% % error/warning message about unknown class
-% \fi
+% \fi
% \endinput
% \end{verbatim}
% Alternatively, using the |\SCDQuit| command provides a clearer means
-% of accomplishing this. The |\SCDquit| macro is defined to do nothing.
+% of accomplishing this. The |\SCDquit| macro is defined to do nothing.
% It is intended to
% be used for prematurely ending a package file in the following manner:
% \begin{verbatim}
@@ -205,7 +206,7 @@
% \end{thebibliography}
% }
%
-%
+%
% \section{The package code} \label{sec:code}
%
% Announce the name and version of the package, which requires
@@ -213,7 +214,7 @@
% \begin{macrocode}
%<*usc>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{stdclsdv}[2000/07/16 v1.1 Sectional divisions]
+\ProvidesPackage{stdclsdv}[2009/09/04 v1.1a Sectional divisions]
% \end{macrocode}
%
% In order to try and avoid name clashes with other packages, each macro
diff --git a/Master/texmf-dist/source/latex/stdclsdv/stdclsdv.ins b/Master/texmf-dist/source/latex/stdclsdv/stdclsdv.ins
index 22b84633417..66b1782d3ab 100644
--- a/Master/texmf-dist/source/latex/stdclsdv/stdclsdv.ins
+++ b/Master/texmf-dist/source/latex/stdclsdv/stdclsdv.ins
@@ -1,17 +1,20 @@
%% stdclsdv.ins
-%% Copyright 1999 Peter R. Wilson
+%% Copyright 1999, 2000 Peter R. Wilson
%%
-%% This program is provided under the terms of the
-%% LaTeX Project Public License distributed from CTAN
-%% archives in directory macros/latex/base/lppl.txt.
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either
+%% version 1.3c of this license or (at your option) any
+%% later version: <http://www.latex-project.org/lppl.txt>
+%%
+%% This work has the LPPL maintenance status "maintained".
+%% The Current Maintainer of this work is Will Robertson.
+%%
+%% This work consists of the files listed in the README file.
%%
-%% Author: Peter Wilson (CUA and NIST)
-%% now at: peter.r.wilson@boeing.com
%%
%% This file will generate fast loadable files and documentation
-%% driver files from the doc files in this package when run through
-%% LaTeX or TeX.
-%%
+%% driver files from the doc files in this work when run through
+%% LaTeX.
%%
%% --------------- start of docstrip commands ------------------
%%
@@ -19,25 +22,33 @@
\input docstrip.tex
\preamble
- Copyright 1999 Peter R. Wilson
-
- This program is provided under the terms of the
- LaTeX Project Public License distributed from CTAN
- archives in directory macros/latex/base/lppl.txt.
+-----------------------------------------------------------------
+ Author: Peter Wilson, Herries Press
+ Maintainer: Will Robertson (will dot robertson at latex-project dot org)
+ Copyright 1999, 2000 Peter R. Wilson
+
+ This work may be distributed and/or modified under the
+ conditions of the LaTeX Project Public License, either
+ version 1.3c of this license or (at your option) any
+ later version: <http://www.latex-project.org/lppl.txt>
-Author: Peter Wilson (CUA and NIST)
- now at: peter.r.wilson@boeing.com
+ This work has the LPPL maintenance status "maintained".
+ The Current Maintainer of this work is Will Robertson.
+
+ This work consists of the files listed in the README file.
+-----------------------------------------------------------------
\endpreamble
+\askforoverwritefalse
\keepsilent
%%% \Msg{*** Generating the driver file ***}
-%%% \generateFile{stdclsdv.drv}{t}{\from{stdclsdv.dtx}{driver}}
+%%% \generate{\file{stdclsdv.drv}{\from{stdclsdv.dtx}{driver}}}
\Msg{*** Generating the LaTeX2e package files ***}
-\generateFile{stdclsdv.sty}{t}{\from{stdclsdv.dtx}{usc}}
+\generate{\file{stdclsdv.sty}{\from{stdclsdv.dtx}{usc}}}
\Msg{***********************************************************}
\Msg{*}