summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/oberdiek/zref.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/zref.dtx')
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/zref.dtx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/zref.dtx b/Master/texmf-dist/source/latex/oberdiek/zref.dtx
index 4ca5b6c08d2..fad7d9f1c29 100644
--- a/Master/texmf-dist/source/latex/oberdiek/zref.dtx
+++ b/Master/texmf-dist/source/latex/oberdiek/zref.dtx
@@ -780,15 +780,15 @@ and the derived files
}
%
\begin{document}
- \chapter{First chapter}
+ \chapter{First chapter}%
Last page is \zref{LastPage}.\\%
Last chapter is \zref[chapter]{LastPage}.\\%
Last foo is \zref[thefoo]{LastPage}.\\%
Last value of foo is \zref[valuefoo]{LastPage}.\\%
\foo
- \chapter{Second chapter}
+ \chapter{Second chapter}%
\foo\foo\foo
- \chapter{Last chapter}
+ \chapter{Last chapter}%
\foo
\end{document}
%</example-lastpage>