summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/xelatex/xetexconfig/crop.cfg
blob: a3ab602a46ca06d6e05b9d27477685c010e78ef4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
% crop.cfg for xetex - JK - 2007-01-19
% This attempts to persuade crop.sty to work with xetex
% Public domain

\@ifundefined{XeTeXversion}{}{
	%% Force crop.sty to use the "pdftex" driver (i.e., \pdfpagewidth, \pdfpageheight) with XeTeX
	\def\CROP@driver{pdftex}
}

\endinput

%% End of file `crop.cfg'.