From 054f1f2d4e45c46e1ba912e6e45528a921efe819 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 13 Mar 2020 21:01:45 +0000 Subject: acronym (13mar20) git-svn-id: svn://tug.org/texlive/trunk@54281 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/acronym/acronym.dtx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'Master/texmf-dist/source') diff --git a/Master/texmf-dist/source/latex/acronym/acronym.dtx b/Master/texmf-dist/source/latex/acronym/acronym.dtx index c64031f7cc4..31211759a80 100644 --- a/Master/texmf-dist/source/latex/acronym/acronym.dtx +++ b/Master/texmf-dist/source/latex/acronym/acronym.dtx @@ -35,7 +35,7 @@ % % \fi % -% \CheckSum{1518} +% \CheckSum{1522} % %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -82,6 +82,8 @@ % \DoNotIndex{\textbf, \textsf, \textsmaller, \textsuperscript, \the} % \DoNotIndex{\usepackage} % +% \changes{v1.46}{2020/03/13}{Tobi Oetiker \cmd{hskip} Fixed miss merge} +% \changes{v1.45}{2020/03/13}{Marcus Meeßen \cmd{hskip} Fixed hyperref and "missing aux" regressions.} % \changes{v1.44}{2020/02/07}{Marcus Meeßen \cmd{hskip} Added the |printonlyreused| option, which allows to automatically exclude acronyms from the list of acronyms if they are used only once} % \changes{v1.43}{2020/02/05}{Marcus Meeßen \cmd{hskip} Fixed unconventional dots spacing in list of acronyms, enhanced list of acronyms with hyperrefs, and fixed collisions between acronyms and package commands, which can be turned of with the |noacroprefix| option} % \changes{v1.42}{2019/11/11}{Philippe Chauvat \cmd{hskip} Fix the carriage return with long lines, Tobi Oetiker and Horst Schirmeier fixed usedflag and page number entries for acfi and Acfi} @@ -677,8 +679,8 @@ blocks to be tested separately. The latter are commonly indicated as % First we test that we got the right format and name the package. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e}[1999/12/01] -\ProvidesPackage{acronym}[2020/02/07 - v1.44 +\ProvidesPackage{acronym}[2020/03/13 + v1.46 Support for acronyms (Tobias Oetiker)] \RequirePackage{suffix,xstring} % \end{macrocode} @@ -1254,14 +1256,14 @@ blocks to be tested separately. The latter are commonly indicated as \ifAC@printonlyused 1% \else\ifAC@printonlyreused 1% \else 0\fi\fi% - =1% + =1\relax% \ifnum% \ifAC@printonlyused% \expandafter\ifx\csname acused@#1@once\endcsname\AC@used 1 \else 0 \fi% \else\ifAC@printonlyreused% \expandafter\ifx\csname acused@#1@twice\endcsname\AC@used 1 \else 0 \fi% \else 0 \fi\fi% - =1% + =1\relax% \item[\protect\AC@hypertarget{#1}{% \AC@hyperref[acro:#1]{\aclabelfont{#2}\hfill}% }]\AC@hyperref[acro:#1]{#3}% @@ -1436,7 +1438,7 @@ blocks to be tested separately. The latter are commonly indicated as \fi } \newcommand*\AC@Aclp[1]{% - \@firstupper{\AC@aclp{#1}}% + \@firstupper\expandafter{\AC@aclp{#1}}% } \newcommand*\AC@acsp[1]{% \ifcsname fn@#1@PS\endcsname @@ -1498,7 +1500,7 @@ blocks to be tested separately. The latter are commonly indicated as % \end{macrocode} % \begin{macrocode} \newcommand*\AC@Acl[1]{% - \@firstupper{\AC@acl{#1}}% + \@firstupper\expandafter{\AC@acl{#1}}% } % \end{macrocode} % \end{macro} -- cgit v1.2.3