summaryrefslogtreecommitdiff
path: root/Master/texmf/dvipdfmx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-08-29 00:38:57 +0000
committerKarl Berry <karl@freefriends.org>2009-08-29 00:38:57 +0000
commit3070c3c58177ed2ec86e931382dfaa96ddc8e56b (patch)
treec28f2de42759c62b6b120521c805687e101bce41 /Master/texmf/dvipdfmx
parent86a49fb9e0c0a5b76d5531d14ecaae96333f07e8 (diff)
(D): back to an explicit -dCompatibilityLeveL
(because of xdvipdfmx using this file) and rungs instead of ps2pdf (because -dSAFER breaks pstricks completely). Mail on xetex list from Akira Kakuto 28 Aug 2009 10:18:31, et al. git-svn-id: svn://tug.org/texlive/trunk@14928 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/dvipdfmx')
-rw-r--r--Master/texmf/dvipdfmx/dvipdfmx.cfg9
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf/dvipdfmx/dvipdfmx.cfg b/Master/texmf/dvipdfmx/dvipdfmx.cfg
index 7c20b3e17c5..596bc1bc1dc 100644
--- a/Master/texmf/dvipdfmx/dvipdfmx.cfg
+++ b/Master/texmf/dvipdfmx/dvipdfmx.cfg
@@ -134,7 +134,14 @@ P 0x003C
%% than A0, and their llx=lly=0, you can use "-dEPSCrop" instead of
%% "-sPAPERSIZE=a0"
%%
-D "ps2pdf -dCompatibilityLevel=%v -sPAPERSIZE=a0 -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode %i %o"
+%% We use -dCompatibilityLevel=1.3 instead of %v in TL 2009 because
+%% xdvipdfmx also reads this file, and doesn't support %v. Next year.
+%%
+%% We use the rungs wrapper instead of ps2pdf, becuse we cannot use the
+%% -dSAFER which ps2pdf does: when used with pstricks,
+%% /usr/local/texlive/2009/texmf-dist/dvips/pstricks/pstricks.pro (for
+%% example) needs to be accessed.
+D "rungs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=1.3 -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -sOutputFile=%o %i -c quit"
%% Frank Siegert's PStill:
%D "/usr/local/bin/pstill -c -o %o %i"