From ef0df012fe93429bbd3ddef76a731386764fb398 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 11 Jun 2016 23:16:26 +0000 Subject: patchcmd (3jun16) git-svn-id: svn://tug.org/texlive/trunk@41379 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/patchcmd/README | 18 ++++++++++++++ Master/texmf-dist/doc/latex/patchcmd/patchcmd.pdf | Bin 74751 -> 135311 bytes .../texmf-dist/source/latex/patchcmd/patchcmd.dtx | 26 +++++++++++---------- Master/texmf-dist/tex/latex/patchcmd/patchcmd.sty | 24 ++++++++++--------- 4 files changed, 45 insertions(+), 23 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/patchcmd/README 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 Binary files a/Master/texmf-dist/doc/latex/patchcmd/patchcmd.pdf and b/Master/texmf-dist/doc/latex/patchcmd/patchcmd.pdf 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]{% -- cgit v1.2.3