diff options
author | Karl Berry <karl@freefriends.org> | 2010-11-20 00:06:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-11-20 00:06:03 +0000 |
commit | 0b183d0343504df0fbdb0b634e8b6f30adcc2602 (patch) | |
tree | 7b3cf999908b5b32b445c64a6b4983b5d1365ac5 /Master/texmf-dist/doc/latex/acroterm | |
parent | fb9bb69fbc53a537a078c6182710a0fd30cb7eb4 (diff) |
new latex package acroterm 0.1 (20nov10)
git-svn-id: svn://tug.org/texlive/trunk@20498 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/acroterm')
-rw-r--r-- | Master/texmf-dist/doc/latex/acroterm/README | 69 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/acroterm/acroterm.pdf | bin | 0 -> 172447 bytes |
2 files changed, 69 insertions, 0 deletions
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: + +* <http://ctan.org/> + +Development and historical versions are available from GitHub: + +* <http://github.com/nichtich/acroterm/> + +Please report bugs and feature suggestions to the issue tracker: + +* <http://github.com/nichtich/acroterm/issues> + +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 Binary files differnew file mode 100644 index 00000000000..030e9398cac --- /dev/null +++ b/Master/texmf-dist/doc/latex/acroterm/acroterm.pdf |