diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/dvipdfmx-def/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/dvipdfmx-def/doc/mps.txt | 25 |
2 files changed, 27 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/dvipdfmx-def/README b/Master/texmf-dist/doc/latex/dvipdfmx-def/README index 222dfb380d9..682b5b1d0fa 100644 --- a/Master/texmf-dist/doc/latex/dvipdfmx-def/README +++ b/Master/texmf-dist/doc/latex/dvipdfmx-def/README @@ -2,12 +2,12 @@ This directory contains the LaTeX graphics driver 'dvipdfmx.def' used with the driver program 'dvipdfmx' -Version: 4.07; 2015-11-04. +Version: 4.08; 2016-04-06. The canonical source is the subversion repository at https://puszcza.gnu.org.ua/projects/latexfmxdef. -Copyright (C) 2005-2015 Jin-Hwan Cho, Shunsaku Hirata +Copyright (C) 2005-2016 Jin-Hwan Cho, Shunsaku Hirata (with contributions from many others) This program can be redistributed and/or modified under the terms diff --git a/Master/texmf-dist/doc/latex/dvipdfmx-def/doc/mps.txt b/Master/texmf-dist/doc/latex/dvipdfmx-def/doc/mps.txt new file mode 100644 index 00000000000..cd885781030 --- /dev/null +++ b/Master/texmf-dist/doc/latex/dvipdfmx-def/doc/mps.txt @@ -0,0 +1,25 @@ +In TeX Live 2016 and later, a new suffix .mps (or .MPS) is supported +by dvipdfmx and xdvipdfmx. Usual eps files are included by converting +into pdf files with the help of Ghostscript. We are using -dEPSCrop +option for Ghostscript in the conversion. In this case, we are forced +to translate llx, lly, urx, and ury in \Ginclude@eps accordingly. +On the other hand, eps files created by MetaPost are included directly +without the help of Ghostscript. Thus the above translation should be +negated by translating the origin, if we use \Ginclude@eps also for eps +files created by MetaPost. The translation of the origin was the default +in TeX Live 2015. However in TeX Live 2016, the origin is translated only +if the option --mvorigin is given for dvipdfmx or xdvipdfmx. This feature +may a bit be inconvenient. Thus we introduce a new command \Ginclude@mps +which is used for files with a suffix .mps (or .MPS). In \Ginclude@mps, +llx, lly, urx, and ury are natural compared with those in \Ginclude@eps. +Thus --mvorigin should not be given in the case of \Ginclude@mps. + +In summary, there are two ways to include eps files created by MetaPost +in TeX Live 2016 and later: +(1) Use a suffix .mps (or .MPS) like foo.mps. In this case, don't give the + option --mvorigin for dvipdfmx and xdvipdfmx. +(2) In other cases, such as foo.1, foo.2, foo.eps, foo.ps ..., the option + --mvorigin for dvipdfmx and xdvipdfmx is inevitable. + +Note that the option --mvorigin is relevant only for MetaPost-created +eps files. The option does nothing for other files. |