blob: 31b87d15f6ca9f72f11a508aaa38f24fec340d4a (
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
|
README
------
These are a few LaTeX2e-packages for a variety of tasks:
- collect provides several environment to collect text in a macro
or a file for later use.
Current version: 0.9
- metainfo provides a macro for only typesetting specially formatted
comments of a document.
Current version: 0.9.1
- optparams provides a small macro for creating macros with multiple
optional parameters.
Current version: 0.9
- parcolumns provides an environment for typesetting text in two or
more columns in parallel.
Requires the processkv-package (below).
Current version: 1.2
- processkv provides macros for processing of key-value-lists by
calling a user-defined macro for each key-value-pair.
Requires the keyval-package dated 1999/03/16 or later.
Current version: 1.0.1
- zahl2string provides macros for formatting numbers as german words,
i.e. `1' gets formatted as `eins'.
Current version: 1.2.1
Each package consists of an .ins-file containing the driver for
installation, a .dtx-file containing the macros and documentation and
a .pdf containing the typeset documentation.
To install, run LaTeX on the .ins-file, then copy the resulting
.sty-file somewhere LaTeX can find it. To typeset the documentation,
run LaTeX on the .dtx-file, run MakeIndex using gind.ist as the index
style file and then run LaTeX again.
All packages may be distributed and/or modified under the conditions
of the LaTeX Project Public License (lppl), either version 1.3 of this
license or (at your option) any later version. The latest version of
this license is in
http://www.latex-project.org/lppl.txt
and version 1.3 or later is part of all distributions of LaTeX version
2003/12/01 or later.
|