diff options
author | Norbert Preining <preining@logic.at> | 2006-11-09 14:03:56 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2006-11-09 14:03:56 +0000 |
commit | fa39323704114a2d5a97e012a357c7e698e8e4fb (patch) | |
tree | 837e2a0f3a836e70f3abce3a26c7bcf063d9ffc8 /Master/texmf-dist/source/latex | |
parent | 73ec9be4524d0208a20b36539cd5b2d7c16d4a5e (diff) |
update regcount, add it to ctan check
git-svn-id: svn://tug.org/texlive/trunk@2419 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/regcount/regcount.dtx | 7 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/regcount/regcount.ins | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/regcount/regcount.dtx b/Master/texmf-dist/source/latex/regcount/regcount.dtx index f07a66e40e3..a06f3adfd30 100644 --- a/Master/texmf-dist/source/latex/regcount/regcount.dtx +++ b/Master/texmf-dist/source/latex/regcount/regcount.dtx @@ -22,7 +22,7 @@ \AtBeginDocument{\DeleteShortVerb{\|}} \IfFileExists{regcount.sty}{\usepackage{regcount}}{} \def\filedate{1999/08/03} -\def\fileversion{v1.0} +\def\fileversion{v1.1} \EnableCrossrefs %\DisableCrossrefs % Say \DisableCrossrefs if index is ready \RecordChanges % Gather update information @@ -59,6 +59,7 @@ %% % % \changes{v1.0}{1999/08/03}{(JPFD) First officially released version.} +% \changes{v1.1}{1999/08/03}{(JPFD) Corrected typos.} % % \DoNotIndex{\@Mii,\@Miv,\@cons,\@currlist,\@dblarg,\@dbldeferlist} % \DoNotIndex{\@dblfloat,\@dottedtocline,\@eha,\@Esphack,\@float} @@ -113,8 +114,8 @@ % |\begin{document}| and |\end{document}| limits. The \cs{rgcounts} does not % write anything in your document. % -% The main use of this package and of the \cs{rgcount} macro is to see the needs in \TeX\ -% registers of the packages you are loading in your document, so you can add \cs{rgcount} +% The main use of this package and of the \cs{rgcounts} macro is to see the needs in \TeX\ +% registers of the packages you are loading in your document, so you can add \cs{rgcounts} % commands before and after the \cs{usepackage} commands. % % \StopEventually{\setcounter{IndexColumns}{2}} diff --git a/Master/texmf-dist/source/latex/regcount/regcount.ins b/Master/texmf-dist/source/latex/regcount/regcount.ins index ad154fe5bff..1f130419a2a 100644 --- a/Master/texmf-dist/source/latex/regcount/regcount.ins +++ b/Master/texmf-dist/source/latex/regcount/regcount.ins @@ -1,5 +1,5 @@ \def\filedate{1999/09/03} -\def\fileversion{v1.0} +\def\fileversion{v1.1} \def\batchfile{regcount.ins} \input docstrip.tex \def\SimplePackage#1{\generateFile{#1.sty}{t}{\from{#1.dtx}{package}}} |