summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
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
parent7b16ba99a82485444514dce7c607a5717ab7fcff (diff)
acro (21jan16)
git-svn-id: svn://tug.org/texlive/trunk@39450 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/acro/README4
-rw-r--r--Master/texmf-dist/doc/latex/acro/acro_en.pdfbin555912 -> 555855 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acro/acro_en.tex6
-rw-r--r--Master/texmf-dist/tex/latex/acro/acro.sty15
4 files changed, 15 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/acro/README b/Master/texmf-dist/doc/latex/acro/README
index 3addb8d3af5..c4f0aac7755 100644
--- a/Master/texmf-dist/doc/latex/acro/README
+++ b/Master/texmf-dist/doc/latex/acro/README
@@ -1,9 +1,9 @@
--------------------------------------------------------------------------
-the ACRO package v2.2a
+the ACRO package v2.2b
Typeset Acronyms
-2016/01/07
+2016/01/20
--------------------------------------------------------------------------
Clemens Niederberger
Web: http://www.mychemistry.eu/forums/forum/acro/
diff --git a/Master/texmf-dist/doc/latex/acro/acro_en.pdf b/Master/texmf-dist/doc/latex/acro/acro_en.pdf
index fcddbb1dae3..89bdf283569 100644
--- a/Master/texmf-dist/doc/latex/acro/acro_en.pdf
+++ b/Master/texmf-dist/doc/latex/acro/acro_en.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acro/acro_en.tex b/Master/texmf-dist/doc/latex/acro/acro_en.tex
index fae8f17880d..e0b93049701 100644
--- a/Master/texmf-dist/doc/latex/acro/acro_en.tex
+++ b/Master/texmf-dist/doc/latex/acro/acro_en.tex
@@ -1489,7 +1489,7 @@ commands\footnote{Which is why you need to use them inside an expl3
\paragraph{Acronym fetching commands}
\begin{commands}
\command*{acro_use:n}[ \marg{id}]
- Fetches the acronym using either the first or the long form depending on
+ Fetches the acronym using either the first or the short form depending on
earlier uses.
\command*{acro_short:n}[ \marg{id}]
Fetches the short form of the acronym.
@@ -1527,8 +1527,8 @@ commands\footnote{Which is why you need to use them inside an expl3
\emph{before} one of the acronym fetching commands.
\command*{acro_index:}
\acro\ setup command which tells the macros above that we want to add an
- index in any case independent of the option \option{index}. Should be
- used \emph{before} one of the acronym fetching commands.
+ index entry in any case independent of the option \option{index}. Should
+ be used \emph{before} one of the acronym fetching commands.
\command*{acro_reset_specials:}
This\sinceversion{2.0b} macro is called implicitly by \cs{NewAcroCommand}
and \cs{NewPseudoAcroCommand}. If you plan to define an \acro\ command by
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