blob: 63a658bc53a95be30b04a9462e0e172d9f73c65d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
% crop.cfg for xetex - JK - 2006-06-07
% 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
}{}
}
\endinput
%% End of file `crop.cfg'.
|