diff options
author | Karl Berry <karl@freefriends.org> | 2006-09-30 21:44:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-09-30 21:44:11 +0000 |
commit | 9573b5b481deba97256d67e7207ba3126e876401 (patch) | |
tree | e11ab614cd5890c7594550faa2d093ac6e1387c2 /Master/texmf-dist/source/latex/oberdiek | |
parent | 5699118c31d58326d61b42d119f3fe97e12bcdd0 (diff) |
oberdiek update (29sep06)
git-svn-id: svn://tug.org/texlive/trunk@2225 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek')
4 files changed, 56 insertions, 48 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/aliascnt.dtx b/Master/texmf-dist/source/latex/oberdiek/aliascnt.dtx index aceb4c27e89..37f40d6913a 100644 --- a/Master/texmf-dist/source/latex/oberdiek/aliascnt.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/aliascnt.dtx @@ -66,7 +66,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: aliascnt 2006/08/16 v1.1 Alias counter (HO)} +\Msg{* Package: aliascnt 2006/09/25 v1.2 Alias counter (HO)} \Msg{************************************************************************} \keepsilent @@ -126,7 +126,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{aliascnt.drv}% - [2006/08/16 v1.1 Alias counter (HO)] + [2006/09/25 v1.2 Alias counter (HO)] \documentclass{ltxdoc} \usepackage{holtxdoc} \begin{document} @@ -156,7 +156,7 @@ and the derived files % \GetFileInfo{aliascnt.drv} % % \title{The \xpackage{aliascnt} package} -% \date{2006/08/16 v1.1} +% \date{2006/09/25 v1.2} % \author{Heiko Oberdiek\\\xemail{oberdiek@uni-freiburg.de}} % % \maketitle @@ -236,7 +236,7 @@ and the derived files %<*package> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{aliascnt}% - [2006/08/16 v1.1 Alias counter (HO)] + [2006/09/25 v1.2 Alias counter (HO)] % \end{macrocode} % % \subsection{Create new alias counter} @@ -279,7 +279,7 @@ and the derived files % main counter. % \begin{macrocode} \newcommand*{\aliascntresetthe}[1]{% - \@ifundefined{AC@#1}{% + \@ifundefined{AC@cnt@#1}{% \PackageError{aliascnt}{% `#1' is not an alias counter% }\@ehc @@ -301,7 +301,7 @@ and the derived files % to find the base counter. % \begin{macrocode} \newcommand*{\AC@findrootcnt}[1]{% - \@ifundefined{AC@#1}{% + \@ifundefined{AC@cnt@#1}{% #1% }{% \expandafter\AC@findrootcnt\csname AC@cnt@#1\endcsname @@ -467,6 +467,10 @@ and the derived files % \item % Update of bibliography. % \end{Version} +% \begin{Version}{2006/09/25 v1.2} +% \item +% Bug fix (\cs{aliascntresetthe}). +% \end{Version} % \end{History} % % \PrintIndex diff --git a/Master/texmf-dist/source/latex/oberdiek/oberdiek.ins b/Master/texmf-dist/source/latex/oberdiek/oberdiek.ins index f42726f6949..b3d80cc9e68 100644 --- a/Master/texmf-dist/source/latex/oberdiek/oberdiek.ins +++ b/Master/texmf-dist/source/latex/oberdiek/oberdiek.ins @@ -1,5 +1,5 @@ % oberdiek.ins -% 2006/08/26 +% 2006/09/29 % % Copyright (C) 1999, 2001, 2006 by % Heiko Oberdiek <oberdiek@uni-freiburg.de> diff --git a/Master/texmf-dist/source/latex/oberdiek/oberdiek.tex b/Master/texmf-dist/source/latex/oberdiek/oberdiek.tex index 558e0cfef24..e4dae70813d 100644 --- a/Master/texmf-dist/source/latex/oberdiek/oberdiek.tex +++ b/Master/texmf-dist/source/latex/oberdiek/oberdiek.tex @@ -6,7 +6,7 @@ \newcommand*{\Subject}{CTAN:\CTANdir} \newcommand*{\Author}{Heiko Oberdiek} \newcommand*{\Email}{oberdiek@uni-freiburg.de} -\newcommand*{\Date}{2006/08/26} +\newcommand*{\Date}{2006/09/29} % Copyright (C) 2006 by % Heiko Oberdiek <oberdiek@uni-freiburg.de> @@ -154,7 +154,7 @@ \section{Overview} \begin{overview} -\entry{aliascnt}{2006/08/16}{1.1}{Alias counter}% +\entry{aliascnt}{2006/09/25}{1.2}{Alias counter}% [\entrysep] \entry{alphalph}{2006/05/30}{1.4}{Converting numbers to letters}% [\entrysep] @@ -230,7 +230,7 @@ [\entrysep] \entry{twoopt}{2006/02/20}{1.4}{Definitions with two optional arguments}% [\entrysep] -\entry{zref}{2006/05/25}{1.2}{New reference scheme for \LaTeXe{}}% +\entry{zref}{2006/09/08}{1.3}{New reference scheme for \LaTeXe{}}% \end{overview} \section{Packages} diff --git a/Master/texmf-dist/source/latex/oberdiek/zref.dtx b/Master/texmf-dist/source/latex/oberdiek/zref.dtx index 999d3372bfd..b16145f24ff 100644 --- a/Master/texmf-dist/source/latex/oberdiek/zref.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/zref.dtx @@ -84,7 +84,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: zref 2006/05/25 v1.2 New reference scheme for LaTeX2e (HO)} +\Msg{* Package: zref 2006/09/08 v1.3 New reference scheme for LaTeX2e (HO)} \Msg{************************************************************************} \keepsilent @@ -166,7 +166,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{zref.drv}% - [2006/05/25 v1.2 New reference scheme for LaTeX2e (HO)] + [2006/09/08 v1.3 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/05/25 v1.2} +% \date{2006/09/08 v1.3} % \author{Heiko Oberdiek\\\xemail{oberdiek@uni-freiburg.de}} % % \maketitle @@ -702,7 +702,7 @@ and the derived files % % \subsection{Module \xoption{abspage}} % -% With the help of package \xpackage{everyshi} (\cite{everyshi}) +% With the help of package \xpackage{everyshi} \cite{everyshi} % a new counter |abspage| with absolute page numbers is provided. % Also a new property |abspage| is defined and added to the % main property list. Thus you can reference the absolute @@ -716,7 +716,7 @@ and the derived files % \subsection{Module \xoption{lastpage}} % % Provides the functionality of package \xpackage{lastpage} -% (\cite{lastpage}) in the new reference scheme. +% \cite{lastpage} in the new reference scheme. % The label |LastPage| is put at the end of the document. % You can refer the last page number with: % \begin{quote} @@ -752,8 +752,8 @@ and the derived files % counting with value \meta{reset} (default is \texttt{1}). % The macro has the same % syntax and semantics as \cs{MakePerPage} of package -% \xpackage{perpage} (\cite{perpage}). -% Also \xoption{perpage} of package \xpackage{footmisc} (\cite{footmisc}) +% \xpackage{perpage} \cite{perpage}. +% Also \xoption{perpage} of package \xpackage{footmisc} \cite{footmisc} % can easily be simulated by % \begin{quote} % |\zmakeperpage{footnote}| \itshape |% \usepackage[perpage]{footmisc}| @@ -1148,13 +1148,13 @@ the height difference of the two baselines is %<*package> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{zref} - [2006/05/25 v1.2 New reference scheme for LaTeX2e (HO)] + [2006/09/08 v1.3 New reference scheme for LaTeX2e (HO)] % \end{macrocode} % % \subsubsection{Load basic module} % % \begin{macrocode} -\RequirePackage{zref-base}[2006/05/25] +\RequirePackage{zref-base}[2006/09/08] % \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/05/25]% + \RequirePackage{zref-#1}[2006/09/08]% }% }% } @@ -1229,7 +1229,7 @@ the height difference of the two baselines is %<*base> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{zref-base}% - [2006/05/25 Module base for zref (HO)] + [2006/09/08 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/05/25 v1.2 Module user for zref (HO)] -\RequirePackage{zref-base}[2006/05/25] + [2006/09/08 v1.3 Module user for zref (HO)] +\RequirePackage{zref-base}[2006/09/08] \@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/05/25 v1.2 Module abspage for zref (HO)] -\RequirePackage{zref-base}[2006/05/25] + [2006/09/08 v1.3 Module abspage for zref (HO)] +\RequirePackage{zref-base}[2006/09/08] \@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/05/25 v1.2 Module counter for zref (HO)] -\RequirePackage{zref-base}[2006/05/25] + [2006/09/08 v1.3 Module counter for zref (HO)] +\RequirePackage{zref-base}[2006/09/08] \@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/05/25 v1.2 Module lastpage for zref (HO)] -\RequirePackage{zref-base}[2006/05/25] + [2006/09/08 v1.3 Module lastpage for zref (HO)] +\RequirePackage{zref-base}[2006/09/08] \@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/05/25 v1.2 Module totpages for zref (HO)] -\RequirePackage{zref-base}[2006/05/25] + [2006/09/08 v1.3 Module totpages for zref (HO)] +\RequirePackage{zref-base}[2006/09/08] \@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/05/25] -\RequirePackage{zref-lastpage}[2006/05/25] +\RequirePackage{zref-abspage}[2006/09/08] +\RequirePackage{zref-lastpage}[2006/09/08] % \end{macrocode} % % \begin{macro}{\ztotpages} @@ -2111,8 +2111,8 @@ the height difference of the two baselines is %<*perpage> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{zref-perpage}% - [2006/05/25 v1.2 Module perpage for zref (HO)] -\RequirePackage{zref-base}[2006/05/25] + [2006/09/08 v1.3 Module perpage for zref (HO)] +\RequirePackage{zref-base}[2006/09/08] \@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/05/25] +\RequirePackage{zref-abspage}[2006/09/08] % \end{macrocode} % % We group the properties for the needed references @@ -2164,7 +2164,7 @@ the height difference of the two baselines is % \begin{macro}{\zmakeperpage} % Makro \cs{zmakeperpage} resets a counter at each page % break. It uses the same syntax and semantics as -% \cs{MakePerPage} from package \xpackage{perpage} (\cite{perpage}). +% \cs{MakePerPage} from package \xpackage{perpage} \cite{perpage}. % The initial start value can be given by the optional % argument. Default is one that means after the first % \cs{stepcounter} on a new page the counter starts with @@ -2268,8 +2268,8 @@ the height difference of the two baselines is %<*titleref> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{zref-titleref}% - [2006/05/25 v1.2 Module titleref for zref (HO)] -\RequirePackage{zref-base}[2006/05/25] + [2006/09/08 v1.3 Module titleref for zref (HO)] +\RequirePackage{zref-base}[2006/09/08] \@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/05/25 v1.2 Module xr for zref (HO)] -\RequirePackage{zref-base}[2006/05/25] + [2006/09/08 v1.3 Module xr for zref (HO)] +\RequirePackage{zref-base}[2006/09/08] \@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/05/25 v1.2 Module hyperref for zref (HO)] -\RequirePackage{zref-base}[2006/05/25] + [2006/09/08 v1.3 Module hyperref for zref (HO)] +\RequirePackage{zref-base}[2006/09/08] \@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/05/25 v1.2 Module savepos for zref (HO)] -\RequirePackage{zref-base}[2006/05/25] + [2006/09/08 v1.3 Module savepos for zref (HO)] +\RequirePackage{zref-base}[2006/09/08] \@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/05/25 v1.2 Module dotfill for zref (HO)] -\RequirePackage{zref-base}[2006/05/25] + [2006/09/08 v1.3 Module dotfill for zref (HO)] +\RequirePackage{zref-base}[2006/09/08] \@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/05/25] +\RequirePackage{zref-savepos}[2006/09/08] % \end{macrocode} % For automatically generated label names we use the unique % counter of module \xoption{base}. @@ -3253,6 +3253,10 @@ the height difference of the two baselines is % Module base: macros \cs{zref@require@uniqe} and \cs{thezref@unique} % added (used by modules titleref and dotfillmin). % \end{Version} +% \begin{Version}{2006/09/08 v1.3} +% \item +% Typo fixes and English cleanup by Per Starback. +% \end{Version} % \end{History} % % \PrintIndex |