diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/pdftexdef/test/test3g1.tex')
-rw-r--r-- | Master/texmf-dist/source/latex/pdftexdef/test/test3g1.tex | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Master/texmf-dist/source/latex/pdftexdef/test/test3g1.tex b/Master/texmf-dist/source/latex/pdftexdef/test/test3g1.tex deleted file mode 100644 index 86aa6c41b52..00000000000 --- a/Master/texmf-dist/source/latex/pdftexdef/test/test3g1.tex +++ /dev/null @@ -1,20 +0,0 @@ -\documentclass{scrlettr} -\usepackage[pdftex]{graphicx} - -\def\test#1#2{% - \typeout{TEST: \string#1 (\the#1)=#2}% - \ifdim#1=#2\relax - \typeout{OK.}% - \else - \typeout{*** ERROR ***}% - \fi -} - -\begin{document} - -\test{\paperwidth}{0pt} -\test{\paperheight}{0pt} -\test{\pdfpagewidth}{597.50793pt} % 210mm -\test{\pdfpageheight}{845.04694pt} % 297mm - -\end{document} |