diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-11 22:52:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-11 22:52:12 +0000 |
commit | 24c628b30e23e7037f962faaac95678b62764b1f (patch) | |
tree | db5ecc1daba100671fe5850353927df43e816cb5 | |
parent | eb62dc2696eaf84500f1553a83a18182e60028d5 (diff) |
acro (11may13)
git-svn-id: svn://tug.org/texlive/trunk@30406 c570f23f-e606-0410-a88d-b1316a301751
-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: |