summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-04-29 00:21:59 +0000
committerKarl Berry <karl@freefriends.org>2008-04-29 00:21:59 +0000
commit21189ff088eb64ceb17dfbcd8f4d494cf87b79e0 (patch)
tree378ee17b637458d9b33477819387c040b4a7f5b1 /Master
parent7b7f9f425d64734d3a3a6a22565ab3e994ab30f7 (diff)
use rungs (by reinhard) to invoke ghostscript, cross-platform.
git-svn-id: svn://tug.org/texlive/trunk@7713 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf/dvipdfm/dvipdfmx.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf/dvipdfm/dvipdfmx.cfg b/Master/texmf/dvipdfm/dvipdfmx.cfg
index 6a438e3b598..eb76b03c1af 100644
--- a/Master/texmf/dvipdfm/dvipdfmx.cfg
+++ b/Master/texmf/dvipdfm/dvipdfmx.cfg
@@ -135,11 +135,14 @@ P 0x003C
%% use -dEPSCrop instead of -sPAPERSIZE=a0
%%
%% GhostScript (Unix/Linux):
-D "gs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=1.3 -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dUseFlateCompression=true -sOutputFile=%o %i -c quit"
+#D "gs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=1.3 -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dUseFlateCompression=true -sOutputFile=%o %i -c quit"
%% GhostScript (Win32):
%D "gswin32c -q -dNOPAUSE -dBATCH -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=1.3 -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dUseFlateCompression=true -sOutputFile=%o %i -c quit"
+%% GhostScript (TeX Live -- both Unix and Windows)
+D "rungs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=1.3 -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dUseFlateCompression=true -sOutputFile=%o %i -c quit"
+
%% Frank Siegert's PStill:
%D "/usr/local/bin/pstill -c -o %o %i"