diff options
author | Karl Berry <karl@freefriends.org> | 2010-10-08 17:46:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-10-08 17:46:38 +0000 |
commit | 5668cc3a25b56f8ee0bacc54998cdfe144d141d0 (patch) | |
tree | d9baff97b2a3661576ddedec74e812e3a729e5d9 /Build/source/texk/dvipdfmx | |
parent | e9e7f48639673cc7ba95de411e3a63afe603e9a5 (diff) |
quote %o and %i, heiko 8 Oct 2010 14:34:29
git-svn-id: svn://tug.org/texlive/trunk@20016 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfmx')
-rw-r--r-- | Build/source/texk/dvipdfmx/data/dvipdfmx.cfg | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/Build/source/texk/dvipdfmx/data/dvipdfmx.cfg b/Build/source/texk/dvipdfmx/data/dvipdfmx.cfg index e1754ca8afd..4c2dad26ea9 100644 --- a/Build/source/texk/dvipdfmx/data/dvipdfmx.cfg +++ b/Build/source/texk/dvipdfmx/data/dvipdfmx.cfg @@ -1,3 +1,5 @@ +%% dvipdfmx.cfg for dvipdfmx. (Public domain.) +%% %% PDF Version Setting %% %% PDF (minor) version stamp to use in output file. @@ -134,14 +136,11 @@ 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" +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" -%% 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. @@ -174,13 +173,13 @@ D "ps2pdf -dCompatibilityLevel=%v -sPAPERSIZE=a0 -dAutoFilterGrayImages=false - %% Font Map Files %% -%% teTeX 2.x and TeXLive using updmap (pdfTeX format) +%% teTeX 2.x and TeX Live using updmap (pdfTeX format) f pdftex.map -%% teTeX 2.x and TeXLive using updmap (DVIPDFM format) +%% teTeX 2.x and TeX Live using updmap (DVIPDFM format) %f dvipdfm.map -%% teTeX 2.x and TeXLive using updmap (DVIPS format) +%% teTeX 2.x and TeX Live using updmap (DVIPS format) %% MiKTeX 2.2 and 2.3 %f psfonts.map |