diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/aliascnt.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/aliascnt.dtx | 16 |
1 files changed, 10 insertions, 6 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 |