summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/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/tex/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/tex/latex/acronym')
-rw-r--r--Master/texmf-dist/tex/latex/acronym/acronym.sty10
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 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}