summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-11-15 21:44:19 +0000
committerKarl Berry <karl@freefriends.org>2019-11-15 21:44:19 +0000
commit437ce3c9b1dd4ea0335f399863352e638ba20d4a (patch)
tree094a4f4825636d944f2d83ae4378d0ccaff86eb6
parent47e78a729113fcbc026f01e035040cf9e28339de (diff)
makerobust (15nov19)
git-svn-id: svn://tug.org/texlive/trunk@52811 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/makerobust/README.md2
-rw-r--r--Master/texmf-dist/doc/latex/makerobust/makerobust.pdfbin0 -> 65745 bytes
-rw-r--r--Master/texmf-dist/doc/latex/makerobust/makerobust.tex33
-rw-r--r--Master/texmf-dist/tex/latex/makerobust/makerobust.sty21
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rw-r--r--Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/makerobust.tlpsrc0
7 files changed, 58 insertions, 1 deletions
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
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/makerobust/makerobust.pdf
Binary files 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
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/makerobust.tlpsrc