summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-09-04 01:01:42 +0000
committerKarl Berry <karl@freefriends.org>2009-09-04 01:01:42 +0000
commit8c94bdf6ecd1a5b6552ecd4cbeb0e448bc68a07f (patch)
treecb08646ae3bdea87b7ff36be47e6e20ab577473e /Master
parent08f300a7ed914e5ca7f1c0f00d038f9aee2f51e3 (diff)
makecmds update (3sep09)
git-svn-id: svn://tug.org/texlive/trunk@15067 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/makecmds/README39
-rw-r--r--Master/texmf-dist/doc/latex/makecmds/makecmds.pdfbin0 -> 133494 bytes
-rw-r--r--Master/texmf-dist/source/latex/makecmds/makecmds.dtx20
-rw-r--r--Master/texmf-dist/source/latex/makecmds/makecmds.ins13
-rw-r--r--Master/texmf-dist/tex/latex/makecmds/makecmds.sty6
5 files changed, 50 insertions, 28 deletions
diff --git a/Master/texmf-dist/doc/latex/makecmds/README b/Master/texmf-dist/doc/latex/makecmds/README
index daa36897814..ade7f1174a0 100644
--- a/Master/texmf-dist/doc/latex/makecmds/README
+++ b/Master/texmf-dist/doc/latex/makecmds/README
@@ -1,3 +1,6 @@
+____________________
+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
@@ -5,6 +8,26 @@ The new \makecommand{\foo}...} is equivalent to the pair of commands
\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
@@ -14,14 +37,10 @@ makecmds.ins
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.
-
+- 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.
-2000/05/27
-Peter Wilson
-peter.r.wilson@boeing.com
diff --git a/Master/texmf-dist/doc/latex/makecmds/makecmds.pdf b/Master/texmf-dist/doc/latex/makecmds/makecmds.pdf
new file mode 100644
index 00000000000..c34df8b7d9d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/makecmds/makecmds.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/makecmds/makecmds.dtx b/Master/texmf-dist/source/latex/makecmds/makecmds.dtx
index 77fbdf80ae2..8cb49e510c2 100644
--- a/Master/texmf-dist/source/latex/makecmds/makecmds.dtx
+++ b/Master/texmf-dist/source/latex/makecmds/makecmds.dtx
@@ -7,8 +7,9 @@
% LaTeX Project Public License distributed from CTAN
% archives in directory macros/latex/base/lppl.txt.
%
-% Author: Peter Wilson (CUA) (now at: peter.r.wilson@boeing.com)
-%
+% Author: Peter Wilson, Herries Press
+% Maintainer: Will Robertson (will dot robertson at latex-project dot org)
+%
%<*driver>
\documentclass{ltxdoc}
\EnableCrossrefs
@@ -65,9 +66,10 @@
% \DoNotIndex{\wd,\xiipt,\year,\z@}
%
% \changes{v1.0}{2000/05/27}{First public release}
+% \changes{v1.0a}{2009/09/03}{New maintainer (Will Robertson)}
%
-% \def\fileversion{v1.0}
-% \def\filedate{2000/05/27}
+% \def\fileversion{v1.0a}
+% \def\filedate{2009/09/03}
% \newcommand*{\Lpack}[1]{\textsf {#1}} ^^A typeset a package
% \newcommand*{\Lopt}[1]{\textsf {#1}} ^^A typeset an option
% \newcommand*{\file}[1]{\texttt {#1}} ^^A typeset a file
@@ -79,10 +81,10 @@
% file has version number \fileversion, last revised
% \filedate.}}
%
-% \author{%
-% Peter Wilson\\
-% Catholic University of America \\
-% Now at \texttt{peter.r.wilson@boeing.com}
+% \author{
+% Author: Peter Wilson, Herries Press \\
+% Maintainer: Will Robertson \\
+% \texttt{will dot robertson at latex-project dot org}
% }
% \date{\filedate}
% \maketitle
@@ -196,7 +198,7 @@
% \begin{macrocode}
%<*usc>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{makecmds}[2000/05/27 v1.0 extra command making commands]
+\ProvidesPackage{makecmds}[2009/09/03 v1.0a extra command making commands]
% \end{macrocode}
%
diff --git a/Master/texmf-dist/source/latex/makecmds/makecmds.ins b/Master/texmf-dist/source/latex/makecmds/makecmds.ins
index 4498d8a22ed..a5ee8145175 100644
--- a/Master/texmf-dist/source/latex/makecmds/makecmds.ins
+++ b/Master/texmf-dist/source/latex/makecmds/makecmds.ins
@@ -5,8 +5,8 @@
%% LaTeX Project Public License distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt.
%%
-%% Author: Peter Wilson (CUA)
-%% now at: peter.r.wilson@boeing.com
+%% Author: Peter Wilson, Herries Press
+%% Maintainer: Will Robertson (will dot robertson at latex-project dot org)
%%
%% This file will generate fast loadable files and documentation
%% driver files from the doc files in this package when run through
@@ -25,19 +25,20 @@
LaTeX Project Public License distributed from CTAN
archives in directory macros/latex/base/lppl.txt.
-Author: Peter Wilson (CUA)
- now at: peter.r.wilson@boeing.com
+Author: Peter Wilson, Herries Press
+Maintainer: Will Robertson (will dot robertson at latex-project dot org)
\endpreamble
+\askforoverwritefalse
\keepsilent
%%% \Msg{*** Generating the driver file ***}
-%%% \generateFile{makecmds.drv}{t}{\from{makecmds.dtx}{driver}}
+%%% \generate{\file{makecmds.drv}{\from{makecmds.dtx}{driver}}}
\Msg{*** Generating the LaTeX2e package files ***}
-\generateFile{makecmds.sty}{t}{\from{makecmds.dtx}{usc}}
+\generate{\file{makecmds.sty}{\from{makecmds.dtx}{usc}}}
\Msg{***********************************************************}
\Msg{*}
diff --git a/Master/texmf-dist/tex/latex/makecmds/makecmds.sty b/Master/texmf-dist/tex/latex/makecmds/makecmds.sty
index 780525769f4..89cc467fe5a 100644
--- a/Master/texmf-dist/tex/latex/makecmds/makecmds.sty
+++ b/Master/texmf-dist/tex/latex/makecmds/makecmds.sty
@@ -12,11 +12,11 @@
%% LaTeX Project Public License distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt.
%%
-%% Author: Peter Wilson (CUA)
-%% now at: peter.r.wilson@boeing.com
+%% Author: Peter Wilson, Herries Press
+%% Maintainer: Will Robertson (will dot robertson at latex-project dot org)
%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{makecmds}[2000/05/27 v1.0 extra command making commands]
+\ProvidesPackage{makecmds}[2009/09/03 v1.0a extra command making commands]
\newif\ifm@kwarn
\m@kwarnfalse