summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/acronym
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-04-11 22:20:38 +0000
committerKarl Berry <karl@freefriends.org>2020-04-11 22:20:38 +0000
commita0fc5a65fc2886b3bd8a04e94db45c2f9f126d24 (patch)
tree4106d1450864fc4c39fe8f1f1ac456f210c21157 /Master/texmf-dist/doc/latex/acronym
parentab92e63936783c8aaee1aa7d8b665db287565e96 (diff)
acronym (11apr20)
git-svn-id: svn://tug.org/texlive/trunk@54651 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/acronym')
-rw-r--r--Master/texmf-dist/doc/latex/acronym/CHANGES13
-rw-r--r--Master/texmf-dist/doc/latex/acronym/README10
-rw-r--r--Master/texmf-dist/doc/latex/acronym/acronym.pdfbin275685 -> 275707 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acronym/acrotest.tex4
4 files changed, 20 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/acronym/CHANGES b/Master/texmf-dist/doc/latex/acronym/CHANGES
index 13914c24e79..95a9095483f 100644
--- a/Master/texmf-dist/doc/latex/acronym/CHANGES
+++ b/Master/texmf-dist/doc/latex/acronym/CHANGES
@@ -1,10 +1,21 @@
+Version 1.47 (Apr 2020)
+
+- Fixed \Iac macro expansion bug
+-- Tobias Oetiker
+- Fixed regression in commands for capitalisation
+-- Marcus Meeßen
+- Fixed bug were output depends on the position of the list of acronyms
+-- Marcus Meeßen
+- Fixed \Iac hyperlink nesting
+-- Marcus Meeßen
+
Version 1.46 (Mar 2020)
- Fix merge error
Version 1.45 (Mar 2020)
-- Fixed hyperref and "missing aux" regressions
+- Fixed hyperref regression and the longstanding "missing aux" bug.
-- Marcus Meeßen
Version 1.44 (Feb 2020)
diff --git a/Master/texmf-dist/doc/latex/acronym/README b/Master/texmf-dist/doc/latex/acronym/README
index bd6e3debaf9..d60f9eaadb3 100644
--- a/Master/texmf-dist/doc/latex/acronym/README
+++ b/Master/texmf-dist/doc/latex/acronym/README
@@ -16,11 +16,11 @@ Note that acronym requires the 'suffix' package. You can find it on
CTAN:macros/latex/contrib/bigfoot/
Files of the `acronym' package:
- README This file
- acronym.dtx Sourcecode, example file & documentation
- acronym.ins Installation script generating the source and an example
- acronym.pdf PDF Version of the Docs
- CHANGES list of changes
+ README This file
+ acronym.dtx Sourcecode, example file & documentation
+ acronym.ins Installation script generating the source and an example
+ acronym.pdf PDF Version of the Docs
+ CHANGES list of changes
If you run into trouble or would like to contribute, please use
diff --git a/Master/texmf-dist/doc/latex/acronym/acronym.pdf b/Master/texmf-dist/doc/latex/acronym/acronym.pdf
index 411480df9f2..b65f18794c1 100644
--- a/Master/texmf-dist/doc/latex/acronym/acronym.pdf
+++ b/Master/texmf-dist/doc/latex/acronym/acronym.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acronym/acrotest.tex b/Master/texmf-dist/doc/latex/acronym/acrotest.tex
index ff6944baff1..f7fa973a991 100644
--- a/Master/texmf-dist/doc/latex/acronym/acrotest.tex
+++ b/Master/texmf-dist/doc/latex/acronym/acrotest.tex
@@ -71,7 +71,8 @@ neutrinoless double beta decay.
\subsection{Some testing fundamentals}
When testing \acp{IC}, one typically wants to identify functional
blocks to be tested separately. The latter are commonly indicated as
-\acp{BUT}. To test a \ac{BUT} requires defining a testing strategy\dots
+\acp{BUT}. To test a \ac{BUT} requires defining a testing strategy\dots{}
+\Iac{IC} popped up unexpectedly.
\section{Acronyms}
\begin{acronym}[TDMA]
@@ -90,6 +91,7 @@ blocks to be tested separately. The latter are commonly indicated as
\acro{IC}{Integrated Circuit}%
\acro{BUT}{Block Under Test}%
\acrodefplural{BUT}{Blocks Under Test}%
+ \acroindefinite{IC}{an}{an}
\end{acronym}
\end{document}