summaryrefslogtreecommitdiff
path: root/Master/texmf/dvipdfm/config/config-win32
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-06-07 21:17:56 +0000
committerKarl Berry <karl@freefriends.org>2006-06-07 21:17:56 +0000
commita14d40377467849bf41ef732a76192c6ec83b2ca (patch)
treeaf38101d0efe5816ecd50ecd0b93d3584233d563 /Master/texmf/dvipdfm/config/config-win32
parent07d6cb5fb24be2c071c830ea44dbcda4851cb31e (diff)
use -dEPSCrop instead of -sPAPERSIZE=a0 to avoid clipping of very large figures; sent by Laurent Siebenmann
git-svn-id: svn://tug.org/texlive/trunk@1666 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/dvipdfm/config/config-win32')
-rw-r--r--Master/texmf/dvipdfm/config/config-win324
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/dvipdfm/config/config-win32 b/Master/texmf/dvipdfm/config/config-win32
index 0283fc7b806..b2e9294c775 100644
--- a/Master/texmf/dvipdfm/config/config-win32
+++ b/Master/texmf/dvipdfm/config/config-win32
@@ -21,9 +21,9 @@
D "epstopdf --outfile=%o --nocompress %i"
% The following line works with GhostScript
-% D "gs -q -sPAPERSIZE=ledger -sDEVICE=pdfwrite -dCompatibilityLevel=1.2 -dUseFlateCompression=true -sOutputFile=%o %i -c quit"
+% D "gs -q -dEPSCrop -sDEVICE=pdfwrite -dCompatibilityLevel=1.2 -dUseFlateCompression=true -sOutputFile=%o %i -c quit"
% The following line works on compressed or uncompressed postscript with GhostScript
-%D "zcat -f %i | gs -q -sPAPERSIZE=ledger -sDEVICE=pdfwrite -dCompatibilityLevel=1.2 -dUseFlateCompression=true -sOutputFile=%o - -c quit"
+%D "zcat -f %i | gs -q -dEPSCrop -sDEVICE=pdfwrite -dCompatibilityLevel=1.2 -dUseFlateCompression=true -sOutputFile=%o - -c quit"
% The following line works with Adobe Acrobat Distiller
% D "/usr/local/bin/distill -quiet -pairs %i %o"