From 0b183d0343504df0fbdb0b634e8b6f30adcc2602 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 20 Nov 2010 00:06:03 +0000 Subject: new latex package acroterm 0.1 (20nov10) git-svn-id: svn://tug.org/texlive/trunk@20498 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/acroterm/README | 69 ++++++++++++++++++++++ Master/texmf-dist/doc/latex/acroterm/acroterm.pdf | Bin 0 -> 172447 bytes 2 files changed, 69 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/acroterm/README create mode 100644 Master/texmf-dist/doc/latex/acroterm/acroterm.pdf (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/latex/acroterm/README b/Master/texmf-dist/doc/latex/acroterm/README new file mode 100644 index 00000000000..2982a8ebdd3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/acroterm/README @@ -0,0 +1,69 @@ +Acroterm LaTeX package +====================== + +This package is intended to support the use of acronyms and terms +to explain in LaTeX documents. See acroterm.pdf for details. + +Synopsis +-------- + +Essentially, this package provides four new commands, to be used as: + + \term{Potrzebie} + + \acro{SNAFU} + + \tacro{situation normal: all fucked up}{SNAFU} + + \aterm{SNAFU}{situation normal: all fucked up} + +Two of them support an optional parameter for indexing: + + \term[Potrzebie System of Weights and Measures]{Potrzebie System} + + \tacro[Gang of Four (Patterns)]{Gang of Four}{GoF} + +For each command there is a strong variant that starts with an uppercase: + + \Term{Potrzebie} + + \Acro{SNAFU} + + \Tacro{situation normal: all fucked up}{SNAFU} + + \Aterm{SNAFU}{situation normal: all fucked up} + +Changes +------- + +v0.1 + + * Added acronym expansion + +v0.0 + + * Unstable Development version + +Maintenance +----------- + +The release version of this package will be available from CTAN: + +* + +Development and historical versions are available from GitHub: + +* + +Please report bugs and feature suggestions to the issue tracker: + +* + +Licence +------- + +The Acroterm package is released under the +[LaTeX Project Public License](http://www.latex-project.org/lppl/) +version 1.3c or greater. The current maintainer is Jakob Voß. + +Copyright 2010 Jakob Voß diff --git a/Master/texmf-dist/doc/latex/acroterm/acroterm.pdf b/Master/texmf-dist/doc/latex/acroterm/acroterm.pdf new file mode 100644 index 00000000000..030e9398cac Binary files /dev/null and b/Master/texmf-dist/doc/latex/acroterm/acroterm.pdf differ -- cgit v1.2.3