summaryrefslogtreecommitdiff
path: root/Master/texmf/dvipdfm/config
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-07-23 23:13:11 +0000
committerKarl Berry <karl@freefriends.org>2006-07-23 23:13:11 +0000
commit8c027c210a73c2b26a0b6c1a4d2c07a5a87ca872 (patch)
tree14d186c0ba5b7013e68e9e464fc5bab64ea7c666 /Master/texmf/dvipdfm/config
parent39f62d8f76e892a7faa2535085f35c6cc7f47434 (diff)
revert change 1666 per laurent/heiko, back to -sPAPERSIZE=a0, 8jun06 mail from laurent
git-svn-id: svn://tug.org/texlive/trunk@1902 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/dvipdfm/config')
-rw-r--r--Master/texmf/dvipdfm/config/config2
-rw-r--r--Master/texmf/dvipdfm/config/config-win324
2 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf/dvipdfm/config/config b/Master/texmf/dvipdfm/config/config
index 175dfac45a9..019a75da53f 100644
--- a/Master/texmf/dvipdfm/config/config
+++ b/Master/texmf/dvipdfm/config/config
@@ -4,7 +4,7 @@
% Distiller config. Uses ghostscript and works on compressed and
% uncompressed files.
-D "zcat -f %i | gs -q -dEPSCrop -sDEVICE=pdfwrite -dCompatibilityLevel=1.2 -dUseFlateCompression=true -dSAFER -sOutputFile=%o - -c quit"
+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
diff --git a/Master/texmf/dvipdfm/config/config-win32 b/Master/texmf/dvipdfm/config/config-win32
index b2e9294c775..65a0613e718 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 -dEPSCrop -sDEVICE=pdfwrite -dCompatibilityLevel=1.2 -dUseFlateCompression=true -sOutputFile=%o %i -c quit"
+% D "gs -q -sPAPERSIZE+a0 -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 -dEPSCrop -sDEVICE=pdfwrite -dCompatibilityLevel=1.2 -dUseFlateCompression=true -sOutputFile=%o - -c quit"
+%D "zcat -f %i | gs -q -sPAPERSIZE=a0 -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"