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/tex | |
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/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/makerobust/makerobust.sty | 21 |
1 files changed, 21 insertions, 0 deletions
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 +} + |