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ß