diff options
author | Karl Berry <karl@freefriends.org> | 2009-01-26 00:40:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-01-26 00:40:02 +0000 |
commit | d63d9aa96f223419b04a1a2c85f6cc8c3d10d834 (patch) | |
tree | 45fd3a3c13a72e92f358f654db9e2b629aac7e4d | |
parent | 4c58353a4b347b0bbcd4d52c7f9750e09139bc5d (diff) |
acronym update (25jan09)
git-svn-id: svn://tug.org/texlive/trunk@11978 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/acronym/acronym.pdf | bin | 151937 -> 152326 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/acronym/acronym.dtx | 11 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/acronym/acronym.sty | 10 |
3 files changed, 11 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/acronym/acronym.pdf b/Master/texmf-dist/doc/latex/acronym/acronym.pdf Binary files differindex 1361ea709f4..4f00bf3dcc8 100644 --- a/Master/texmf-dist/doc/latex/acronym/acronym.pdf +++ b/Master/texmf-dist/doc/latex/acronym/acronym.pdf diff --git a/Master/texmf-dist/source/latex/acronym/acronym.dtx b/Master/texmf-dist/source/latex/acronym/acronym.dtx index cd16916b44d..47da340cfb8 100644 --- a/Master/texmf-dist/source/latex/acronym/acronym.dtx +++ b/Master/texmf-dist/source/latex/acronym/acronym.dtx @@ -83,6 +83,7 @@ % \DoNotIndex{\usepackage} % % +% \changes{v1.34}{2009/01/25}{make sure that the s of acp get smaller as well when the smaller option is active} % \changes{v1.33}{2008/12/19}{enrico.gregorio provided a patch for makeing non-description acronym lists work} % \changes{v1.32}{2008/05/28}{Ulrich Diez again altered code to redefine labels in order to cope with unreproducable bug-reports. Warnings turnrd into infos for the sake of decreasing frightening-level} % \changes{v1.31}{2008/05/21}{Philipp Lehman noted a nameconflict with jurabib. Renamed clearlist to AC@clearlist since it is internal anyway} @@ -485,8 +486,8 @@ between the constant of Boltzmann and the \acl{NA}: % First we test that we got the right format and name the package. % \begin{macrocode} \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} % \end{macrocode} @@ -1229,7 +1230,7 @@ between the constant of Boltzmann and the \acl{NA}: % \end{macrocode} % \begin{macrocode} \newcommand*{\@acsp}[1]{% - \acsfont{\AC@acs{#1}}s% + \acsfont{\AC@acs{#1}s}% \ifAC@starred\else\AC@logged{#1}\fi} % \end{macrocode} % \end{macro} @@ -1274,13 +1275,13 @@ between the constant of Boltzmann and the \acl{NA}: % \begin{macrocode} \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} 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} |