diff options
author | Karl Berry <karl@freefriends.org> | 2012-09-04 23:01:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-09-04 23:01:15 +0000 |
commit | 101167d50ee8e9a890754c2a377103228357d7c8 (patch) | |
tree | 8fe30455f22beb0da3b7767834edfda29b1e558d /Master/texmf-dist/tex/latex/acronym | |
parent | 7227e9dd64d02b233176275f543e92ebc7237c7f (diff) |
acronym (4sep12)
git-svn-id: svn://tug.org/texlive/trunk@27590 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 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/acronym/acronym.sty b/Master/texmf-dist/tex/latex/acronym/acronym.sty index df38b32ffb4..50ffdf77b68 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}[2010/09/08 - v1.36 +\ProvidesPackage{acronym}[2012/09/04 + v1.37 Support for acronyms (Tobias Oetiker)] \RequirePackage{suffix} \newif\ifAC@footnote @@ -402,7 +402,9 @@ \expandafter\ifx\csname ac@#1\endcsname\AC@used \else {\AC@phantomsection\@verridelabel{acro:#1}}% + \ifAC@starred\else% \global\expandafter\let\csname ac@#1\endcsname\AC@used + \fi% \AC@addtoAC@clearlist{#1}% \fi }% @@ -413,10 +415,10 @@ \newcommand*{\@acf}[1]{% \ifAC@footnote \acsfont{\AC@acs{#1}}% - \footnote{\AC@placelabel{#1}\AC@acl{#1}{}}% + \footnote{\AC@placelabel{#1}\hskip\z@\AC@acl{#1}{}}% \else \acffont{% - \AC@placelabel{#1}\AC@acl{#1}% + \AC@placelabel{#1}\hskip\z@\AC@acl{#1}% \nolinebreak[3] % \acfsfont{(\acsfont{\AC@acs{#1}})}% }% @@ -453,10 +455,10 @@ \newcommand*{\@acfp}[1]{% \ifAC@footnote \acsfont{\AC@acsp{#1}}% - \footnote{\AC@placelabel{#1}\AC@aclp{#1}{}}% + \footnote{\AC@placelabel{#1}\hskip\z@\AC@aclp{#1}{}}% \else \acffont{% - \AC@placelabel{#1}\AC@aclp{#1}% + \AC@placelabel{#1}\hskip\z@\AC@aclp{#1}% \nolinebreak[3] % \acfsfont{(\acsfont{\AC@acsp{#1}})}% }% |