blob: ade7f1174a0070022a768bde845bbbcfccafce8c (
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
|
____________________
The MAKECMDS package
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.
______________
Change History
v1.0a (2009/09/03) - New Maintainer (Will Robertson)
-----------------------------------------------------------------
Author: Peter Wilson (Herries Press)
Maintainer: Will Robertson (will dot robertson at latex-project dot org)
Copyright 2000 Peter R. Wilson
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either
version 1.3c of this license or (at your option) any
later version: <http://www.latex-project.org/lppl.txt>
This work has the LPPL maintenance status "maintained".
The Current Maintainer of this work is Will Robertson.
-----------------------------------------------------------------
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:
- run: latex makecmds.ins (which will generate makecmds.sty)
- run: latex makecmds.dtx
- For an index, run: makeindex -s gind.ist makecmds
- run: latex makecmds.dtx
- Print makecmds.dvi for a hardcopy of the user manual
- Move makecmds.sty to a location where LaTeX will find it.
|