diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/proofread/proofread.pdf | bin | 223889 -> 223498 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/proofread/proofread.dtx | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/proofread/proofread.sty | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/proofread/proofread.pdf b/Master/texmf-dist/doc/latex/proofread/proofread.pdf Binary files differindex f68acc2f58d..858a5c2df3d 100644 --- a/Master/texmf-dist/doc/latex/proofread/proofread.pdf +++ b/Master/texmf-dist/doc/latex/proofread/proofread.pdf 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} diff --git a/Master/texmf-dist/tex/latex/proofread/proofread.sty b/Master/texmf-dist/tex/latex/proofread/proofread.sty index 0246719cc8a..49cf6570048 100644 --- a/Master/texmf-dist/tex/latex/proofread/proofread.sty +++ b/Master/texmf-dist/tex/latex/proofread/proofread.sty @@ -14,7 +14,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{proofread} - [2015/09/06 v1.00 Commands for inserting annotations] + [2015/12/07 v1.01 Commands for inserting annotations] \RequirePackage{soul} \RequirePackage{tikz} @@ -111,7 +111,7 @@ \footnotesize% \the\PR@markerno:#1% }% - \advance\PR@markerno1% + \global\advance\PR@markerno1% } \newcommand{\del}[1]{% \com{delete}% |