diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-11 23:01:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-11 23:01:37 +0000 |
commit | 992cdec1c1f6b1115c69406acf54e5b9f165da35 (patch) | |
tree | 9b6f27f82752aae285be166f5c26d799a961ad23 /Master/texmf-dist/tex/latex/acronym | |
parent | 168e8fb338ddcc94582c9858936bbad786022786 (diff) |
acronym update (11sep10)
git-svn-id: svn://tug.org/texlive/trunk@19660 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 | 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}% |