summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/acro
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-08-28 15:02:46 +0000
committerKarl Berry <karl@freefriends.org>2013-08-28 15:02:46 +0000
commitf57f2792c48675f6a594714d95d6a57868564f5a (patch)
tree9e109b9a0fb0c8b44f98d0b6b21fbe2c96a527d6 /Master/texmf-dist/doc/latex/acro
parentc4a797089688fdd96b43da930ba36d201771c807 (diff)
acro (27aug13)
git-svn-id: svn://tug.org/texlive/trunk@31531 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.pdfbin498198 -> 501337 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acro/acro_en.tex59
3 files changed, 28 insertions, 35 deletions
diff --git a/Master/texmf-dist/doc/latex/acro/README b/Master/texmf-dist/doc/latex/acro/README
index ba310893385..09c8e5427f3 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.3d
+the ACRO package v1.4
Typeset Acronyms
-2013/07/08
+2013/08/27
--------------------------------------------------------------------------
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 9e31d00688a..bbd2894a8d8 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 5a7961af9c5..fb5db184bf7 100644
--- a/Master/texmf-dist/doc/latex/acro/acro_en.tex
+++ b/Master/texmf-dist/doc/latex/acro/acro_en.tex
@@ -1,6 +1,6 @@
% arara: pdflatex
% !arara: biber
-% !arara: pdflatex
+% arara: pdflatex
% !arara: pdflatex
% --------------------------------------------------------------------------
% the ACRO package
@@ -174,19 +174,6 @@
\textsc{Wikipedia}}
\newcommand*\h[1]{\textcolor{main}{\textbf{#1}}}
-\ExplSyntaxOn
-\NewDocumentCommand \Default {sg}
- {
- \hfill\llap
- {
- \IfNoValueTF { #2 }
- {(initially~empty)}
- {Default:~\code{#2}}
- }
- \IfBooleanF { #1 } { \newline }
- }
-\ExplSyntaxOff
-
% declare acronyms
\DeclareAcronym{cd}
{
@@ -278,22 +265,9 @@
long-indefinite = an
}
-\usepackage{marginnote}
-\makeatletter
-\providecommand*\sinceversion[1]{%
- \@bsphack
- \marginnote{%
- \footnotesize\sffamily\RaggedRight
- \textcolor{black!75}{Introduced in version~#1}}%
- \@esphack}
-\providecommand*\changedversion[1]{%
- \@bsphack
- \marginnote{%
- \footnotesize\sffamily\RaggedRight
- \textcolor{black!75}{Changed in version~#1}}%
- \@esphack}
\renewcommand*\cnpkgdoctriangle{}
+\makeatletter
\AtBeginDocument{%
\ifdef\texorpdfstring{}{\let\texorpdfstring\@firstoftwo}%
}
@@ -400,6 +374,10 @@ are not described immediately but at appropriate places in the documentation.
\Option{long-plural-form}{<text>}\newline
plural long form of the acronym; replaces the long form when used instead of
appending the plural ending.
+ %% list
+ \Option{list}{<text>}\newline
+ \sinceversion{1.4}if specified this will be written in the list as
+ description instead of the long form.
%% short-indefinite
\Option{short-indefinite}{<text>}\Default{a}
\sinceversion{1.2}%
@@ -740,6 +718,15 @@ article.
\Iac{ufo}; \iacs{ufo}; \iacl{ufo}
\end{beispiel}
+\subsection{Uppercasing}\secidx[uppercasing]{Additional Commands}
+\begin{beschreibung}
+ \Befehl{acfirstupper}{<token list>}\newline
+ \sinceversion{1.3e}This command uppercases the first token in \code{<token
+ list>}. The command is less powerful than \cmd{makefirstuc} that is
+ provided by the \paket{mfirstuc} package but it is expandable. Obvious
+ downsides are for example that it does not uppercase accented letters.
+\end{beschreibung}
+
\subsection{Simulating the First Appearance}
\noindent\sinceversion{1.2}%
Users told me\footnote{Well -- one, to be precise ;)} that there are cases when it
@@ -794,12 +781,18 @@ lists.
\acl{ny} (\acs{ny})
\end{beispiel}
-\subsection{Reset or Mark as Used}\secidx[resetting]{Additional Commands}
+\subsection{Reset or Mark as Used, Test if Acronym Has Been Used}
+\secidx[resetting]{Additional Commands}\secidx[testing]{Additional Commands}
+
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{acresetall}
+ \Befehl{acifused}{<id>}\ma{<true>}\ma{<false>}\newline
+ \sinceversion{1.3e}This command tests if the acronym with \ac{id}
+ \code{<id>} has already been used and either puts \code{<true>} or
+ \code{<false>} in the input stream.
\end{beschreibung}
\begin{beispiel}
\acreset{ny}\ac{ny}
@@ -1005,11 +998,11 @@ There are a few options which change the general behaviour of \acro.
\sinceversion{1.0}Activates the access support as provided by the
\paket{accsupp} package.
%%
- \Option{uc-cmd}{<cmd>}\Default{\cmd*{acro_first_upper_case:n}}
+ \Option{uc-cmd}{<cmd>}\Default{\cmd{acfirstupper}}
The command that is used to capitalize the first word in the \cmd{Ac} and the
- like commands. You can change it to another one like for example
- \cmd*{makefirstuc}\footnote{from the \paket*{mfirstuc} package} or
- \cmd*{MakeTextUppercase}\footnote{from the \paket*{textcase} package}.\catcode`\_=8
+ like commands. You can change it to another one like for example
+ \cmd{makefirstuc}\footnote{from the \paket*{mfirstuc} package} or
+ \cmd*{MakeTextUppercase}\footnote{from the \paket*{textcase} package}.
\end{beschreibung}
All options of this and the following sections can be set up either as package