summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/xelatex/xetexconfig/crop.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/xelatex/xetexconfig/crop.cfg')
-rw-r--r--Master/texmf-dist/tex/xelatex/xetexconfig/crop.cfg17
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/xelatex/xetexconfig/crop.cfg b/Master/texmf-dist/tex/xelatex/xetexconfig/crop.cfg
new file mode 100644
index 00000000000..63a658bc53a
--- /dev/null
+++ b/Master/texmf-dist/tex/xelatex/xetexconfig/crop.cfg
@@ -0,0 +1,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'.