summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/acrotex/web.dtx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-29 03:00:46 +0000
committerNorbert Preining <norbert@preining.info>2019-09-29 03:00:46 +0000
commit14ce8b68fe7df49e8a8891bb94c63b9a846da232 (patch)
tree955916716e423f2b747e68fdf96b7ccb94445538 /macros/latex/contrib/acrotex/web.dtx
parentf41a5d46017f730e9586332f28744912872326f5 (diff)
CTAN sync 201909290300
Diffstat (limited to 'macros/latex/contrib/acrotex/web.dtx')
-rw-r--r--macros/latex/contrib/acrotex/web.dtx6
1 files changed, 4 insertions, 2 deletions
diff --git a/macros/latex/contrib/acrotex/web.dtx b/macros/latex/contrib/acrotex/web.dtx
index 605c2f5226..de0477d519 100644
--- a/macros/latex/contrib/acrotex/web.dtx
+++ b/macros/latex/contrib/acrotex/web.dtx
@@ -2951,8 +2951,10 @@
% \end{macrocode}
% \begin{macrocode}
\def\aebwritelastpage{%
- \immediate\write\@auxout{\string\expandafter\string\gdef
- \string\csname\space aebLastPage\string\endcsname{\arabic{page}}}%
+ \immediate\write\@auxout{%
+% \string\expandafter\string\gdef
+% \string\csname\space aebLastPage\string\endcsname{\arabic{page}}}%
+ \string\w@csarg\string\gdef{aebLastPage}{\arabic{page}}}%
}
% \end{macrocode}
% \begin{macrocode}