diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/tex/latex/acro/acro.sty | 10 |
1 files changed, 7 insertions, 3 deletions
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: |