summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/makecmds/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/makecmds/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/makecmds/README')
-rw-r--r--macros/latex/contrib/makecmds/README46
1 files changed, 46 insertions, 0 deletions
diff --git a/macros/latex/contrib/makecmds/README b/macros/latex/contrib/makecmds/README
new file mode 100644
index 0000000000..ade7f1174a
--- /dev/null
+++ b/macros/latex/contrib/makecmds/README
@@ -0,0 +1,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.
+