diff options
author | Karl Berry <karl@freefriends.org> | 2012-10-17 00:55:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-10-17 00:55:01 +0000 |
commit | ee01d8b66a1d32730498aea492299e5caa008e1b (patch) | |
tree | 60e24ff449671e39b6208e5e2ac7212353593d19 /Master/texmf-dist/doc/latex/acro | |
parent | 9e2fb4ea81f35d16a3a6616dee82f2fa9b608c1b (diff) |
acro (16oct12)
git-svn-id: svn://tug.org/texlive/trunk@27988 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/acro')
-rw-r--r-- | Master/texmf-dist/doc/latex/acro/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/acro/acro_en.pdf | bin | 444627 -> 534088 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/acro/acro_en.tex | 23 |
3 files changed, 18 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/acro/README b/Master/texmf-dist/doc/latex/acro/README index 3c372979f80..b7b055f2500 100644 --- a/Master/texmf-dist/doc/latex/acro/README +++ b/Master/texmf-dist/doc/latex/acro/README @@ -1,9 +1,9 @@ -------------------------------------------------------------------------- -the ACRO package v0.4 +the ACRO package v0.4a Typeset Acronyms -2012/09/29 +2012/10/07 -------------------------------------------------------------------------- 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 Binary files differindex 14e235035bb..deb39439ed4 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 e1b046b055e..37749ff72b9 100644 --- a/Master/texmf-dist/doc/latex/acro/acro_en.tex +++ b/Master/texmf-dist/doc/latex/acro/acro_en.tex @@ -91,42 +91,42 @@ \usepackage[backend=biber,style=alphabetic,maxnames=10]{biblatex} \addbibresource{\jobname.bib} \begin{filecontents}{\jobname.bib} -@software{abbrevs, +@package{abbrevs, title = {abbrevs}, author = {Matt Swift}, date = {2001-09-08}, version = {1.4}, url = {http://www.ctan.org/pkg/abbrevs} } -@software{acromake, +@package{acromake, title = {acromake}, author = {Paul A. Thompson}, date = {1995-07-16}, version = {na}, url = {http://www.ctan.org/pkg/acromake} } -@software{acronym, +@package{acronym, title = {acronym -- An Acronym Environment for \LaTeXe}, author = {Tobias Oetiker}, date = {2010-09-08}, version = {1.36}, url = {http://www.ctan.org/pkg/acronym} } -@software{acroterm, +@package{acroterm, title = {acroterm}, author = {Jakob Voss}, date = {2010-11-19}, version = {0.1}, url = {http://www.ctan.org/pkg/acroterm} } -@software{glossaries, +@package{glossaries, title = {glossaries}, author = {Nicola L.C. Talbot}, date = {2011-04-12}, version = {3.01}, url = {http://www.ctan.org/pkg/glossaries} } -@software{nomencl, +@package{nomencl, title = {nomencl -- A Package to Create a Nomenclature}, author = {Boris Veytsman and Bernd Schandl and Lee Netherton and C.V. Radhakrishnan}, date = {2005-09-22}, @@ -513,7 +513,12 @@ There are a few options which change the general behaviour of \acro. Depending on the citation command in use a space should be inserted before the citation or maybe not (e.g.\ \cmd*{footcite}\ldots). This option allows you to set this. Actually it can be used to place arbitrary code right before the - citation. + citation.\catcode`\_=11 + \Option{uc-cmd}{<cmd>}\Default{\cmd*{acro_first_upper_case:n}} + 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 \end{beschreibung} All options of this and the following sections can be set up either as package @@ -540,6 +545,10 @@ possible output forms of the acronyms. \Option{long-format}{<format>}\Default The same for the long forms. %% + \Option{list-long-format}{<format>}\Default + An extra format for the long entries in the list. If not used this is the same + as \key{long-format}. + %% \Option{extra-format}{<format>}\Default The same for the extra information. %% |