diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/oberdiek/pdfescape-test3.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/oberdiek/pdfescape-test3.tex | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/oberdiek/pdfescape-test3.tex b/Master/texmf-dist/doc/latex/oberdiek/pdfescape-test3.tex index f8a0a303ad6..3559f6d91ce 100644 --- a/Master/texmf-dist/doc/latex/oberdiek/pdfescape-test3.tex +++ b/Master/texmf-dist/doc/latex/oberdiek/pdfescape-test3.tex @@ -26,16 +26,22 @@ %% and the derived files %% pdfescape.sty, pdfescape.pdf, pdfescape.ins, pdfescape.drv, %% pdfescape-test1.tex, pdfescape-test2.tex, -%% pdfescape-test3.tex. +%% pdfescape-test3.tex, pdfescape-test4.tex. %% \NeedsTeXFormat{LaTeX2e} \makeatletter -\ProvidesFile{pdfescape-test3.tex}% - [2007/04/21 v1.4 Test without \string\pdfescape... and e-TeX]% +\ProvidesFile{pdfescape-test2.tex}% + [2007/09/09 v1.6 Test without \string\pdfescape..., with e-TeX]% \let\pdfescapehex\@undefined \let\pdfunescapehex\@undefined \let\pdfescapename\@undefined \let\pdfescapestring\@undefined +\@ifundefined{numexpr}{% + \PackageError{pdfescape-test2}{% + Missing \eTeX + }{Test aborted.}% + \stop +}{} \RequirePackage{qstest} \IncludeTests{*} \LogTests{log}{*}{*} @@ -145,13 +151,7 @@ |endgroup \@onelevel@sanitize\AllBytesString -\let\org@detokenize\detokenize -\let\detokenize\@undefined -\let\org@numexpr\numexpr -\let\numexpr\@undefined \RequirePackage{pdfescape} -\let\detokenize\org@detokenize -\let\numexpr\org@numexpr \begin{qstest}{all-hex}{\AllBytes, escapehex} \EdefEscapeHex\x{\AllBytes}% |