diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/zref.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/zref.dtx | 80 |
1 files changed, 42 insertions, 38 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/zref.dtx b/Master/texmf-dist/source/latex/oberdiek/zref.dtx index 381662d15f0..66c63307912 100644 --- a/Master/texmf-dist/source/latex/oberdiek/zref.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/zref.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright (C) 2006 by Heiko Oberdiek <oberdiek@uni-freiburg.de> +% Copyright (C) 2006, 2007 by Heiko Oberdiek <oberdiek@uni-freiburg.de> % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either @@ -84,7 +84,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: zref 2006/09/08 v1.3 New reference scheme for LaTeX2e (HO)} +\Msg{* Package: zref 2007/01/23 v1.4 New reference scheme for LaTeX2e (HO)} \Msg{************************************************************************} \keepsilent @@ -94,7 +94,7 @@ This is a generated file. -Copyright (C) 2006 by Heiko Oberdiek <oberdiek@uni-freiburg.de> +Copyright (C) 2006, 2007 by Heiko Oberdiek <oberdiek@uni-freiburg.de> This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either @@ -166,7 +166,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{zref.drv}% - [2006/09/08 v1.3 New reference scheme for LaTeX2e (HO)] + [2007/01/23 v1.4 New reference scheme for LaTeX2e (HO)] \documentclass{ltxdoc} \usepackage{holtxdoc} \begin{document} @@ -196,7 +196,7 @@ and the derived files % \GetFileInfo{zref.drv} % % \title{The \xpackage{zref} package} -% \date{2006/09/08 v1.3} +% \date{2007/01/23 v1.4} % \author{Heiko Oberdiek\\\xemail{oberdiek@uni-freiburg.de}} % % \maketitle @@ -502,16 +502,16 @@ and the derived files % there are no warnings in case of undefined references. % % If an user interface doesn't need expandable macros -% then it can use \cs{zref@used} and \cs{zref@wrapper@babel} +% then it can use \cs{zref@refused} and \cs{zref@wrapper@babel} % for its user macros. % -% \begin{declcs}{zref@used} +% \begin{declcs}{zref@refused} % \M{refname} % \end{declcs} % This command is not expandable. It causes the warnings if % the reference \meta{refname} is not defined. Use the % \cs{zref@extract} commands inside expandable contexts and -% mark their use outside by \cs{zref@used}, see the example +% mark their use outside by \cs{zref@refused}, see the example % file. % % \begin{declcs}{zref@ifrefundefined}\markexp @@ -1148,13 +1148,13 @@ the height difference of the two baselines is %<*package> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{zref} - [2006/09/08 v1.3 New reference scheme for LaTeX2e (HO)] + [2007/01/23 v1.4 New reference scheme for LaTeX2e (HO)] % \end{macrocode} % % \subsubsection{Load basic module} % % \begin{macrocode} -\RequirePackage{zref-base}[2006/09/08] +\RequirePackage{zref-base}[2007/01/23] % \end{macrocode} % Abort package loading if \xpackage{zref-base} could not be % loaded successfully. @@ -1169,7 +1169,7 @@ the height difference of the two baselines is \def\ZREF@temp#1{% \DeclareOption{#1}{% \AtEndOfPackage{% - \RequirePackage{zref-#1}[2006/09/08]% + \RequirePackage{zref-#1}[2007/01/23]% }% }% } @@ -1229,7 +1229,7 @@ the height difference of the two baselines is %<*base> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{zref-base}% - [2006/09/08 Module base for zref (HO)] + [2007/01/23 Module base for zref (HO)] % \end{macrocode} % % \subsubsection{Utilities} @@ -1889,8 +1889,8 @@ the height difference of the two baselines is %<*user> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{zref-user}% - [2006/09/08 v1.3 Module user for zref (HO)] -\RequirePackage{zref-base}[2006/09/08] + [2007/01/23 v1.4 Module user for zref (HO)] +\RequirePackage{zref-base}[2007/01/23] \@ifundefined{ZREF@baseok}{\endinput}{} % \end{macrocode} % @@ -1964,8 +1964,8 @@ the height difference of the two baselines is %<*abspage> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{zref-abspage}% - [2006/09/08 v1.3 Module abspage for zref (HO)] -\RequirePackage{zref-base}[2006/09/08] + [2007/01/23 v1.4 Module abspage for zref (HO)] +\RequirePackage{zref-base}[2007/01/23] \@ifundefined{ZREF@baseok}{\endinput}{} % \end{macrocode} % @@ -2001,8 +2001,8 @@ the height difference of the two baselines is %<*counter> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{zref-counter}% - [2006/09/08 v1.3 Module counter for zref (HO)] -\RequirePackage{zref-base}[2006/09/08] + [2007/01/23 v1.4 Module counter for zref (HO)] +\RequirePackage{zref-base}[2007/01/23] \@ifundefined{ZREF@baseok}{\endinput}{} % \end{macrocode} % @@ -2038,8 +2038,8 @@ the height difference of the two baselines is %<*lastpage> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{zref-lastpage}% - [2006/09/08 v1.3 Module lastpage for zref (HO)] -\RequirePackage{zref-base}[2006/09/08] + [2007/01/23 v1.4 Module lastpage for zref (HO)] +\RequirePackage{zref-base}[2007/01/23] \@ifundefined{ZREF@baseok}{\endinput}{} % \end{macrocode} % @@ -2072,16 +2072,16 @@ the height difference of the two baselines is %<*totpages> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{zref-totpages}% - [2006/09/08 v1.3 Module totpages for zref (HO)] -\RequirePackage{zref-base}[2006/09/08] + [2007/01/23 v1.4 Module totpages for zref (HO)] +\RequirePackage{zref-base}[2007/01/23] \@ifundefined{ZREF@baseok}{\endinput}{} % \end{macrocode} % % The absolute page number of the last page is the total % page number. % \begin{macrocode} -\RequirePackage{zref-abspage}[2006/09/08] -\RequirePackage{zref-lastpage}[2006/09/08] +\RequirePackage{zref-abspage}[2007/01/23] +\RequirePackage{zref-lastpage}[2007/01/23] % \end{macrocode} % % \begin{macro}{\ztotpages} @@ -2111,8 +2111,8 @@ the height difference of the two baselines is %<*perpage> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{zref-perpage}% - [2006/09/08 v1.3 Module perpage for zref (HO)] -\RequirePackage{zref-base}[2006/09/08] + [2007/01/23 v1.4 Module perpage for zref (HO)] +\RequirePackage{zref-base}[2007/01/23] \@ifundefined{ZREF@baseok}{\endinput}{} % \end{macrocode} % @@ -2124,7 +2124,7 @@ the height difference of the two baselines is % For detecting changed pages module \xoption{abspage} % is loaded. % \begin{macrocode} -\RequirePackage{zref-abspage}[2006/09/08] +\RequirePackage{zref-abspage}[2007/01/23] % \end{macrocode} % % We group the properties for the needed references @@ -2268,8 +2268,8 @@ the height difference of the two baselines is %<*titleref> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{zref-titleref}% - [2006/09/08 v1.3 Module titleref for zref (HO)] -\RequirePackage{zref-base}[2006/09/08] + [2007/01/23 v1.4 Module titleref for zref (HO)] +\RequirePackage{zref-base}[2007/01/23] \@ifundefined{ZREF@baseok}{\endinput}{} % \end{macrocode} % @@ -2540,8 +2540,8 @@ the height difference of the two baselines is %<*xr> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{zref-xr}% - [2006/09/08 v1.3 Module xr for zref (HO)] -\RequirePackage{zref-base}[2006/09/08] + [2007/01/23 v1.4 Module xr for zref (HO)] +\RequirePackage{zref-base}[2007/01/23] \@ifundefined{ZREF@baseok}{\endinput}{} % \end{macrocode} % \begin{macrocode} @@ -2884,8 +2884,8 @@ the height difference of the two baselines is %<*hyperref> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{zref-hyperref}% - [2006/09/08 v1.3 Module hyperref for zref (HO)] -\RequirePackage{zref-base}[2006/09/08] + [2007/01/23 v1.4 Module hyperref for zref (HO)] +\RequirePackage{zref-base}[2007/01/23] \@ifundefined{ZREF@baseok}{\endinput}{} % \end{macrocode} % @@ -2913,8 +2913,8 @@ the height difference of the two baselines is %<*savepos> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{zref-savepos}% - [2006/09/08 v1.3 Module savepos for zref (HO)] -\RequirePackage{zref-base}[2006/09/08] + [2007/01/23 v1.4 Module savepos for zref (HO)] +\RequirePackage{zref-base}[2007/01/23] \@ifundefined{ZREF@baseok}{\endinput}{} % \end{macrocode} % @@ -3015,15 +3015,15 @@ the height difference of the two baselines is %<*dotfill> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{zref-dotfill}% - [2006/09/08 v1.3 Module dotfill for zref (HO)] -\RequirePackage{zref-base}[2006/09/08] + [2007/01/23 v1.4 Module dotfill for zref (HO)] +\RequirePackage{zref-base}[2007/01/23] \@ifundefined{ZREF@baseok}{\endinput}{} % \end{macrocode} % % For measuring the width of \cs{zdotfill} we use the features % provided by module \xoption{savepos}. % \begin{macrocode} -\RequirePackage{zref-savepos}[2006/09/08] +\RequirePackage{zref-savepos}[2007/01/23] % \end{macrocode} % For automatically generated label names we use the unique % counter of module \xoption{base}. @@ -3257,6 +3257,10 @@ the height difference of the two baselines is % \item % Typo fixes and English cleanup by Per Starback. % \end{Version} +% \begin{Version}{2007/01/23 v1.4} +% \item +% Typo in macro name fixed in documentation. +% \end{Version} % \end{History} % % \PrintIndex |