summaryrefslogtreecommitdiff
path: root/Master/texmf/dvipdfm/dvipdfmx.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/dvipdfm/dvipdfmx.cfg')
-rw-r--r--Master/texmf/dvipdfm/dvipdfmx.cfg15
1 files changed, 11 insertions, 4 deletions
diff --git a/Master/texmf/dvipdfm/dvipdfmx.cfg b/Master/texmf/dvipdfm/dvipdfmx.cfg
index e36926883f9..b8adb6c6f11 100644
--- a/Master/texmf/dvipdfm/dvipdfmx.cfg
+++ b/Master/texmf/dvipdfm/dvipdfmx.cfg
@@ -133,14 +133,21 @@ P 0x003C
%%
%% If you have figures even larger than A0, and their llx=lly=0, you can
%% use -dEPSCrop instead of -sPAPERSIZE=a0
-%%
-%% GhostScript (Unix/Linux):
+
+%% Ghostscript (TeX Live -- both Unix and Windows)
+%% keep this the same in dvipdfm and dvipdfmx.
+%% can't use zcat because the pipe breaks on Windows; better to have
+%% one config file.
+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"
+
+%% 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"
-%% GhostScript (Win32):
+%% 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)
+%% Ghostscript (TeX Live -- both Unix and Windows)
+%% keep this
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: