summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/xelatex/config/crop.cfg
diff options
context:
space:
mode:
authorJonathan Kew <jfkthame@googlemail.com>2006-09-15 15:31:59 +0000
committerJonathan Kew <jfkthame@googlemail.com>2006-09-15 15:31:59 +0000
commitd8ed1d31bf3ef5cdd91c34bbd0dc4d8d026e8b4b (patch)
treea9907f2ba73ffc51535d5b1fa0bfb0b2b39883ee /Master/texmf-dist/tex/xelatex/config/crop.cfg
parent433cd9a731d3e97c7d2df22a6cebe37aa64054f9 (diff)
added ini files etc for xetex-based formats, moved fontspec and xltxtra packages from xetex to xelatex subdir
git-svn-id: svn://tug.org/texlive/trunk@2132 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/xelatex/config/crop.cfg')
-rw-r--r--Master/texmf-dist/tex/xelatex/config/crop.cfg17
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/xelatex/config/crop.cfg b/Master/texmf-dist/tex/xelatex/config/crop.cfg
new file mode 100644
index 00000000000..63a658bc53a
--- /dev/null
+++ b/Master/texmf-dist/tex/xelatex/config/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'.