summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/makerobust
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-11-16 03:00:48 +0000
committerNorbert Preining <norbert@preining.info>2019-11-16 03:00:48 +0000
commitbad81a00a2943d1fb7ff2de3d0ae48c049dac302 (patch)
treeca23b6ca941037d20dce638d0859309f3c48c66d /macros/latex/contrib/makerobust
parent0e223aaa93c5ee0c0e937c23f75535269324d217 (diff)
CTAN sync 201911160300
Diffstat (limited to 'macros/latex/contrib/makerobust')
-rw-r--r--macros/latex/contrib/makerobust/README.md2
-rw-r--r--macros/latex/contrib/makerobust/makerobust.pdfbin0 -> 65745 bytes
-rw-r--r--macros/latex/contrib/makerobust/makerobust.sty21
-rw-r--r--macros/latex/contrib/makerobust/makerobust.tex33
4 files changed, 56 insertions, 0 deletions
diff --git a/macros/latex/contrib/makerobust/README.md b/macros/latex/contrib/makerobust/README.md
new file mode 100644
index 0000000000..3aae9e30f9
--- /dev/null
+++ b/macros/latex/contrib/makerobust/README.md
@@ -0,0 +1,2 @@
+# makerobust
+makerobust legacy package split from oberdiek LaTeX bundle
diff --git a/macros/latex/contrib/makerobust/makerobust.pdf b/macros/latex/contrib/makerobust/makerobust.pdf
new file mode 100644
index 0000000000..bbe2eb7682
--- /dev/null
+++ b/macros/latex/contrib/makerobust/makerobust.pdf
Binary files differ
diff --git a/macros/latex/contrib/makerobust/makerobust.sty b/macros/latex/contrib/makerobust/makerobust.sty
new file mode 100644
index 0000000000..3a1ca3e449
--- /dev/null
+++ b/macros/latex/contrib/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/macros/latex/contrib/makerobust/makerobust.tex b/macros/latex/contrib/makerobust/makerobust.tex
new file mode 100644
index 0000000000..e564524b4d
--- /dev/null
+++ b/macros/latex/contrib/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}