diff options
author | Karl Berry <karl@freefriends.org> | 2007-11-18 23:25:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-11-18 23:25:19 +0000 |
commit | 53c3f5a8e447dfdcac7ab01be21cdac1b769cdc7 (patch) | |
tree | a428f883b90a02388cff25e1d741dbb757ece9c1 /Master | |
parent | c005064fcde5e99fca0f66eacf5bca8427f17772 (diff) |
redirect instead of cmdline arg for zcat to
placate macosx (Nathaniel Gray to mactex-support, 17 Nov 2007 21:45:48).
git-svn-id: svn://tug.org/texlive/trunk@5510 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf/dvipdfm/config/config | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf/dvipdfm/config/config b/Master/texmf/dvipdfm/config/config index 019a75da53f..200df4bb95b 100644 --- a/Master/texmf/dvipdfm/config/config +++ b/Master/texmf/dvipdfm/config/config @@ -3,8 +3,10 @@ % the original file which is provided as README.config. % Distiller config. Uses ghostscript and works on compressed and -% uncompressed files. -D "zcat -f %i | gs -q -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=1.2 -dUseFlateCompression=true -dSAFER -sOutputFile=%o - -c quit" +% uncompressed files. Use zcat -f <%i instead of zcat -f %i +% because MacOSX Leopard expects the arg to be compressed without +% COMMAND_MODE=legacy. Sigh. +D "zcat -f <%i | gs -q -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=1.2 -dUseFlateCompression=true -dSAFER -sOutputFile=%o - -c quit" % Set default paper size here p a4 |