summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/docmfp
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-05-30 22:11:26 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-05-30 22:11:26 +0000
commitfea99e4d6d4fbbd9fc68e58db96227c13a8be2e9 (patch)
treeab70fe8fc87d35ec604949a0fca4d36a72f03d7a /Master/texmf-dist/tex/latex/docmfp
parent9c5f8987f7620682d029599f22c3e2fbe8550336 (diff)
docmpf v1.2b 2004/05/14 with new pdf entering tlpkg-ctan-check
git-svn-id: svn://tug.org/texlive/trunk@8421 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/docmfp')
-rw-r--r--Master/texmf-dist/tex/latex/docmfp/docmfp.sty36
1 files changed, 29 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/docmfp/docmfp.sty b/Master/texmf-dist/tex/latex/docmfp/docmfp.sty
index f27333d300a..3d212801f5c 100644
--- a/Master/texmf-dist/tex/latex/docmfp/docmfp.sty
+++ b/Master/texmf-dist/tex/latex/docmfp/docmfp.sty
@@ -6,17 +6,26 @@
%%
%% docmfp.dtx (with options: `usc')
%%
-%% Copyright 1999 Peter R. Wilson
+%% -----------------------------------------------------------------
+%% Author: Peter Wilson (Herries Press) herries dot press at earthlink dot net
+%% Copyright 1999 --- 2005 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.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.
%%
-%% Author: Peter Wilson (CUA)
-%% now at: peter.r.wilson@boeing.com
+%% This work has the LPPL maintenance status "author-maintained".
+%%
+%% This work consists of the files listed in the README file.
+%% -----------------------------------------------------------------
%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{docmfp}[2000/10/28 v1.1 General coding extension to the doc package]
+\ProvidesPackage{docmfp}[2004/05/14 v1.2b General coding extension to the doc package]
\newcommand{\m@fpmakeuscoreletter}{\catcode`\_11\relax}
\newcommand{\m@fpmakehashletter}{\catcode`\#11\relax}
@@ -129,6 +138,19 @@
\encapchar usage}
\@esphack}
+\renewcommand{\check@checksum}{\relax
+ \ifnum\check@sum=\bslash@cnt
+ \typeout{*******************}%
+ \typeout{* Checksum passed *}%
+ \typeout{*******************}%
+ \else
+ \PackageError{docmfp}{Checksum not passed
+ (\the\check@sum<>\the\bslash@cnt)}%
+ {The file currently documented seems to be wrong.^^J%
+ Try to get a correct version.}%
+ \fi
+ \global\check@sum\z@}
+
\endinput
%%
%% End of file `docmfp.sty'.