summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-12-07 22:22:17 +0000
committerKarl Berry <karl@freefriends.org>2015-12-07 22:22:17 +0000
commit0e5d518bf4163d8e656d99f5a8610c718567f166 (patch)
treefd9151ca7680a8acf270be6e189b5657e83577dc
parentd38cb28960d2a0b887d90d57ea09ab06ebde293f (diff)
proofread (7dec15)
git-svn-id: svn://tug.org/texlive/trunk@39043 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/proofread/proofread.pdfbin223889 -> 223498 bytes
-rw-r--r--Master/texmf-dist/source/latex/proofread/proofread.dtx5
-rw-r--r--Master/texmf-dist/tex/latex/proofread/proofread.sty4
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
--- a/Master/texmf-dist/doc/latex/proofread/proofread.pdf
+++ b/Master/texmf-dist/doc/latex/proofread/proofread.pdf
Binary files 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.
%<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}%