diff options
author | Karl Berry <karl@freefriends.org> | 2014-10-21 22:58:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-10-21 22:58:03 +0000 |
commit | 1346e499326254ef7bdd5750eaeebc8dd1ea1c9c (patch) | |
tree | 85ff13baef9b662817496e783b845d077b684686 /Build | |
parent | fce949a50f9c7ce87727f243f2035c55eca44682 (diff) |
be clear that it was negative llx/lly that failed
with -sPAPERSIZE=a0; mention epsfdpx.tex.
git-svn-id: svn://tug.org/texlive/trunk@35420 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/dvipdfm-x/data/dvipdfmx.cfg | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/texk/dvipdfm-x/data/dvipdfmx.cfg b/Build/source/texk/dvipdfm-x/data/dvipdfmx.cfg index 1832f5a9a85..d09c5d8e881 100644 --- a/Build/source/texk/dvipdfm-x/data/dvipdfmx.cfg +++ b/Build/source/texk/dvipdfm-x/data/dvipdfmx.cfg @@ -131,8 +131,10 @@ P 0x003C %% simply remove the options mentioned above. %% %% The -dEPSCROP below converts PS files. Before TL 2013, -%% -sPAPERSIZE=a0 was used for this. In 2013, changes were made to -%% xetex.def, dvipdfmx.def, etc., to handle non-zero llx/lly. +%% -sPAPERSIZE=a0 was used for this, and this failed when llx/lly was +%% negative. In 2013, changes were made to xetex.def, dvipdfmx.def, +%% etc., to handle non-zero llx/lly. Later, a file epsfdpx.tex was +%% created to "patch" plain's epsftex for this case. %% %% In TeX Live, we use the rungs wrapper instead of ps2pdf, becuse we %% must omit the -dSAFER which ps2pdf specifies: in order for pstricks |