diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/acronym')
-rw-r--r-- | Master/texmf-dist/tex/latex/acronym/acronym.sty | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/acronym/acronym.sty b/Master/texmf-dist/tex/latex/acronym/acronym.sty index 74ec85692d0..0ba3fe32380 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/12/19 - v1.33 +\ProvidesPackage{acronym}[2009/01/25 + v1.34 Support for acronyms (Tobias Oetiker)] \RequirePackage{suffix} \newif\ifAC@footnote @@ -381,7 +381,7 @@ \newcommand*{\acspa}[1]{% \texorpdfstring{\protect\@acsp{#1}}{#1s}} \newcommand*{\@acsp}[1]{% - \acsfont{\AC@acs{#1}}s% + \acsfont{\AC@acs{#1}s}% \ifAC@starred\else\AC@logged{#1}\fi} \newcommand*{\aclp}{\AC@starredfalse\protect\@aclp}% \WithSuffix\newcommand\aclp*{\AC@starredtrue\protect\@aclp}% @@ -394,13 +394,13 @@ \texorpdfstring{\protect\@acfp{#1}}{\AC@acl{#1}s (#1s)}} \newcommand*{\@acfp}[1]{% \ifAC@footnote - \acsfont{\AC@acs{#1}}s% + \acsfont{\AC@acs{#1}s}% \footnote{\AC@placelabel{#1}\AC@acl{#1}s{}}% \else \acffont{% \AC@placelabel{#1}\AC@acl{#1}s% \nolinebreak[3] % - \acfsfont{(\acsfont{\AC@acs{#1}}s)}% + \acfsfont{(\acsfont{\AC@acs{#1}s})}% }% \fi \ifAC@starred\else\AC@logged{#1}\fi} |