summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-06-11 23:16:26 +0000
committerKarl Berry <karl@freefriends.org>2016-06-11 23:16:26 +0000
commitef0df012fe93429bbd3ddef76a731386764fb398 (patch)
tree84222b390e90b575976f24c963d78a3e1c07b213
parenta9f4bd08f08346003b5c702d3127d3545a0d9e96 (diff)
patchcmd (3jun16)
git-svn-id: svn://tug.org/texlive/trunk@41379 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/patchcmd/README18
-rw-r--r--Master/texmf-dist/doc/latex/patchcmd/patchcmd.pdfbin74751 -> 135311 bytes
-rw-r--r--Master/texmf-dist/source/latex/patchcmd/patchcmd.dtx26
-rw-r--r--Master/texmf-dist/tex/latex/patchcmd/patchcmd.sty24
4 files changed, 45 insertions, 23 deletions
diff --git a/Master/texmf-dist/doc/latex/patchcmd/README b/Master/texmf-dist/doc/latex/patchcmd/README
new file mode 100644
index 00000000000..eaed1da8af1
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/patchcmd/README
@@ -0,0 +1,18 @@
+patchcmd 2016/06/03 1.05
+
+The package provides a command \patchcommand that can be used to add
+material at the beginning and/or the end of the replacement text of an
+existing macro. It works for macros with any number of normal
+arguments, including those that were defined with
+\DeclareRobustCommand.
+
+Following Michael's death, his family have requested that his TeX
+related files are made publicly available under the LPPL license.
+
+
+The patchcmd package is available under the
+LaTeX Project Public License version 1
+or (at your option) any later version.
+https://latex-project.org/lppl/
+(LPPL maintenance status: unmaintained)
+
diff --git a/Master/texmf-dist/doc/latex/patchcmd/patchcmd.pdf b/Master/texmf-dist/doc/latex/patchcmd/patchcmd.pdf
index 699def45235..f931cb3e820 100644
--- a/Master/texmf-dist/doc/latex/patchcmd/patchcmd.pdf
+++ b/Master/texmf-dist/doc/latex/patchcmd/patchcmd.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/patchcmd/patchcmd.dtx b/Master/texmf-dist/source/latex/patchcmd/patchcmd.dtx
index 0c37d7ca4af..322e7edc292 100644
--- a/Master/texmf-dist/source/latex/patchcmd/patchcmd.dtx
+++ b/Master/texmf-dist/source/latex/patchcmd/patchcmd.dtx
@@ -1,26 +1,30 @@
%%% ====================================================================
%%% @LaTeX-doc-source-file{
%%% filename = "patchcmd.dtx",
-%%% version = "1.03",
-%%% date = "2000/07/31",
-%%% time = "08:40:39 EDT",
+%%% version = "1.05",
+%%% date = "2016/06/03",
%%% author = "Michael J Downes",
-%%% email = "mjd@ams.org",
%%% abstract = "Provides a way to add material at beginning or end of
%%% a macro's existing definition.",
-%%% checksum = "23183 222 932 7411",
-%%% docstring = "The checksum field, produced by Robert Solovay's
-%%% checksum utility, gives CRC-16 checksum, lines,
-%%% words, and characters.",
%%% }
%%% ====================================================================
% \iffalse
+%%% Copyright 2000 Michael John Downes
+%%%
+%%% Following Michael's death, his family have requested that his TeX
+%%% related files are made publicly available under the LPPL license.
+%%%
+%%% This file is available under the LaTeX Project Public License version 1
+%%% or (at your option) any later version.
+%%% https://latex-project.org/lppl/
+%%% (LPPL maintenance status: unmaintained)
+%%%
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\documentclass{amsdtx}
\begin{document}
\title{The \pkg{patchcmd} package}
-\author{Michael~J. Downes}
+\author{Michael~J. Downes\thanks{Michael died in 2003}}
\date{Version \fileversion, \filedate}
\hDocInput{patchcmd.dtx}
\end{document}
@@ -56,9 +60,7 @@
% Standard declaration of package name and date.
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{patchcmd}[2000/07/31 v1.03]
-%% Copyright 2000 Michael John Downes
-%% This file has no restrictions on its use, distribution, or sale.
+\ProvidesPackage{patchcmd}[2016/06/03 v1.05]
% \end{macrocode}
%
% For debugging.
diff --git a/Master/texmf-dist/tex/latex/patchcmd/patchcmd.sty b/Master/texmf-dist/tex/latex/patchcmd/patchcmd.sty
index 596992d8f24..f73b6a90f05 100644
--- a/Master/texmf-dist/tex/latex/patchcmd/patchcmd.sty
+++ b/Master/texmf-dist/tex/latex/patchcmd/patchcmd.sty
@@ -9,23 +9,25 @@
%%% ====================================================================
%%% @LaTeX-doc-source-file{
%%% filename = "patchcmd.dtx",
-%%% version = "1.03",
-%%% date = "2000/07/31",
-%%% time = "08:40:39 EDT",
+%%% version = "1.05",
+%%% date = "2016/06/03",
%%% author = "Michael J Downes",
-%%% email = "mjd@ams.org",
%%% abstract = "Provides a way to add material at beginning or end of
%%% a macro's existing definition.",
-%%% checksum = "23183 222 932 7411",
-%%% docstring = "The checksum field, produced by Robert Solovay's
-%%% checksum utility, gives CRC-16 checksum, lines,
-%%% words, and characters.",
%%% }
%%% ====================================================================
+%%% Copyright 2000 Michael John Downes
+%%%
+%%% Following Michael's death, his family have requested that his TeX
+%%% related files are made publicly available under the LPPL license.
+%%%
+%%% This file is available under the LaTeX Project Public License version 1
+%%% or (at your option) any later version.
+%%% https://latex-project.org/lppl/
+%%% (LPPL maintenance status: unmaintained)
+%%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{patchcmd}[2000/07/31 v1.03]
-%% Copyright 2000 Michael John Downes
-%% This file has no restrictions on its use, distribution, or sale.
+\ProvidesPackage{patchcmd}[2016/06/03 v1.05]
%%\def\wrs{\immediate\write\sixt@@n}
\newcommand{\patchcommand}[1]{%