summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/oberdiek/zref.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-11-20 17:02:27 +0000
committerKarl Berry <karl@freefriends.org>2008-11-20 17:02:27 +0000
commitb06d8ab558b84cff6d6cf06ed6eb914bcf6e7a9f (patch)
tree81b1b6056d107e7948446428778f1c36d02474ad /Master/texmf-dist/source/latex/oberdiek/zref.dtx
parentd982528e0be92cef699f272a069b22906cc5abc7 (diff)
oberdiek update (19nov08)
git-svn-id: svn://tug.org/texlive/trunk@11378 c570f23f-e606-0410-a88d-b1316a301751
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>