diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/romannum/romannum.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/romannum/romannum.dtx | 37 |
1 files changed, 23 insertions, 14 deletions
diff --git a/Master/texmf-dist/source/latex/romannum/romannum.dtx b/Master/texmf-dist/source/latex/romannum/romannum.dtx index 3748459394f..9baebe78160 100644 --- a/Master/texmf-dist/source/latex/romannum/romannum.dtx +++ b/Master/texmf-dist/source/latex/romannum/romannum.dtx @@ -1,14 +1,20 @@ % \iffalse meta-comment % -% epigraph.dtx +% romannum.dtx +% Author: Peter Wilson, Herries Press +% Maintainer: Will Robertson (will dot robertson at latex-project dot org) +% Copyright 1999--2004 Peter R. Wilson % -% Copyright 1999 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> % -% 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 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) (now at: peter.r.wilson@boeing.com) % %<*driver> \documentclass{ltxdoc} @@ -66,9 +72,12 @@ % \DoNotIndex{\wd,\xiipt,\year,\z@} % % \changes{v1.0}{1999/05/08}{First public release} +% \changes{v1.0b}{2009/09/03}{New maintainer (Will Robertson)} % -% \def\fileversion{v1.0} -% \def\filedate{\today} +% \def\dtxfile{romannum.dtx} +% \def\fileversion{v1.0} \def\filedate{8 May 1999} +% \def\fileversion{v1.0a} \def\filedate{2004/05/24} +% \def\fileversion{v1.0b} \def\filedate{2009/09/03} % \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 @@ -77,13 +86,13 @@ % \newcommand*{\Lenv}[1]{\texttt {#1}} ^^A typeset an environment % % \title{The \Lpack{romannum} package\thanks{This -% file has version number \fileversion, last revised +% file (\texttt{\dtxfile}) has version number \fileversion, last revised % \filedate.}} % -% \author{% -% Peter Wilson\\ -% 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 @@ -193,7 +202,7 @@ % \begin{macrocode} %<*usc> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{romannum}[1999/05/08 v1.0 roman numerals] +\ProvidesPackage{romannum}[2009/09/03 v1.0b roman numerals] \RequirePackage{stdclsdv} % \end{macrocode} % |