From 5668cc3a25b56f8ee0bacc54998cdfe144d141d0 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 8 Oct 2010 17:46:38 +0000 Subject: 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 --- Master/texmf/dvipdfmx/dvipdfmx.cfg | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'Master/texmf') diff --git a/Master/texmf/dvipdfmx/dvipdfmx.cfg b/Master/texmf/dvipdfmx/dvipdfmx.cfg index 9667743ea65..2a4c2cdab3b 100644 --- a/Master/texmf/dvipdfmx/dvipdfmx.cfg +++ b/Master/texmf/dvipdfmx/dvipdfmx.cfg @@ -1,4 +1,4 @@ -%% dvipdfmx configuration file. (Public domain.) +%% dvipdfmx.cfg for dvipdfmx. (Public domain.) %% %% PDF Version Setting %% @@ -142,14 +142,11 @@ P 0x003C %% /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 "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. @@ -182,13 +179,13 @@ D "rungs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityL %% 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 -- cgit v1.2.3