summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"