diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-14 21:45:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-14 21:45:42 +0000 |
commit | 75abca078467cf614b05107058c1255f20163316 (patch) | |
tree | d74414841883c49b363fecca5e43e70de1408195 /Master/texmf-dist/doc/latex/acro/acro_en.tex | |
parent | a4e3ac91784ab034090726ebb9a8718be0bdc7b6 (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/acro_en.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/acro/acro_en.tex | 28 |
1 files changed, 12 insertions, 16 deletions
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 |