diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/tocvsec2/tocvsec2.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/tocvsec2/tocvsec2.dtx | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/Master/texmf-dist/source/latex/tocvsec2/tocvsec2.dtx b/Master/texmf-dist/source/latex/tocvsec2/tocvsec2.dtx index 660083ed3b7..6dca1d6551a 100644 --- a/Master/texmf-dist/source/latex/tocvsec2/tocvsec2.dtx +++ b/Master/texmf-dist/source/latex/tocvsec2/tocvsec2.dtx @@ -1,20 +1,17 @@ % \iffalse meta-comment % % tocvsec2.dtx -% Author: Peter Wilson (CUA) now at peter.r.wilson@boeing.com until June 2004 -% (or at: pandgwilson at earthlink dot net) -% Copyright 1999 --- 2004 Peter R. Wilson +% Author: Peter Wilson, Herries Press +% Maintainer: Will Robertson (will dot robertson at latex-project dot org) +% Copyright 1999--2004 Peter R. Wilson % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either -% version 1.3 of this license or (at your option) any -% later version. -% The latest version of the license is in -% http://www.latex-project.org/lppl.txt -% and version 1.3 or later is part of all distributions of -% LaTeX version 2003/06/01 or later. +% 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 "author-maintained". +% 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. % @@ -80,6 +77,7 @@ % \changes{v1.1}{1999/01/24}{Added maxsecnumdepth command} % \changes{v1.1a}{2004/05/10}{Changed license from LPPL v1.0 to v1.3} % \changes{v1.2}{2004/05/24}{Eliminated requirement for stdclsdv package} +% \changes{v1.2a}{2009/09/04}{New maintainer (Will Robertson)} % % \def\dtxfile{tocvsec2.dtx} % \def\fileversion{v1.1} @@ -88,6 +86,8 @@ % \def\filedate{2004/05/10} % \def\fileversion{v1.2} % \def\filedate{2004/05/24} +% \def\fileversion{v1.2a} +% \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 @@ -99,10 +99,10 @@ % file (\texttt{\dtxfile}) has version number \fileversion, last revised % \filedate.}} % -% \author{% -% Peter Wilson\thanks{After May 2004 at: \texttt{pandgwilson at earthlink dot net}}\\ -% Catholic University of America \\ -% Now at \texttt{peter.r.wilson@boeing.com} +% \author{ +% Author: Peter Wilson, Herries Press \\ +% Maintainer: Will Robertson \\ +% \texttt{will dot robertson at latex-project dot org} % } % \date{\filedate} % \maketitle @@ -325,7 +325,7 @@ % \begin{macrocode} %<*usc> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{tocvsec2}[2004/05/24 v1.2 variable ToC section entries] +\ProvidesPackage{tocvsec2}[2009/09/04 v1.2a variable ToC section entries] \RequirePackage{ifthen} % \end{macrocode} % |