Index of /archives/text/CTAN/macros/latex/contrib/acroterm
Name Last modified Size Description
Parent Directory -
acroterm.pdf 2010-11-19 08:31 168K
acroterm.ins 2010-11-19 08:31 1.4K
acroterm.dtx 2010-11-19 08:31 11K
README 2010-11-19 08:31 1.4K
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ß