summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/makecmds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/makecmds')
-rw-r--r--Master/texmf-dist/doc/latex/makecmds/README27
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/makecmds/README b/Master/texmf-dist/doc/latex/makecmds/README
new file mode 100644
index 00000000000..daa36897814
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/makecmds/README
@@ -0,0 +1,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