diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-05-23 17:47:00 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-05-23 17:47:00 +0000 |
commit | 9c6b29ab3dc212c3906c98b1ed8dfd6e56a7b1e1 (patch) | |
tree | 53f7a5403a5280dcb355ab310a45ea31e87fcbfa /Master/texmf-dist/tex/latex/acronym | |
parent | 59f872617b915b66e2e1b1abbe83d28b496f80c8 (diff) |
acronym v1.31 2008/05/21
git-svn-id: svn://tug.org/texlive/trunk@8309 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/acronym')
-rw-r--r-- | Master/texmf-dist/tex/latex/acronym/acronym.sty | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/acronym/acronym.sty b/Master/texmf-dist/tex/latex/acronym/acronym.sty index a093e188baa..35060cbec3e 100644 --- a/Master/texmf-dist/tex/latex/acronym/acronym.sty +++ b/Master/texmf-dist/tex/latex/acronym/acronym.sty @@ -39,8 +39,8 @@ %% Right brace \} Tilde \~} %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] -\ProvidesPackage{acronym}[2008/04/22 - v1.30 +\ProvidesPackage{acronym}[2008/05/21 + v1.31 Support for acronyms (Tobias Oetiker)] \RequirePackage{suffix} \newif\ifAC@footnote @@ -127,11 +127,11 @@ \def\AChy@acfp#1{\AC@acl{#1}s (\AC@acs{#1}s)}% }% } -\newtoks\clearlist -\newcommand*\AC@addtoclearlist[1]{% - \global\clearlist\expandafter{\the\clearlist\AC@reset{#1}}% +\newtoks\AC@clearlist +\newcommand*\AC@addtoAC@clearlist[1]{% + \global\AC@clearlist\expandafter{\the\AC@clearlist\AC@reset{#1}}% } -\newcommand*\acresetall{\the\clearlist\clearlist={}} +\newcommand*\acresetall{\the\AC@clearlist\AC@clearlist={}} \def\AC@reset#1{% \global\expandafter\let\csname ac@#1\endcsname\relax \@ifundefined{s@acro:#1}{% @@ -331,7 +331,7 @@ \global\expandafter\let\csname ac@#1\endcsname\AC@used {\AC@phantomsection \@ifundefined{s@acro:#1}{\label}{\@verridelabel}{acro:#1}}% - \AC@addtoclearlist{#1}% + \AC@addtoAC@clearlist{#1}% \fi }% \newcommand*{\acf}{\AC@starredfalse\protect\acfa}% @@ -408,7 +408,7 @@ {\itshape \AC@acl{#1} \nolinebreak[3]} (\ifAC@starred\acs*{#1}\else\acs{#1}\fi)} \newcommand{\acused}[1]{% \global\expandafter\let\csname ac@#1\endcsname\AC@used% -\AC@addtoclearlist{#1}} +\AC@addtoAC@clearlist{#1}} \newcommand*{\acsu}{\AC@starredfalse\protect\acsua}% \WithSuffix\newcommand\acsu*{\AC@starredtrue\protect\acsua}% \newcommand{\acsua}[1]{% |