diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/acronym/acronym.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/acronym/acronym.sty | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/acronym/acronym.sty b/Master/texmf-dist/tex/latex/acronym/acronym.sty index ebd2a86d946..134d97500b6 100644 --- a/Master/texmf-dist/tex/latex/acronym/acronym.sty +++ b/Master/texmf-dist/tex/latex/acronym/acronym.sty @@ -40,8 +40,8 @@ %% %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] -\ProvidesPackage{acronym}[2020/02/07 - v1.44 +\ProvidesPackage{acronym}[2020/03/13 + v1.46 Support for acronyms (Tobias Oetiker)] \RequirePackage{suffix,xstring} \newif\ifAC@footnote @@ -283,14 +283,14 @@ \ifAC@printonlyused 1% \else\ifAC@printonlyreused 1% \else 0\fi\fi% - =1% + =1\relax% \ifnum% \ifAC@printonlyused% \expandafter\ifx\csname acused@#1@once\endcsname\AC@used 1 \else 0 \fi% \else\ifAC@printonlyreused% \expandafter\ifx\csname acused@#1@twice\endcsname\AC@used 1 \else 0 \fi% \else 0 \fi\fi% - =1% + =1\relax% \item[\protect\AC@hypertarget{#1}{% \AC@hyperref[acro:#1]{\aclabelfont{#2}\hfill}% }]\AC@hyperref[acro:#1]{#3}% @@ -399,7 +399,7 @@ \fi } \newcommand*\AC@Aclp[1]{% - \@firstupper{\AC@aclp{#1}}% + \@firstupper\expandafter{\AC@aclp{#1}}% } \newcommand*\AC@acsp[1]{% \ifcsname fn@#1@PS\endcsname @@ -421,7 +421,7 @@ \newcommand*\AC@acl[1]{% \expandafter\AC@get\csname fn@#1\endcsname\@secondoftwo{#1}} \newcommand*\AC@Acl[1]{% - \@firstupper{\AC@acl{#1}}% + \@firstupper\expandafter{\AC@acl{#1}}% } \newcommand*{\acs}{\AC@starredfalse\protect\acsa}% \WithSuffix\newcommand\acs*{\AC@starredtrue\protect\acsa}% |