From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/makecmds/README | 46 ++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 macros/latex/contrib/makecmds/README (limited to 'macros/latex/contrib/makecmds/README') 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: + + 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. + -- cgit v1.2.3