1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165
|
%%
%% This is file `zref-example.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% zref.dtx (with options: `example')
%%
%% This is a generated file.
%%
%% Project: zref
%% Version: 2012/04/04 v2.24
%%
%% Copyright (C) 2006-2012 by
%% Heiko Oberdiek <heiko.oberdiek at googlemail.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
%% version 1.3c of this license or (at your option) any later
%% version. This version of this license is in
%% http://www.latex-project.org/lppl/lppl-1-3c.txt
%% and the latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of
%% LaTeX version 2005/12/01 or later.
%%
%% This work has the LPPL maintenance status "maintained".
%%
%% This Current Maintainer of this work is Heiko Oberdiek.
%%
%% This work consists of the main source file zref.dtx
%% and the derived files
%% zref.sty, zref.pdf, zref.ins, zref.drv, zref-base.sty,
%% zref-abspage.sty, zref-abspos.sty, zref-counter.sty,
%% zref-dotfill.sty, zref-env.sty, zref-hyperref.sty,
%% zref-lastpage.sty, zref-marks.sty, zref-nextpage.sty,
%% zref-pageattr.sty, zref-pagelayout.sty, zref-perpage.sty,
%% zref-runs.sty, zref-savepos.sty, zref-thepage.sty,
%% zref-titleref.sty, 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-base.tex, zref-test-runs.tex,
%% zref-test-titleref-memoir.tex.
%%
\documentclass{book}
\usepackage[ngerman]{babel}%
\usepackage[savepos,totpages,titleref,dotfill,counter,user]{zref}
\makeatletter
\zref@newprop{chaptitle}{}
\zref@addprop{main}{chaptitle}
\newcommand*{\ChapterStart}[2]{%
\cleardoublepage
\def\current@chapid{#1}%
\zref@setcurrent{chaptitle}{#2}%
\chapter{#2}%
\zlabel{chap:#1}%
}
\newcommand*{\ChapterStop}{%
\cleardoublepage
\zref@wrapper@immediate{%
\zref@labelbyprops{chapend:\current@chapid}{abspage}%
}%
}
\newcommand*{\ChapterPages}[1]{%
\zrefused{chap:#1}%
\zrefused{chapend:#1}%
\number\numexpr
\zref@extract{chapend:#1}{abspage}%
-\zref@extract{chap:#1}{abspage}%
+1\relax
}
\makeatother
\begin{document}
\makeatletter
\frontmatter
\zlabel{documentstart}
\begin{itemize}
\item
The frontmatter part has
\number\numexpr\zref@extract{chap:first}{abspage}-1\relax
~pages.
\item
Chapter \zref{chap:first} has \ChapterPages{first} page(s).
\item
Section \zref{hello} is on the
\ifcase\numexpr
\zref@extractdefault{hello}{page}{0}%
-\zref@extractdefault{chap:first}{page}{0}%
+1\relax
??\or first\or second\or third\or forth\fi
~page inside its chapter.
\item
The document has
\zref[abspage]{LastPage} pages.
This number is \ifodd\ztotpages odd\else even\fi.
\item
The last page is labeled with \zpageref{LastPage}.
\item
The title of chapter \zref{chap:next} %
is ``\zref[chaptitle]{chap:next}''.
\end{itemize}
\tableofcontents
\mainmatter
\ChapterStart{first}{First chapter}
\section{Test}
\zlabel{a"o}
Section \zref{a"o} on page
\zref@wrapper@babel\zref@extract{a"o}{page}.
Text.
\newpage
\section{Hello World}
\zlabel{hello}
\ChapterStop
\ChapterStart{next}{Next chapter with \emph{umlauts}: "a"o"u"s}
The width of the first column is
\the\dimexpr \zposx{secondcol}sp - \zposx{firstcol}sp\relax,\\
the height difference of the two baselines is
\the\dimexpr \zposy{firstcol}sp - \zposy{secondline}sp\relax:\\
\begin{tabular}{ll}
\zsavepos{firstcol}Hello&\zsavepos{secondcol}World\\
\zsavepos{secondline}Second line&foobar\\
\end{tabular}
\zrefused{firstcol}
\zrefused{secondcol}
\zrefused{secondline}
\ChapterStop
\ChapterStart{dotfill}{Test for dotfill feature}
\newcommand*{\dftest}[1]{%
#1&
[\makebox[{#1}]{\dotfill}]&
[\makebox[{#1}]{\zdotfill}]\\
}
\begin{tabular}{rll}
& [\verb|\dotfill|] & [\verb|\zdotfill|]\\
\dftest{0.43em}
\dftest{0.44em}
\dftest{0.45em}
\dftest{0.87em}
\dftest{0.88em}
\dftest{0.89em}
\dftest{1.31em}
\dftest{1.32em}
\dftest{1.33em}
\end{tabular}
\ChapterStop
\end{document}
\endinput
%%
%% End of file `zref-example.tex'.
|