blob: 2982a8ebdd35c4e989c9263c19a1a91368b409c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
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ß
|