diff options
author | Karl Berry <karl@freefriends.org> | 2006-11-08 01:55:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-11-08 01:55:38 +0000 |
commit | 7a1fbf79155a7d2361a6da0cb4c0761b1fcf6c7b (patch) | |
tree | bc5b336b02e9b04f19cd80ad4d38a9afb29827ff /Master/texmf-dist/tex/xelatex/xetexconfig/crop.cfg | |
parent | 3153014360f2ac747283dcbfddd8dbdc279bae02 (diff) |
rename xelatex/config to xelatex/xetexconfig, so package name is not just "config"
git-svn-id: svn://tug.org/texlive/trunk@2404 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/xelatex/xetexconfig/crop.cfg')
-rw-r--r-- | Master/texmf-dist/tex/xelatex/xetexconfig/crop.cfg | 17 |
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'. |