diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2007-01-19 23:54:54 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2007-01-19 23:54:54 +0000 |
commit | f8f18d6dad9b057b60a96413a470ceadd4162f61 (patch) | |
tree | bf95735aa4db4017b233190b74a57b19296201c0 /Master/texmf-dist/tex/xelatex | |
parent | 6366d94e8762e834832e688fa19db1d002e20578 (diff) |
make xelatex crop.cfg more robust
git-svn-id: svn://tug.org/texlive/trunk@3603 c570f23f-e606-0410-a88d-b1316a301751
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 |