diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/oberdiek/zref-example-lastpage.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/oberdiek/zref-example-lastpage.tex | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/oberdiek/zref-example-lastpage.tex b/Master/texmf-dist/doc/latex/oberdiek/zref-example-lastpage.tex index 4811073e2bd..99eb15cab87 100644 --- a/Master/texmf-dist/doc/latex/oberdiek/zref-example-lastpage.tex +++ b/Master/texmf-dist/doc/latex/oberdiek/zref-example-lastpage.tex @@ -35,7 +35,8 @@ %% zref-totpages.sty, zref-user.sty, zref-xr.sty, %% zref-example.tex, zref-example-lastpage.tex, %% zref-example-nextpage.tex, zref-test1.tex, -%% zref-test-runs.tex, zref-test-titleref-memoir.tex. +%% zref-test-base.tex, zref-test-runs.tex, +%% zref-test-titleref-memoir.tex. %% \NeedsTeXFormat{LaTeX2e} \documentclass{report} @@ -43,15 +44,13 @@ \newcounter{foo} \renewcommand*{\thefoo}{\Alph{foo}} -\usepackage{zref-lastpage,zref-user}[2010/04/17] +\usepackage{zref-lastpage,zref-user}[2010/04/22] \makeatletter \zref@newprop{thefoo}{\thefoo} \zref@newprop{valuefoo}{\the\value{foo}} \zref@newprop{chapter}{\thechapter} -\zref@addprop{LastPage}{thefoo} -\zref@addprop{LastPage}{valuefoo} -\zref@addprop{LastPage}{chapter} +\zref@addprop{LastPage}{thefoo,valuefoo,chapter} \makeatother \newcommand*{\foo}{% |