diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-15 21:44:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-15 21:44:19 +0000 |
commit | 437ce3c9b1dd4ea0335f399863352e638ba20d4a (patch) | |
tree | 094a4f4825636d944f2d83ae4378d0ccaff86eb6 /Master/texmf-dist/doc/latex | |
parent | 47e78a729113fcbc026f01e035040cf9e28339de (diff) |
makerobust (15nov19)
git-svn-id: svn://tug.org/texlive/trunk@52811 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/makerobust/README.md | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/makerobust/makerobust.pdf | bin | 0 -> 65745 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/makerobust/makerobust.tex | 33 |
3 files changed, 35 insertions, 0 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 Binary files differnew file mode 100644 index 00000000000..bbe2eb76829 --- /dev/null +++ b/Master/texmf-dist/doc/latex/makerobust/makerobust.pdf 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} |