From 0e5d518bf4163d8e656d99f5a8610c718567f166 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 7 Dec 2015 22:22:17 +0000 Subject: proofread (7dec15) git-svn-id: svn://tug.org/texlive/trunk@39043 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/proofread/proofread.pdf | Bin 223889 -> 223498 bytes .../source/latex/proofread/proofread.dtx | 5 +++-- .../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 index f68acc2f58d..858a5c2df3d 100644 Binary files a/Master/texmf-dist/doc/latex/proofread/proofread.pdf and b/Master/texmf-dist/doc/latex/proofread/proofread.pdf differ 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. %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesPackage{proofread} %<*package> - [2015/09/06 v1.00 Commands for inserting annotations] + [2015/12/07 v1.01 Commands for inserting annotations] % %<*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}% -- cgit v1.2.3