diff options
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/proofread/proofread.dtx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/proofread/proofread.dtx b/Master/texmf-dist/source/latex/proofread/proofread.dtx index c92c2ce4195..2ba8eb2f34c 100644 --- a/Master/texmf-dist/source/latex/proofread/proofread.dtx +++ b/Master/texmf-dist/source/latex/proofread/proofread.dtx @@ -96,7 +96,7 @@ Running "make install" installs the files in the local TeX tree. %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\ProvidesPackage{proofread} %<*package> - [2015/09/06 v1.00 Commands for inserting annotations] + [2015/12/07 v1.01 Commands for inserting annotations] %</package> %<*driver> \documentclass{ltxdoc} @@ -135,6 +135,7 @@ Running "make install" installs the files in the local TeX tree. %\maketitle % %\changes{v1.00}{2015/09/06}{First public release} +%\changes{v1.01}{2015/12/07}{running counter was sometimes not advanced} % % \begin{abstract}\noindent % The |proofread| package defines a few \LaTeX\ commands that are useful @@ -351,7 +352,7 @@ Running "make install" installs the files in the local TeX tree. \footnotesize% \the\PR@markerno:#1% }% - \advance\PR@markerno1% + \global\advance\PR@markerno1% } % \end{macrocode} % \end{macro} |