diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-04 23:44:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-04 23:44:55 +0000 |
commit | 6a4d54516358e547ce4e8217f46cfaed686ce6e9 (patch) | |
tree | 3dc21b4af4342b6a2d846ac6e0b628035bdf9546 /Master/texmf-dist/source/latex/stdclsdv/stdclsdv.dtx | |
parent | b02f713b8f3b7b6cfa2d1b9ff1ea53f154d8b789 (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/stdclsdv.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/stdclsdv/stdclsdv.dtx | 37 |
1 files changed, 19 insertions, 18 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 |