summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/acronym
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-01-26 00:40:02 +0000
committerKarl Berry <karl@freefriends.org>2009-01-26 00:40:02 +0000
commitd63d9aa96f223419b04a1a2c85f6cc8c3d10d834 (patch)
tree45fd3a3c13a72e92f358f654db9e2b629aac7e4d /Master/texmf-dist/source/latex/acronym
parent4c58353a4b347b0bbcd4d52c7f9750e09139bc5d (diff)
acronym update (25jan09)
git-svn-id: svn://tug.org/texlive/trunk@11978 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/acronym')
-rw-r--r--Master/texmf-dist/source/latex/acronym/acronym.dtx11
1 files changed, 6 insertions, 5 deletions
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}