diff options
Diffstat (limited to 'Master/texmf-dist/tex/xelatex')
-rw-r--r-- | Master/texmf-dist/tex/xelatex/xetexconfig/crop.cfg | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/xelatex/xetexconfig/crop.cfg b/Master/texmf-dist/tex/xelatex/xetexconfig/crop.cfg index 63a658bc53a..a3ab602a46c 100644 --- a/Master/texmf-dist/tex/xelatex/xetexconfig/crop.cfg +++ b/Master/texmf-dist/tex/xelatex/xetexconfig/crop.cfg @@ -1,15 +1,10 @@ -% crop.cfg for xetex - JK - 2006-06-07 +% crop.cfg for xetex - JK - 2007-01-19 % This attempts to persuade crop.sty to work with xetex % Public domain \@ifundefined{XeTeXversion}{}{ - %% Use the "pdftex" driver (i.e., \pdfpagewidth, \pdfpageheight) with XeTeX - \def\CROP@reqdriver{pdftex} - - %% make crop.sty believe this is valid - \@ifundefined{pdfoutput}{ - \newcount\pdfoutput \pdfoutput=1 - }{} + %% Force crop.sty to use the "pdftex" driver (i.e., \pdfpagewidth, \pdfpageheight) with XeTeX + \def\CROP@driver{pdftex} } \endinput |