From 437ce3c9b1dd4ea0335f399863352e638ba20d4a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 15 Nov 2019 21:44:19 +0000 Subject: makerobust (15nov19) git-svn-id: svn://tug.org/texlive/trunk@52811 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/makerobust/README.md | 2 ++ .../texmf-dist/doc/latex/makerobust/makerobust.pdf | Bin 0 -> 65745 bytes .../texmf-dist/doc/latex/makerobust/makerobust.tex | 33 +++++++++++++++++++++ .../texmf-dist/tex/latex/makerobust/makerobust.sty | 21 +++++++++++++ Master/tlpkg/bin/tlpkg-ctan-check | 2 +- Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 1 + Master/tlpkg/tlpsrc/makerobust.tlpsrc | 0 7 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 Master/texmf-dist/doc/latex/makerobust/README.md create mode 100644 Master/texmf-dist/doc/latex/makerobust/makerobust.pdf create mode 100644 Master/texmf-dist/doc/latex/makerobust/makerobust.tex create mode 100644 Master/texmf-dist/tex/latex/makerobust/makerobust.sty create mode 100644 Master/tlpkg/tlpsrc/makerobust.tlpsrc diff --git a/Master/texmf-dist/doc/latex/makerobust/README.md b/Master/texmf-dist/doc/latex/makerobust/README.md new file mode 100644 index 00000000000..3aae9e30f99 --- /dev/null +++ b/Master/texmf-dist/doc/latex/makerobust/README.md @@ -0,0 +1,2 @@ +# makerobust +makerobust legacy package split from oberdiek LaTeX bundle diff --git a/Master/texmf-dist/doc/latex/makerobust/makerobust.pdf b/Master/texmf-dist/doc/latex/makerobust/makerobust.pdf new file mode 100644 index 00000000000..bbe2eb76829 Binary files /dev/null and b/Master/texmf-dist/doc/latex/makerobust/makerobust.pdf differ diff --git a/Master/texmf-dist/doc/latex/makerobust/makerobust.tex b/Master/texmf-dist/doc/latex/makerobust/makerobust.tex new file mode 100644 index 00000000000..e564524b4d3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/makerobust/makerobust.tex @@ -0,0 +1,33 @@ +% makerobust +% +% Copyright 2019 Oberdiek Package Support Group +% +%% 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. + +\documentclass{article} +\title{makerobust package} +\author{Oberdiek Package Support Group} +\date{2019/11/12} +\raggedright +\setlength\parskip{\baselineskip} +\begin{document} + +\maketitle + +Heiko Oberdiek's \textsf{makerobust} package defined a command with name +\verb|\MakeRobustCommand| that can be used to make fragile commands +robust. + +The \LaTeX\ format has, since 2015, included a command +\verb|\MakeRobust| with the same syntax and behaviour. Also by 2019, +almost all commands in \LaTeX\ that may be used in a moving argument +are already robust. + +This package is now just a simple one line package defining the name +\verb|\MakeRobustCommand| as an alias for \verb|\MakeRobust|, and +should not be used in new documents. + +\end{document} diff --git a/Master/texmf-dist/tex/latex/makerobust/makerobust.sty b/Master/texmf-dist/tex/latex/makerobust/makerobust.sty new file mode 100644 index 00000000000..3a1ca3e4493 --- /dev/null +++ b/Master/texmf-dist/tex/latex/makerobust/makerobust.sty @@ -0,0 +1,21 @@ +% makerobust +% +% Copyright 2019 Oberdiek Package Support Group +% +%% 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. + +\NeedsTeXFormat{LaTeX2e}[2015/01/01] +\ProvidesPackage{makerobust}[2019/11/12 v2.0 Legacy MakeRobust(Command) definition] + +\let\MakeRobustCommand\MakeRobust + +\PackageInfo{makerobust}{% +\MessageBreak +Please use the standard \noexpand\MakeRobust command,\MessageBreak +not the \noexpand\MakeRobustCommand command\MessageBreak +defined by this package\@gobble +} + diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index d327f19ef9a..9a0be2a2c83 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -443,7 +443,7 @@ my @TLP_working = qw( m-tx macros2e macroswap mafr magaz mailing mailmerge make4ht makebarcode makebase makebox makecell makecirc makecmds makecookbook - makedtx makeglos makeplot maker + makedtx makeglos makeplot maker makerobust makeshape mandi manfnt manfnt-font manuscript manyind marcellus margbib marginfit marginfix marginnote markdown marvosym matc3 matc3mem match_parens diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index 17fab4aec09..14917420d07 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -695,6 +695,7 @@ depend luatodonotes depend macroswap depend magaz depend makecookbook +depend makerobust depend mailing depend mailmerge depend makebarcode diff --git a/Master/tlpkg/tlpsrc/makerobust.tlpsrc b/Master/tlpkg/tlpsrc/makerobust.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d -- cgit v1.2.3