From 3c821224b4d6b7cd907ec60b3f6a045da6dff37f Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 28 Apr 2008 15:13:23 +0000 Subject: dvipdfmx.cfg with rungs from Reinhard git-svn-id: svn://tug.org/texlive/trunk@7699 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'Master/install-tl') diff --git a/Master/install-tl b/Master/install-tl index 615fd899a0a..591749733ed 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -838,12 +838,14 @@ sub do_postinst_stuff { open(DVIPDFMCONFIGINST, ">$TEXMFSYSVAR/dvipdfm/dvipdfmx.cfg") or die("Cannot open $TEXMFSYSVAR/dvipdfm/dvipdfmx.cfg"); while () { - # we still don't know what to do with dvipdfmx.cfg invocation - # if (m/^D /) { - # print DVIPDFMCONFIGINST 'D "epstopdf --outfile=%o --nocompress %i"', "\n"; - #} else { + we still don't know what to do with dvipdfmx.cfg invocation + 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"; + } else { print DVIPDFMCONFIGINST; - #} + } } close(DVIPDFMCONFIGDIST); close(DVIPDFMCONFIGINST); -- cgit v1.2.3