summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-09-05 17:11:24 +0000
committerKarl Berry <karl@freefriends.org>2009-09-05 17:11:24 +0000
commit26118032b3b45abfcd866a97161d5a70385db0be (patch)
tree3fa9e1ea9c0656b1abcc1161a170fb33b40247c8 /Master
parentbb51eefa81bca861c3bc9fc4bfc69acf8782789b (diff)
we can use %v after all, since xdvipdfmx has been
updated and we had to rebuild. git-svn-id: svn://tug.org/texlive/trunk@15134 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf/dvipdfmx/dvipdfmx.cfg5
1 files changed, 1 insertions, 4 deletions
diff --git a/Master/texmf/dvipdfmx/dvipdfmx.cfg b/Master/texmf/dvipdfmx/dvipdfmx.cfg
index 6e3158a2400..559e80460a8 100644
--- a/Master/texmf/dvipdfmx/dvipdfmx.cfg
+++ b/Master/texmf/dvipdfmx/dvipdfmx.cfg
@@ -134,14 +134,11 @@ P 0x003C
%% than A0, and their llx=lly=0, you can use "-dEPSCrop" instead of
%% "-sPAPERSIZE=a0"
%%
-%% 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"
+D "rungs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=%v -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"