diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-20 22:51:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-20 22:51:43 +0000 |
commit | 90c8f7817dee14178ac759a83b36bc0b486d7c29 (patch) | |
tree | 8f04f6a87c579611a5b0f03aef36b315b2d185a8 /Master/texmf-dist/source/latex/oberdiek/uniquecounter.dtx | |
parent | 7310d70c7fda786e3272dce26ac08a614b9045b6 (diff) |
oberdiek update (19dec09)
git-svn-id: svn://tug.org/texlive/trunk@16459 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/uniquecounter.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/uniquecounter.dtx | 44 |
1 files changed, 31 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/uniquecounter.dtx b/Master/texmf-dist/source/latex/oberdiek/uniquecounter.dtx index 5866da0c934..4b896b01bbf 100644 --- a/Master/texmf-dist/source/latex/oberdiek/uniquecounter.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/uniquecounter.dtx @@ -73,7 +73,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: uniquecounter 2009/09/11 v1.0 Provides unlimited unique counter (HO)} +\Msg{* Package: uniquecounter 2009/12/18 v1.1 Provides unlimited unique counter (HO)} \Msg{************************************************************************} \keepsilent @@ -148,7 +148,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{uniquecounter.drv}% - [2009/09/11 v1.0 Provides unlimited unique counter (HO)]% + [2009/12/18 v1.1 Provides unlimited unique counter (HO)]% \documentclass{ltxdoc} \usepackage{holtxdoc}[2008/08/11] \begin{document} @@ -157,7 +157,7 @@ and the derived files %</driver> % \fi % -% \CheckSum{617} +% \CheckSum{632} % % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -178,7 +178,7 @@ and the derived files % \GetFileInfo{uniquecounter.drv} % % \title{The \xpackage{uniquecounter} package} -% \date{2009/09/11 v1.0} +% \date{2009/12/18 v1.1} % \author{Heiko Oberdiek\\\xemail{oberdiek@uni-freiburg.de}} % % \maketitle @@ -318,7 +318,7 @@ and the derived files \fi \expandafter\x\csname ver@uniquecounter.sty\endcsname \ProvidesPackage{uniquecounter}% - [2009/09/11 v1.0 Provides unlimited unique counter (HO)] + [2009/12/18 v1.1 Provides unlimited unique counter (HO)] % \end{macrocode} % % \subsection{Catcodes} @@ -458,7 +458,9 @@ and the derived files \else \UniqueCounterIncrement{#1}% \expandafter\expandafter\expandafter\uqc@Call - \csname uqc@cnt@#1\expandafter\endcsname + \expandafter\expandafter\expandafter{% + \csname uqc@cnt@#1\expandafter\endcsname\expandafter + }% \fi } % \end{macrocode} @@ -574,7 +576,7 @@ and the derived files \NeedsTeXFormat{LaTeX2e} \nofiles \documentclass{minimal} -\usepackage{uniquecounter}[2009/09/11] +\usepackage{uniquecounter}[2009/12/18] \usepackage{qstest} \IncludeTests{*} \LogTests{log}{*}{*} @@ -629,13 +631,24 @@ and the derived files \UniqueCounterNew{foo}% }% \CheckValue{foo}{0}% - \CheckSpace{% - \UniqueCounterCall{foo}{\CheckCall}{1}% - }% - \CheckSpace{% - \UniqueCounterCall{foo}{\CheckCall}{2}% + \def\Check#1{% + \CheckSpace{% + \UniqueCounterCall{foo}{\CheckCall}{#1}% + }% + \CheckValue{foo}{#1}% }% - \CheckValue{foo}{2}% + \Check{1}% + \Check{2}% + \Check{3}% + \Check{4}% + \Check{5}% + \Check{6}% + \Check{7}% + \Check{8}% + \Check{9}% + \Check{10}% + \Check{11}% + \Check{12}% \end{qstest} \csname @@end\endcsname @@ -917,6 +930,11 @@ and the derived files % \item % First public version. % \end{Version} +% \begin{Version}{2009/12/18 v1.1} +% \item +% Bug fix in \cs{UniqueCounterCall} for values \textgreater\ 9 +% (bug report of Lev Bishop). +% \end{Version} % \end{History} % % \PrintIndex |