summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/acro
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-01-21 22:20:58 +0000
committerKarl Berry <karl@freefriends.org>2016-01-21 22:20:58 +0000
commit6bc95e6094c8ab340bb23f1598b3c3d34d613f04 (patch)
tree11c8e8a8d46bbbd229c6a243ff66471f0bc1dca3 /Master/texmf-dist/tex/latex/acro
parent7b16ba99a82485444514dce7c607a5717ab7fcff (diff)
acro (21jan16)
git-svn-id: svn://tug.org/texlive/trunk@39450 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/acro')
-rw-r--r--Master/texmf-dist/tex/latex/acro/acro.sty15
1 files changed, 10 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/acro/acro.sty b/Master/texmf-dist/tex/latex/acro/acro.sty
index e1866756489..2c24690a59a 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,l3sort,xparse,l3keys2e,xtemplate,etoolbox}
\ProvidesExplPackage
{acro}
- {2016/01/07}
- {2.2a}
+ {2016/01/20}
+ {2.2b}
{Typeset Acronyms}
% --------------------------------------------------------------------------
@@ -1646,8 +1646,8 @@
\cs_new_protected:Npn \__acro_set_ending_for:nnn #1#2#3
{
\bool_if:nTF { \prop_item:cn {l__acro_#3_#1_form_prop} {#2} }
- { \prop_get:cnc {l__acro_#3_#1_form_prop} {#2} {l__acro_#3_tl} }
- { \prop_get:cnc {l__acro_#3_#1_prop} {#2} {l__acro_#3_#1_tl} }
+ { \prop_get:cnc {l__acro_#3_#1_prop} {#2} {l__acro_#3_tl} }
+ { \prop_get:cnc {l__acro_#3_#1_prop} {#2} {l__acro_#3_#1_tl} }
}
\cs_new_protected:Npn \__acro_set_endings:n #1
@@ -2752,7 +2752,11 @@
\acro_use:n {#1}
}
-\NewAcroCommand \acsingle { \acro_get:n {#1} \acro_single:n {#1} }
+\NewAcroCommand \acsingle
+ {
+ \acro_get:n {#1}
+ \acro_single:n {#1}
+ }
% short:
\NewAcroCommand \acs
@@ -3583,6 +3587,7 @@
- input `acro.cfg' if present
- all acro commands have an optional argument: \ac*[]{}
2016/01/07 v2.2a - \prop_get:Nn => \prop_item:Nn
+2016/01/21 v2.2b - fix issue #59
% --------------------------------------------------------------------------
update => http://tex.stackexchange.com/questions/236362