Current File : //proc/thread-self/root/kunden/kunden/usr/share/texlive/texmf-dist/tex/xelatex/xetexconfig/crop.cfg
% 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'.