diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-28 22:31:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-28 22:31:34 +0000 |
commit | 04501ab6f2e03def86e94a6d0a0aefe99bdbab6e (patch) | |
tree | 444f9cf0f520d0f64ac188fa48d074576ef25fc8 /Master/texmf | |
parent | 0b171892c93b37956b55356a07561439324d370a (diff) |
restore rungs, not ps2pdf -dSAFER
git-svn-id: svn://tug.org/texlive/trunk@22235 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rw-r--r-- | Master/texmf/dvipdfmx/dvipdfmx.cfg | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf/dvipdfmx/dvipdfmx.cfg b/Master/texmf/dvipdfmx/dvipdfmx.cfg index 893d0add8ce..0eddcaeccca 100644 --- a/Master/texmf/dvipdfmx/dvipdfmx.cfg +++ b/Master/texmf/dvipdfmx/dvipdfmx.cfg @@ -137,14 +137,16 @@ 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 the rungs wrapper instead of ps2pdf, becuse we cannot use the +%% -dSAFER which ps2pdf does: when used with pstricks, +%% /usr/local/texlive/*/texmf-dist/dvips/pstricks/pstricks.pro (for +%% example) needs to be accessed. +%% +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'" -%% Adobe Acrobat Distiller: -%D "/usr/local/bin/distill -quiet -pairs '%i' '%o'" - %% Batik + Fop (SVG-to-PDF): %% If you want both PS and SVG, you need to write a script or program %% that selectively invokes converters. |