diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/setouterhbox.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/setouterhbox.dtx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/setouterhbox.dtx b/Master/texmf-dist/source/latex/oberdiek/setouterhbox.dtx index 8ad65cec1fe..c8247c8524f 100644 --- a/Master/texmf-dist/source/latex/oberdiek/setouterhbox.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/setouterhbox.dtx @@ -155,7 +155,7 @@ and the derived files %</driver> % \fi % -% \CheckSum{551} +% \CheckSum{560} % % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -802,6 +802,9 @@ E \egroup \advance\count@ 1 % \repeat } +\expandafter\ifx\csname LoadCommand\endcsname\relax + \def\LoadCommand{\input setouterhbox.sty\relax}% +\fi \def\Test{% \RangeCatcodeInvalid{0}{47}% \RangeCatcodeInvalid{58}{64}% @@ -817,7 +820,7 @@ E \egroup \catcode`\%=14 % \catcode`\ =10 % \catcode13=5 % - \input setouterhbox.sty\relax + \LoadCommand \RestoreCatcodes } \Test |