diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/acronym/acronym.sty')
-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 4e9041450aa..df38b32ffb4 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}[2009/10/20 - v1.35 +\ProvidesPackage{acronym}[2010/09/08 + v1.36 Support for acronyms (Tobias Oetiker)] \RequirePackage{suffix} \newif\ifAC@footnote @@ -64,7 +64,7 @@ \DeclareOption{dua}{\AC@duatrue} \newif\ifAC@nolist \AC@nolistfalse -\DeclareOption{nolist}{\AC@nolisttrue} +\DeclareOption{nolist}{\AC@nolisttrue\AC@nohyperlinkstrue} \ProcessOptions\relax \ifAC@smaller \RequirePackage{relsize} @@ -308,10 +308,10 @@ \PackageWarning{acronym}{Acronym `#3' is not defined}% \textbf{#3!}% \else - \expandafter#2#1\null + \expandafter#2#1% \fi} \newcommand*\AC@acs[1]{% - \expandafter\AC@get\csname fn@#1\endcsname\@firstoftwo{#1}} + \mbox{\expandafter\AC@get\csname fn@#1\endcsname\@firstoftwo{#1}}} \newcommand*\AC@acl[1]{% \expandafter\AC@get\csname fn@#1\endcsname\@secondoftwo{#1}} \newcommand*{\acs}{\AC@starredfalse\protect\acsa}% |