diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-03-09 16:52:27 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-03-09 16:52:27 +0000 |
commit | 71bae4f3017a23dcf0c12932b9ef8e2eb089e1dc (patch) | |
tree | a9cf29ab045249e9ccb18831485551fe1dce7a14 /Master/texmf/dvipdfmx | |
parent | 3ec3922e3555479434cfbd66e77697cd6c36d02b (diff) |
dvipdfmx 20110309 update
git-svn-id: svn://tug.org/texlive/trunk@21663 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/dvipdfmx')
-rw-r--r-- | Master/texmf/dvipdfmx/dvipdfmx.cfg | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/Master/texmf/dvipdfmx/dvipdfmx.cfg b/Master/texmf/dvipdfmx/dvipdfmx.cfg index 2a4c2cdab3b..893d0add8ce 100644 --- a/Master/texmf/dvipdfmx/dvipdfmx.cfg +++ b/Master/texmf/dvipdfmx/dvipdfmx.cfg @@ -137,29 +137,27 @@ P 0x003C %% than A0, and their llx=lly=0, you can use "-dEPSCrop" instead of %% "-sPAPERSIZE=a0" %% -%% 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=%v -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -sOutputFile='%o' '%i' -c quit" +D "ps2pdf -dCompatibilityLevel=%v -sPAPERSIZE=a0 -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode '%i' '%o'" %% Frank Siegert's PStill: -%D "/usr/local/bin/pstill -c -o %o %i" +%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. -%D "java -classpath classpaths -jar /path/to/batik-rasterizer.jar -m application/pdf -d %o %i" +%D "java -classpath classpaths -jar /path/to/batik-rasterizer.jar -m application/pdf -d '%o' '%i'" %% There are no way to directly know suggested size of (raster) images. %% You may want to use %b here, since you can try reading the ebb file %% to see what is natural (physical) size of images. -%D "ras2pdf -r 300x300 -b %b.bb -o %o %i" +%D "ras2pdf -r 300x300 -b '%b.bb' -o '%o' '%i'" %% ImageMagick: %% Easiest way to support various file formats. -%D "convert %i epdf:%o" +%D "convert '%i' 'epdf:%o'" %% Other Options %% |