diff options
author | Karl Berry <karl@freefriends.org> | 2018-01-30 21:04:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-01-30 21:04:11 +0000 |
commit | 27a29325fbe6a50247f1eb60f8a9d46509c11531 (patch) | |
tree | e9bbbda3c0966fbd4a4f3490fd90215a14a59151 /Master/texmf-dist/doc | |
parent | d2c05b2de7a771e9d41c10ca2bd7b8db46f0e9ff (diff) |
acro (30jan18)
git-svn-id: svn://tug.org/texlive/trunk@46492 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/acro/README | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/acro/acro_en.pdf | bin | 565826 -> 567199 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/acro/acro_en.tex | 30 |
3 files changed, 27 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/acro/README b/Master/texmf-dist/doc/latex/acro/README index bc95e18f4bd..944b5599eee 100644 --- a/Master/texmf-dist/doc/latex/acro/README +++ b/Master/texmf-dist/doc/latex/acro/README @@ -1,15 +1,15 @@ -------------------------------------------------------------------------- -the ACRO package v2.7c +the ACRO package v2.8 Typeset Acronyms -2017/08/28 +2018/01/30 -------------------------------------------------------------------------- Clemens Niederberger Web: https://bitbucket.org/cgnieder/acro E-Mail: contact@mychemistry.eu -------------------------------------------------------------------------- -Copyright 2012--2017 Clemens Niederberger +Copyright 2012--2018 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 Binary files differindex 62ea4bb2a36..5efc017203b 100644 --- a/Master/texmf-dist/doc/latex/acro/acro_en.pdf +++ b/Master/texmf-dist/doc/latex/acro/acro_en.pdf diff --git a/Master/texmf-dist/doc/latex/acro/acro_en.tex b/Master/texmf-dist/doc/latex/acro/acro_en.tex index 330ba789a62..2c03279c280 100644 --- a/Master/texmf-dist/doc/latex/acro/acro_en.tex +++ b/Master/texmf-dist/doc/latex/acro/acro_en.tex @@ -1,8 +1,8 @@ -% !arara: pdflatex +% !arara: pdflatex: { action: nonstopmode } % !arara: biber -% !arara: pdflatex -% arara: pdflatex -% arara: pdflatex +% !arara: pdflatex: { action: nonstopmode } +% arara: pdflatex: { action: nonstopmode } +% arara: pdflatex: { action: nonstopmode } % -------------------------------------------------------------------------- % the ACRO package % @@ -13,7 +13,7 @@ % Web: http://www.mychemsitry.eu/forums/forum/acro/ % E-Mail: contact@mychemistry.eu % -------------------------------------------------------------------------- -% Copyright 2011-2017 Clemens Niederberger +% Copyright 2011--2018 Clemens Niederberger % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -336,6 +336,10 @@ documentation. \keyval{long-post}{text} \meta{text} is appended to the long form in the text but not in the list of acronyms. + %% long-post + \keyval{post}{text} + \meta{text}\sinceversion{2.8} is appended to the acronym in the text but + not in the list of acronyms. %% alt \keyval{alt}{text} Alternative short form. @@ -624,6 +628,17 @@ These acronyms now have the following plural appearances: \acsp{MP}, \aclp{MP} \end{example} +In the default setting the format of the long or short form is not extended to +the plural ending which might look strange if you choose bold weight as +format, for example. In this case you can tell \acro\ to extend the format. +\begin{options} + \keybool{format-include-endings}\Default{false} + Tell\sinceversion{2.8} \acro\ to use the format of the base form for the + endings, too. +\end{options} +For a more general view on endings please read section +\vref{sec:about-plural-forms}. + \subsection{Alternative Short Forms} For some acronyms it might be useful to have alternative forms. For this \cs{DeclareAcronym} has another key: @@ -833,6 +848,9 @@ used for the first time you can call one of these commands: \command{acifused}[\marg{id}\marg{true}\marg{false}] This command tests if the acronym with \ac{id} \meta{id} has already been used and either puts \code{true} or \code{false} in the input stream. + \command{aciffirst}[\marg{true}\marg{false}] + To\sinceversion{2.8} be used inside of acronym definitions in order to + test if we are inside the first instance of the acronym or not. \end{commands} \begin{example}[side-by-side] \acreset{ny}\ac{ny} @@ -1699,7 +1717,7 @@ Other definitions by \acro\ are for example the following ones: \end{sourcecode} \section{About Plural Forms, Possessive Forms and Similar Constructs -- the - Concept of Endings} + Concept of Endings}\label{sec:about-plural-forms} \acro\ has a concept of \emph{endings}. All of \acro's plural options are defined by saying |