From c884cc5ea02af87af5492bef49dd5ac1120a6c13 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 28 Apr 2008 16:09:57 +0000 Subject: stupid error git-svn-id: svn://tug.org/texlive/trunk@7706 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Master/install-tl') diff --git a/Master/install-tl b/Master/install-tl index c5502cb9786..3cbd259dd37 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -7,8 +7,6 @@ # or any later version. # # TODO: -# - dvipdfmx.cfg is copied to TEXMFSYSVAR, but we should adjust the -# invocation stuff # - fonts.conf adaption when bin-xetex is installed (should also be done # in tl-package-manager.pl, or better in TLMedia.pm, so that after we # have converted install-tl to use TLMedia we can collect post install @@ -841,7 +839,7 @@ sub do_postinst_stuff { if (m/^D /) { print DVIPDFMCONFIGINST "%$_"; print DVIPDFMCONFIGINST "\n%% GhostScript (TeX Live (Unix and Win32)):\n"; - print DVIPDFMCONFIGINST 'D "rungs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a0 -sD[truncated]', "\n\n"; + print DVIPDFMCONFIGINST '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"', "\n\n"; } else { print DVIPDFMCONFIGINST; } -- cgit v1.2.3