diff options
author | Karl Berry <karl@freefriends.org> | 2015-11-07 23:44:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-11-07 23:44:17 +0000 |
commit | 6b5858daa5d4c1628b4f8e78ac764d40127c8237 (patch) | |
tree | 574a888c4da7f5967048766c796b4b27837bc2fa | |
parent | 62343452c8e0aff0f46aa81463462fa3fa98f579 (diff) |
dvipdfmx-def
git-svn-id: svn://tug.org/texlive/trunk@38796 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/dvipdfmx-def/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/dvipdfmx-def/doc/pagebox-dx.txt | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/dvipdfmx-def/dvipdfmx.def | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/dvipdfmx-def/README b/Master/texmf-dist/doc/latex/dvipdfmx-def/README index fb03b227723..222dfb380d9 100644 --- a/Master/texmf-dist/doc/latex/dvipdfmx-def/README +++ b/Master/texmf-dist/doc/latex/dvipdfmx-def/README @@ -2,7 +2,7 @@ This directory contains the LaTeX graphics driver 'dvipdfmx.def' used with the driver program 'dvipdfmx' -Version: 4.06; 2015-09-11. +Version: 4.07; 2015-11-04. The canonical source is the subversion repository at https://puszcza.gnu.org.ua/projects/latexfmxdef. diff --git a/Master/texmf-dist/doc/latex/dvipdfmx-def/doc/pagebox-dx.txt b/Master/texmf-dist/doc/latex/dvipdfmx-def/doc/pagebox-dx.txt index 53560362a3b..f60e6f49088 100644 --- a/Master/texmf-dist/doc/latex/dvipdfmx-def/doc/pagebox-dx.txt +++ b/Master/texmf-dist/doc/latex/dvipdfmx-def/doc/pagebox-dx.txt @@ -16,7 +16,7 @@ compared with those for pdflatex, pagebox-pd.pdf, when the pagebox option is not given. This is because BoundingBox is determined in the order of precedence: CropBox --> ArtBox --> TrimBox --> BleedBox --> MediaBox in the case of dvipdfmx. We keep the order for compatibility with old -documents which uses dvipdfmx. In the case of pdflatex and xelatex, the +documents which use dvipdfmx. In the case of pdflatex and xelatex, the order is CropBox --> MediaBox --> BleedBox --> TrimBox --> ArtBox. -------------------------------------------------------------------- diff --git a/Master/texmf-dist/tex/latex/dvipdfmx-def/dvipdfmx.def b/Master/texmf-dist/tex/latex/dvipdfmx-def/dvipdfmx.def index d046586836f..d7c9c374837 100644 --- a/Master/texmf-dist/tex/latex/dvipdfmx-def/dvipdfmx.def +++ b/Master/texmf-dist/tex/latex/dvipdfmx-def/dvipdfmx.def @@ -22,7 +22,7 @@ %% % emacs-page \ProvidesFile{dvipdfmx.def} - [2015/09/11 v4.06 LaTeX color/graphics driver for dvipdfmx (TeX Live/ChoF)] + [2015/11/04 v4.07 LaTeX color/graphics driver for dvipdfmx (TeX Live/ChoF)] % \def\c@lor@arg#1{% \dimen@#1\p@ @@ -172,7 +172,7 @@ \catcode\endlinechar5 % \@makeother\:% \@makeother\-% - \immediate\openin\@inputcheck#1 % + \immediate\openin\@inputcheck"#1" % allow spaces in a name of a .xbb file \ifeof\@inputcheck \def\@tempc{!}% \ifx\Gin@page\@tempc |