summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/acro
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-02-26 23:47:26 +0000
committerKarl Berry <karl@freefriends.org>2015-02-26 23:47:26 +0000
commiteb919cbf2e887fdd74f77ed3b2a7ec470ecb42e9 (patch)
tree1aeafe03d2dbb42425ce7507cca81f1bd2d218cf /Master/texmf-dist/doc/latex/acro
parent90740c372e86010c53752274ea310260a4c20fae (diff)
acro (26feb15)
git-svn-id: svn://tug.org/texlive/trunk@36386 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/acro')
-rw-r--r--Master/texmf-dist/doc/latex/acro/README6
-rw-r--r--Master/texmf-dist/doc/latex/acro/acro_en.pdfbin514230 -> 515575 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acro/acro_en.tex53
3 files changed, 25 insertions, 34 deletions
diff --git a/Master/texmf-dist/doc/latex/acro/README b/Master/texmf-dist/doc/latex/acro/README
index 7c51cfd3838..ded0d0ebc17 100644
--- a/Master/texmf-dist/doc/latex/acro/README
+++ b/Master/texmf-dist/doc/latex/acro/README
@@ -1,15 +1,15 @@
--------------------------------------------------------------------------
-the ACRO package v1.5
+the ACRO package v1.6
Typeset Acronyms
-2013/12/18
+2015/02/26
--------------------------------------------------------------------------
Clemens Niederberger
Web: https://bitbucket.org/cgnieder/acro/
E-Mail: contact@mychemistry.eu
--------------------------------------------------------------------------
-Copyright 2012--2013 Clemens Niederberger
+Copyright 2012--2015 Clemens Niederberger
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3
diff --git a/Master/texmf-dist/doc/latex/acro/acro_en.pdf b/Master/texmf-dist/doc/latex/acro/acro_en.pdf
index 76a82c0cbc4..0564804e6df 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 043c6d5ad90..427c2d566ba 100644
--- a/Master/texmf-dist/doc/latex/acro/acro_en.tex
+++ b/Master/texmf-dist/doc/latex/acro/acro_en.tex
@@ -13,7 +13,7 @@
% Web: https://bitbucket.org/cgnieder/acro/
% E-Mail: contact@mychemistry.eu
% --------------------------------------------------------------------------
-% Copyright 2011-2013 Clemens Niederberger
+% Copyright 2011-2015 Clemens Niederberger
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -161,7 +161,7 @@
index-cmd = \csname @gobble\endcsname
}
\def\lppl{\acs{lppl}}
-\DeclareAcronym{mp}
+\DeclareAcronym{MP}
{
short = MP ,
long = Member of Parliament ,
@@ -279,26 +279,9 @@ go with \pkg{glossaries}, then. Are you planning to add a nomenclature? You
may want to choose \pkg{nomencl} (or again: \pkg{glossaries}) and so on.
\acro\ does a good job for lists of abbreviations.
-\section{Updating from Version~0.\versionstar}
-Version~1.0 introduces a major syntax change. In order to keep documents
-using a prior version compilable \acro\ introduces the option
-\keyis{version}{0}. It provides the acronym defining commands with the old
-syntax and also all the additional commands like \cs{DeclareAcronymFormat}
-that have been dropped in version~1.0. Also the old syntax of
-\cs{printacronyms} is restored. Versions~0.\versionstar{} also set labels
-when an acronym was used the first time, version~1.0 doesn't do that any more.
-\keyis{version}{0} sets them as expected.
-
-Note that \keyis{version}{0} \emph{does not and will not} support new features
-of any kind, at least not explicitly.
-
-With version~1.0 acronyms are declared with a key/value syntax similar to the
-way in package \pkg{glossaries} glossary entries are defined. This was made
-for a good reason: in the beginning the old \cs{DeclareAcronym} already had
-lots of arguments that were hard to remember. Every new feature needed to
-introduce further commands so that in version~0.6 there have been \emph{four}
-different commands already. All this isn't necessary any more and there is
-only one command with only two arguments.
+\section{News}
+\subsection{Version 1.6}
+Support for versions~0.* has been dropped.
\section{Basics}
\subsection{Creating New Acronyms}
@@ -564,7 +547,7 @@ Suppose we define the following acronyms:
long = Sammelwerk ,
long-plural = e
}
- \DeclareAcronym{mp}{
+ \DeclareAcronym{MP}{
short = MP ,
long = Member of Parliament ,
long-plural-form = Members of Parliament
@@ -575,7 +558,7 @@ These acronyms now have the following plural appearances:
\acsp{cd}, \aclp{cd} \\
\acsp{ny}, \aclp{ny} \\
\acsp{sw}, \aclp{sw} \\
- \acsp{mp}, \aclp{mp}
+ \acsp{MP}, \aclp{MP}
\end{example}
\subsection{Alternative Short Forms}
@@ -875,7 +858,7 @@ The commands takes a few options, namely the following ones:
\keyval{heading}{sectioning command without leading backslash}%
\Default{section*}
\changedversion{1.3}Sets the sectioning command for the heading of the
- list.
+ list. A special value is \code{none} which suppresses the heading.
\keybool{sort}\Default{true}
\sinceversion{1.3}Set sorting for this list only.
\end{options}
@@ -905,10 +888,15 @@ There are a few options which change the general behaviour of \acro.
\default{Underlined} values are used if no value is given.
\begin{options}
%%
- \keychoice{version}{0,1}\Default{1}
- Provide backwards compatibility for documents set with \acro\ in a version
- prior to v1.0.
+ % \keychoice{version}{0,1}\Default{1}
+ % Provide backwards compatibility for documents set with \acro\ in a version
+ % prior to v1.0.
%%
+ \keychoice{messages}{silent,loud}\Default{loud}
+ \sinceversion{1.6}Setting \keyis{messages}{silent} will turn all of
+ \acro's error messages into warnings and all of \acro's warnings into info
+ messages. Be sure to check the log file carefully if you decide to set
+ this option.
\keybool{single}\Default{false}
If set to \code{true} an acronym that's used only once (with \cs{ac}) in a
document will only print the long form and will not be printed in the list.
@@ -1140,7 +1128,8 @@ possible output forms of the acronyms.
This option let's you choose how the list is printed. \meta{list} can be
any valid list like \env{itemize} or \env{description}.
%%
- \keychoice{list-style}{list,tabular,longtable,extra-tabular,extra-longtable,extra-tabular-rev,extra-longtable-rev}\Default{list}
+ \keychoice{list-style}{list,tabular,longtable,extra-tabular,extra-longtable,%
+ extra-tabular-rev,extra-longtable-rev}\Default{list}
If you choose \keyis{list-type}{table} you have to specify which kind of
table should be used. If you choose \code{longtable},
\code{extra-longtable} or \code{extra-longtable-rev} you have to load
@@ -1148,10 +1137,12 @@ possible output forms of the acronyms.
\code{extra-longtable-rev} put the extra information in a column of its
own.
%%
- \keychoice{list-heading}{chapter,chapter*,section,section*,subsection,subsection*,addchap,addsec}\null
+ \keychoice{list-heading}{chapter,chapter*,section,section*,subsection,%
+ subsection*,addchap,addsec,none}\null
\Default{section*}
\changedversion{1.3}The heading type of the list. The last two only work
- with a \KOMAScript{} class that also defines the appropriate command.
+ with a \KOMAScript{} class that also defines the appropriate command. A
+ special value is \code{none} which suppresses the heading.
%%
\keyval{list-name}{list name}\Default{Acronyms}
The name of the list. This is what's written in the list-heading. This