summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/acro
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-14 21:45:42 +0000
committerKarl Berry <karl@freefriends.org>2016-04-14 21:45:42 +0000
commit75abca078467cf614b05107058c1255f20163316 (patch)
treed74414841883c49b363fecca5e43e70de1408195 /Master/texmf-dist/doc/latex/acro
parenta4e3ac91784ab034090726ebb9a8718be0bdc7b6 (diff)
acro (14apr16)
git-svn-id: svn://tug.org/texlive/trunk@40521 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.pdfbin550009 -> 549940 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acro/acro_en.tex28
3 files changed, 14 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/latex/acro/README b/Master/texmf-dist/doc/latex/acro/README
index 3bd7c774078..73d5cdf19c1 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.4
+the ACRO package v2.4a
Typeset Acronyms
-2016/03/25
+2016/04/14
--------------------------------------------------------------------------
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 c3d29648871..fdfd3efd540 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 f9a0ac9cb5c..2c0611a7894 100644
--- a/Master/texmf-dist/doc/latex/acro/acro_en.tex
+++ b/Master/texmf-dist/doc/latex/acro/acro_en.tex
@@ -465,8 +465,7 @@ documentation.
\sinceversion{2.3}the format used for the acronym if the acronym is only
used a single time.
%% first-style
- \keychoice{first-style}{default,plain,empty,square,short,reversed,plain-reversed,%
- footnote,sidenote}
+ \keychoice{first-style}{default,empty,square,short,long,reversed,footnote,sidenote}
\sinceversion{2.3}the style of the first appearance of the acronym, see
also section~\ref{sec:opti-regard-acronyms}.
%% pdfstring
@@ -1250,8 +1249,8 @@ possible output forms of the acronyms.
\keyval{extra-format}{format}\Default
The same for the extra information.
%%
- \keychoice{first-style}{default,plain,empty,square,short,reversed,plain-reversed,%
- footnote,sidenote}\Default{default}
+ \keychoice{first-style}{default,empty,square,short,long,reversed,footnote,sidenote}%
+ \Default{default}
\changedversion{1.1}The basic style of the first appearance of an
acronym. The value \code{sidenote} needs the command \cs*{sidenote} to be
defined for example by the \pkg*{sidenotes} package.
@@ -1267,19 +1266,17 @@ possible output forms of the acronyms.
% (Keep in mind that we're in
% a minipage here!)
\acsetup{first-style=empty}
- \acf{ny} \\
+ empty: \acf{ny} \\
\acsetup{first-style=footnote}
- \acf{ny} \\
+ footnote: \acf{ny} \\
\acsetup{first-style=square}
- \acf{ny} \\
+ square: \acf{ny} \\
\acsetup{first-style=short}
- \acf{ny} \\
+ short: \acf{ny} \\
+ \acsetup{first-style=long}
+ long: \acf{ny} \\
\acsetup{first-style=reversed}
- \acf{ny} \\
- \acsetup{first-style=plain}
- \acf{ny} \\
- \acsetup{first-style=plain-reversed}
- \acf{ny}
+ reversed: \acf{ny}
\end{example}
\subsection{Options Regarding the List}
@@ -1754,7 +1751,7 @@ section~\vref{sec:defining-own-acronym} for adding support for possessive
forms:
\begin{example}
\ExplSyntaxOn
- % this now only works because I've use the same already in the preamble so
+ % this now only works because I've used the same already in the preamble so
% it does nothing here:
\ProvideAcroEnding {possessive} {'s} {'s}
@@ -1933,8 +1930,7 @@ If\sinceversion{2.2} you repeatedly have the same setup and definitions for
\acro\ in your preamble you might want to place those in a configuration file.
If \acro\ finds a file named \code{acro.cfg} present it inputs it at the end
of the package. The only thing to be aware of is that this file is input like
-a package which means that \code{@} is treated as a letterhas (category
-code~12).
+a package which means that \code{@} is treated as a letter (category code~11).
\appendix