From 24c628b30e23e7037f962faaac95678b62764b1f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 11 May 2013 22:52:12 +0000 Subject: acro (11may13) git-svn-id: svn://tug.org/texlive/trunk@30406 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/acro/acro.sty | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/tex/latex/acro') diff --git a/Master/texmf-dist/tex/latex/acro/acro.sty b/Master/texmf-dist/tex/latex/acro/acro.sty index aacff0250f5..c0a3d366e30 100644 --- a/Master/texmf-dist/tex/latex/acro/acro.sty +++ b/Master/texmf-dist/tex/latex/acro/acro.sty @@ -31,8 +31,8 @@ \RequirePackage{expl3,xparse,l3keys2e,xtemplate} \ProvidesExplPackage {acro} - {2013/05/06} - {1.3} + {2013/05/09} + {1.3a} {Typeset Acronyms} % -------------------------------------------------------------------------- @@ -1810,7 +1810,9 @@ { \group_begin: \acro_defined:n { #2 } - \acro_use_if:nn { #1 } { #2 } + \IfBooleanTF { #1 } + { \acro_use_if:n { * } } + { \acro_use_if:n { } } \bool_set_true:N \l__acro_first_upper_bool \acro_use:n { #2 } \group_end: @@ -2350,6 +2352,8 @@ - disable \@noitemerr in the list of acronyms: we don't need it there but there are occasions when it is annoying - cleaned the sty file, added a few more comments +2013/05/09 v1.3a - Bug fix: corrected wrong argument checking in \Ac, thanks + to Michel Voßkuhle % -------------------------------------------------------------------------- % TODO: -- cgit v1.2.3