blob: f72a0df0e64005c7e108ef466121d03c9fac4c15 (
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
unitsdef
Patrick Happel (patrick.happel@rub.de)
============================================================
1. Abstract
--------------------------
There are a lot of packages for typesetting units in LaTeX2e.
Some define macros to typeset a lot of units but do not suit
to the actual font settings, some make the characters needed
available but do not predefine any unit.
This package tries to comply with both requirements. It
predefines common units, defines an easy to use interface to
define new units and changes the output concerning to the
surrounding font settings.
2. Contents of the package
--------------------------
unitsdef.dtx
unitsdef.ins
README.1st (this file)
defedunits.tex
defedpraef.tex
unitsdef.pdf
ampabbrv.cfg
freqabbr.cfg
molabbrv.cfg
volabbrv.cfg
weigabbr.cfg
enerabbr.cfg
lengabbr.cfg
timeabbr.cfg
voltabbr.cfg
3. Installation
--------------------------
- Run unitsdef.ins through latex to produce the packages style
file.
- If you want to produce the documentation by yourself:
Run unitsdef.dtx through latex twice, run
makeindex -s gglo.ist -o unitsdef.gls unitsdef.glo
to produce the list of changes and
makeindex -s gind.ist unitsdef
and run unitsdef.dtx through latex again.
- If in your TDS already proper directories exist you should be able
to skip the next two steps
- Move the resulting .sty file to where latex finds it. On a TDS
compliant system this should be (substitute $TEXMF with your
texmf directory):
$TEXMF/tex/latex/unitsdef/
- Move all files from the config directory to a place where latex
finds them.
$TEXMF/tex/latex/unitsdef/config/
- Move the documentation (unitsdef.pdf, if you haven't produced
your own copy in a different format) to a place where latex will
find it, usually, in a TDS compliant system:
$TEXMF/doc/unitsdef
- If you like to move the source files (.dtx, .ins and .tex) in a
source directory of your system.
- Update your filename database. How to do this depends on your
distribution.
4. License
--------------------------
This material is subject to the LaTeX Project Public License. See
http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html
for the details of that license.
Enjoy unitsdef.
= ENDE =
|