blob: daa36897814597a6454fd6626ca7ed57688dd2d2 (
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
|
The makecmds package provides several additional commands along
the lines of the traditional \(new|renew|provide)command and friends.
The new \makecommand{\foo}...} is equivalent to the pair of commands
\providecommand{\foo}{}\renewcommand{\foo}...}. There are also
\make... for environments, counters and lengths, and \provide...
for environments, lengths and counters.
The distribution consists of the following files:
README (this file)
makecmds.dtx
makecmds.ins
The distribution is provided under the terms of the LaTeX
Project Public License (LPPL).
To install the class:
o run: latex makecmds.ins (which will generate makecmds.sty)
o run: latex makecmds.dtx
o For an index, run: makeindex -s gind.ist makecmds
o run: latex makecmds.dtx
o Print makecmds.dvi for a hardcopy of the user manual
o Move makecmds.sty to a location where LaTeX will find it.
2000/05/27
Peter Wilson
peter.r.wilson@boeing.com
|