summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/docmfp/docmfp.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/docmfp/docmfp.dtx')
-rw-r--r--Master/texmf-dist/source/latex/docmfp/docmfp.dtx41
1 files changed, 21 insertions, 20 deletions
diff --git a/Master/texmf-dist/source/latex/docmfp/docmfp.dtx b/Master/texmf-dist/source/latex/docmfp/docmfp.dtx
index dd732c0c3fe..4c099c9a30b 100644
--- a/Master/texmf-dist/source/latex/docmfp/docmfp.dtx
+++ b/Master/texmf-dist/source/latex/docmfp/docmfp.dtx
@@ -1,19 +1,17 @@
% \iffalse meta-comment
%
% docmfp.dtx
-% Author: Peter Wilson (Herries Press) herries dot press at earthlink dot net
-% Copyright 1999 --- 2005 Peter R. Wilson
+% Author: Peter Wilson (Herries Press)
+% Maintainer: Will Robertson (will dot robertson at latex-project dot org)
+% Copyright 1999--2005 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.
%
@@ -94,6 +92,7 @@
% \changes{v1.2a}{2004/04/22}{Changed license from LPPL v1.0 to v1.3}
% \changes{v1.2b}{2004/05/14}{Minor fix for checksum}
% \changes{v1.2c}{2005/03/26}{Fixed some typos in the description part, no code changes}
+% \changes{v1.2d}{2009/09/02}{New maintainer (Will Robertson)}
%
% \def\dtxfile{docmfp.dtx}
% \def\fileversion{v1.0} \def\filedate{1999/04/11}
@@ -102,6 +101,7 @@
% \def\fileversion{v1.2a} \def\filedate{2004/04/22}
% \def\fileversion{v1.2b} \def\filedate{2004/05/14}
% \def\fileversion{v1.2c} \def\filedate{2005/03/26}
+% \def\fileversion{v1.2d} \def\filedate{2009/09/02}
% \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
@@ -115,8 +115,9 @@
% \filedate.}}
%
% \author{%
-% Peter Wilson\thanks{\texttt{herries dot press at earthlink dot net}}\\
-% Herries Press
+% Author: Peter Wilson, Herries Press\\
+% Maintainer: Will Robertson\\
+% \texttt{will dot robertson at latex-project dot org}
% }
% \date{\filedate}
% \maketitle
@@ -283,8 +284,8 @@
% \preamble
% Copyright and other notices
% \endpreamble
-% \generateFile{myfile.drv}{t}{\from{myfile.dtx}{driver}}
-% \generateFile{mypackage.sty}{t}{\from{myfile.dtx}{pack}}
+% \generate{\file{myfile.drv}{\from{myfile.dtx}{driver}}}
+% \generate{\file{mypackage.sty}{\from{myfile.dtx}{pack}}}
%
% \endinput
% \end{verbatim}
@@ -310,11 +311,11 @@
% \preamble
% Copyright and other notices
% \endpreamble
-% \generateFile{myfile.drv}{t}{\from{myfile.dtx}{driver}}
+% \generate{\file{myfile.drv}{\from{myfile.dtx}{driver}}}
% \usepostamble\empty % switch off writing \endinput
-% \generateFile{myfont.mf}{t}{\from{myfile.dtx}{font}}
+% \generate{\file{myfont.mf}{\from{myfile.dtx}{font}}}
% \usepostamble\defaultpostamble % switch on writing \endinput
-% \generateFile{mypackage.sty}{t}{\from{myfile.dtx}{pack}}
+% \generate{\file{mypackage.sty}{\from{myfile.dtx}{pack}}}
%
% \endinput
% \end{verbatim}
@@ -336,15 +337,15 @@
% \def\batchfile{myfile.ins}
% \input docstrip.tex
% \usepreamble\empty % switch off all preamble info
-% \generateFile{myfile.drv}{t}{\from{myfile.dtx}{driver}}
+% \generate{\file{myfile.drv}{\from{myfile.dtx}{driver}}}
% \usepreamble\defaultpreamble % switch on normal preambling
% \preamble
% Copyright and other notices
% \endpreamble
% \usepostamble\empty % switch off writing \endinput
-% \generateFile{myfont.mf}{t}{\from{myfile.dtx}{font}}
+% \generate{\file{myfont.mf}{\from{myfile.dtx}{font}}}
% \usepostamble\defaultpostamble % switch on writing \endinput
-% \generateFile{mypackage.sty}{t}{\from{myfile.dtx}{pack}}
+% \generate{\file{mypackage.sty}{\from{myfile.dtx}{pack}}}
%
% \endinput
% \end{verbatim}
@@ -363,7 +364,7 @@
% \begin{macrocode}
%<*usc>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{docmfp}[2004/05/14 v1.2b General coding extension to the doc package]
+\ProvidesPackage{docmfp}[2009/09/02 v1.2d General coding extension to the doc package]
% \end{macrocode}
%