diff options
author | Karl Berry <karl@freefriends.org> | 2008-12-21 22:43:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-12-21 22:43:49 +0000 |
commit | abdeda1e2792cbb1305e6f8481154c4e2dfc4ae9 (patch) | |
tree | d29716e844367499500226729a898092732a9cb3 /Master/texmf-dist/tex | |
parent | 078197e31e2f7d0e43c7167e1455203f516dcd7d (diff) |
acronym 1.33 (19dec08
git-svn-id: svn://tug.org/texlive/trunk@11675 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/acronym/acronym.sty | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/acronym/acronym.sty b/Master/texmf-dist/tex/latex/acronym/acronym.sty index 263e071b0fc..74ec85692d0 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/05/28 - v1.32 +\ProvidesPackage{acronym}[2008/12/19 + v1.33 Support for acronyms (Tobias Oetiker)] \RequirePackage{suffix} \newif\ifAC@footnote @@ -187,7 +187,8 @@ \newenvironment{acronym}[1][1]{% \providecommand*{\acro}{\AC@acro}% \long\def\acroextra##1{##1}% - \ifx#1% + \def\@tempa{1}\def\@tempb{#1}% + \ifx\@tempa\@tempb% \global\expandafter\let\csname ac@des@mark\endcsname\AC@used% \ifAC@nolist% \else% |