summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/acro
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-09-04 22:49:05 +0000
committerKarl Berry <karl@freefriends.org>2013-09-04 22:49:05 +0000
commitefbe9b2e9c32a3b15fdcb9041c69f3c8715927a7 (patch)
tree3b077937cf9da8397f93b86dc54c406bdf1fc8cc /Master/texmf-dist/doc/latex/acro
parentb08d240fdd125f579769dac43c75608d36262e39 (diff)
acro (3sep13)
git-svn-id: svn://tug.org/texlive/trunk@31571 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/acro')
-rw-r--r--Master/texmf-dist/doc/latex/acro/README4
-rw-r--r--Master/texmf-dist/doc/latex/acro/acro_en.pdfbin501337 -> 501837 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acro/acro_en.tex12
3 files changed, 12 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/acro/README b/Master/texmf-dist/doc/latex/acro/README
index 09c8e5427f3..5e4a11dd0ca 100644
--- a/Master/texmf-dist/doc/latex/acro/README
+++ b/Master/texmf-dist/doc/latex/acro/README
@@ -1,9 +1,9 @@
--------------------------------------------------------------------------
-the ACRO package v1.4
+the ACRO package v1.4a
Typeset Acronyms
-2013/08/27
+2013/09/02
--------------------------------------------------------------------------
Clemens Niederberger
Web: https://bitbucket.org/cgnieder/acro/
diff --git a/Master/texmf-dist/doc/latex/acro/acro_en.pdf b/Master/texmf-dist/doc/latex/acro/acro_en.pdf
index bbd2894a8d8..e0d343b446e 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 fb5db184bf7..141d2495739 100644
--- a/Master/texmf-dist/doc/latex/acro/acro_en.tex
+++ b/Master/texmf-dist/doc/latex/acro/acro_en.tex
@@ -787,7 +787,11 @@ lists.
If you want for some reason to fool \acro into thinking that an acronym is used
for the first time you can call one of these commands:
\begin{beschreibung}
- \Befehl{acreset}{<comma separated list of ids>}\sinceversion{0.5}
+ \Befehl{acreset}{<comma separated list of ids>}\newline
+ \sinceversion{0.5}This will reset a used acronym such that the next use of
+ \cmd{ac} will again print it as if it were used the first time. This will
+ \emph{not} remove an acronym from being printed in the list if it actually
+ \emph{has} been used before.
\Befehl{acresetall}
\Befehl{acifused}{<id>}\ma{<true>}\ma{<false>}\newline
\sinceversion{1.3e}This command tests if the acronym with \ac{id}
@@ -800,7 +804,11 @@ for the first time you can call one of these commands:
Beware that both commands act \emph{globally}! There are also commands that
effectively do the opposite of \cmd{acreset}, i.e., mark acronyms as used:
\begin{beschreibung}
- \Befehl{acuse}{<comma separated list of ids>}\sinceversion{0.5}
+ \Befehl{acuse}{<comma separated list of ids>}\newline
+ \sinceversion{0.5}This has the same effect as if an acronym had been used
+ twice, that is, further uses of \cmd{ac} will print the short form and the
+ acronym will in any case be printed in the list (as long as its class is
+ not excluded).
\Befehl{acuseall}\sinceversion{0.6a}
\end{beschreibung}