diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-05-02 13:04:59 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-05-02 13:04:59 +0000 |
commit | 9b5f1f3915e6c11001ef9c48efd372e93cbf7ab3 (patch) | |
tree | aaf656fe5193c6e7c5fbd62221c29e007a21f30e /Build/source/texk/dvipdfmx | |
parent | 2d11fdfd2797f0674e1ffc420b1cfa5bcc1732ce (diff) |
update
git-svn-id: svn://tug.org/texlive/trunk@22281 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfmx')
4 files changed, 21 insertions, 16 deletions
diff --git a/Build/source/texk/dvipdfmx/dvipdfmx-20110309-PATCHES/ChangeLog b/Build/source/texk/dvipdfmx/dvipdfmx-20110309-PATCHES/ChangeLog index 0448710d97d..3a6f7321390 100644 --- a/Build/source/texk/dvipdfmx/dvipdfmx-20110309-PATCHES/ChangeLog +++ b/Build/source/texk/dvipdfmx/dvipdfmx-20110309-PATCHES/ChangeLog @@ -1,7 +1,9 @@ -2011-04-29 Karl Berry <karl@tug.org> +2011-04-29 Peter Breitenlohner <peb@mppmu.mpg.de> + + * patch-00-cfg (new): Change dvipdfmx.cfg to use rungs instead of + the default ps2pdf -dSAFER, to avoid complete pstricks failure with + xetex. - * patch-00-cfg: new file, to use rungs instead of ps2pdf. - 2011-03-11 Peter Breitenlohner <peb@mppmu.mpg.de> * patch-04-dvipdfmx-20110311 (new): From upstream. diff --git a/Build/source/texk/dvipdfmx/dvipdfmx-20110309-PATCHES/TL-Changes b/Build/source/texk/dvipdfmx/dvipdfmx-20110309-PATCHES/TL-Changes index 5ef2e9b655d..76dca020da9 100644 --- a/Build/source/texk/dvipdfmx/dvipdfmx-20110309-PATCHES/TL-Changes +++ b/Build/source/texk/dvipdfmx/dvipdfmx-20110309-PATCHES/TL-Changes @@ -1,11 +1,6 @@ Changes applied to the dvipdfmx-20110309 tree as obtained from: http://project.ktug.or.kr/dvipdfmx/snapshot/latest/dvipdfmx-20110309.tar.gz -patch-00-cfg changes dvipdfmx.cfg to use rungs instead of the default -ps2pdf -dSAFER, to avoid complete pstricks failure with xetex. There is -no need to apply this in the source tree, but it must be applied in the -runtime (Master/texmf/dvipdfmx). - Removed: NEWS compile diff --git a/Build/source/texk/dvipdfmx/dvipdfmx-20110309-PATCHES/patch-00-cfg b/Build/source/texk/dvipdfmx/dvipdfmx-20110309-PATCHES/patch-00-cfg index defab891a13..9a00ada1417 100644 --- a/Build/source/texk/dvipdfmx/dvipdfmx-20110309-PATCHES/patch-00-cfg +++ b/Build/source/texk/dvipdfmx/dvipdfmx-20110309-PATCHES/patch-00-cfg @@ -1,6 +1,9 @@ ---- data/dvipdfmx.cfg 2011-03-07 18:11:26.000000000 +0100 -+++ /home/texlive/trunk/Master/texmf/dvipdfmx/dvipdfmx.cfg 2011-04-29 00:25:40.000000000 +0200 -@@ -139,3 +139,8 @@ +diff -ur dvipdfmx-20110309.orig/data/dvipdfmx.cfg dvipdfmx-20110309/data/dvipdfmx.cfg +--- dvipdfmx-20110309.orig/data/dvipdfmx.cfg 2010-10-12 02:01:29.000000000 +0200 ++++ dvipdfmx-20110309/data/dvipdfmx.cfg 2011-04-29 00:31:34.000000000 +0200 +@@ -137,14 +137,16 @@ + %% than A0, and their llx=lly=0, you can use "-dEPSCrop" instead of + %% "-sPAPERSIZE=a0" %% -D "ps2pdf -dCompatibilityLevel=%v -sPAPERSIZE=a0 -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode '%i' '%o'" +%% We use the rungs wrapper instead of ps2pdf, becuse we cannot use the @@ -10,9 +13,12 @@ +%% +D "rungs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=%v -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -sOutputFile='%o' '%i' -c quit" -@@ -144,5 +149,2 @@ + %% Frank Siegert's PStill: + %D "/usr/local/bin/pstill -c -o '%o' '%i'" -%% Adobe Acrobat Distiller: -%D "/usr/local/bin/distill -quiet -pairs '%i' '%o'" - %% Batik + Fop (SVG-to-PDF): + %% If you want both PS and SVG, you need to write a script or program + %% that selectively invokes converters. diff --git a/Build/source/texk/dvipdfmx/dvipdfmx-20110309/data/dvipdfmx.cfg b/Build/source/texk/dvipdfmx/dvipdfmx-20110309/data/dvipdfmx.cfg index 893d0add8ce..0eddcaeccca 100644 --- a/Build/source/texk/dvipdfmx/dvipdfmx-20110309/data/dvipdfmx.cfg +++ b/Build/source/texk/dvipdfmx/dvipdfmx-20110309/data/dvipdfmx.cfg @@ -137,14 +137,16 @@ P 0x003C %% than A0, and their llx=lly=0, you can use "-dEPSCrop" instead of %% "-sPAPERSIZE=a0" %% -D "ps2pdf -dCompatibilityLevel=%v -sPAPERSIZE=a0 -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode '%i' '%o'" +%% We use the rungs wrapper instead of ps2pdf, becuse we cannot use the +%% -dSAFER which ps2pdf does: when used with pstricks, +%% /usr/local/texlive/*/texmf-dist/dvips/pstricks/pstricks.pro (for +%% example) needs to be accessed. +%% +D "rungs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=%v -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -sOutputFile='%o' '%i' -c quit" %% Frank Siegert's PStill: %D "/usr/local/bin/pstill -c -o '%o' '%i'" -%% Adobe Acrobat Distiller: -%D "/usr/local/bin/distill -quiet -pairs '%i' '%o'" - %% Batik + Fop (SVG-to-PDF): %% If you want both PS and SVG, you need to write a script or program %% that selectively invokes converters. |