texlive[44589] Master/texmf-dist: graphics-def (13jun17)
commits+karl at tug.org
commits+karl at tug.org
Tue Jun 13 23:01:34 CEST 2017
Revision: 44589
http://tug.org/svn/texlive?view=revision&revision=44589
Author: karl
Date: 2017-06-13 23:01:34 +0200 (Tue, 13 Jun 2017)
Log Message:
-----------
graphics-def (13jun17)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/graphics-def/README.md
trunk/Master/texmf-dist/tex/latex/graphics-def/dvipdfmx.def
trunk/Master/texmf-dist/tex/latex/graphics-def/luatex.def
trunk/Master/texmf-dist/tex/latex/graphics-def/pdftex.def
Modified: trunk/Master/texmf-dist/doc/latex/graphics-def/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/graphics-def/README.md 2017-06-13 21:01:20 UTC (rev 44588)
+++ trunk/Master/texmf-dist/doc/latex/graphics-def/README.md 2017-06-13 21:01:34 UTC (rev 44589)
@@ -1,29 +1,16 @@
-# graphics-def
+LaTeX support for color and graphics
+====================================
+Release 2017-06-12
-`.def` files for latex color and graphics packages,
-contributed by multiple authors, extending the collection
-available in latex/required/graphics.
+This bundle contains the 'engine-dependent' part of support for
+color and graphics in LaTeX2e (the code here will also function
+with plain TeX). These `.def` files work with the color/graphics
+core in `latex/required/graphics`.
-## 2017/01/12 release
+The code here was originally contributed by multiple authors.
+The bundle is now maintained by the LaTeX3 Project.
-* better support the graphics [llx,lly][urx,ury] syntax
- in luatex.def and pdftex.def
+Released under the LPPL, version 1.3c or later.
-## 2016/08/17 release
-
-* dvips.def (from latex/required/graphics)
-* luatex.def (for luatex > 0.87)
-* pdftex.def from https://github.com/ho-tex/pdftex-def
-* xetex.def from https://puszcza.gnu.org.ua/projects/latexfmxdef
-* dvipdfmx.def from https://puszcza.gnu.org.ua/projects/latexfmxdef
-* dvisvgm.def originally contributed by Till Tantau
-
-Licence: LPPL
-Maintained by the LaTeX3 project
-
-https://github.com/latex3/graphics-def
-
-
-
Modified: trunk/Master/texmf-dist/tex/latex/graphics-def/dvipdfmx.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/graphics-def/dvipdfmx.def 2017-06-13 21:01:20 UTC (rev 44588)
+++ trunk/Master/texmf-dist/tex/latex/graphics-def/dvipdfmx.def 2017-06-13 21:01:34 UTC (rev 44589)
@@ -16,7 +16,7 @@
%% https://github.com/latex3/graphics-def/issues
%%
\ProvidesFile{dvipdfmx.def}
- [2017/06/01 v5.0a Graphics/color driver for dvipdfmx]
+ [2017/06/12 v5.0b Graphics/color driver for dvipdfmx]
\def\c at lor@arg#1{%
\dimen@#1\p@
\ifdim\dimen@<\z@\dimen@\maxdimen\fi
@@ -79,7 +79,7 @@
{\let\Gin at page\@empty}
{}
\@ifundefined{Gin at pagebox}
- {\def\Gin at page{cropbox}}
+ {\def\Gin at pagebox{cropbox}}
{}
\@ifundefined{Gin at interpolate}
{\csname newif\endcsname\ifGin at interpolate}
@@ -123,7 +123,7 @@
\def\Ginclude at bmp#1{%
\let\Gin at page\@empty
\let\Gin at pagebox\@empty
- \Ginclude at dvipdfmx{#1{image}}%
+ \Ginclude at dvipdfmx{#1}{image}%
}
\def\Ginclude at dvipdfmx#1#2{%
\Gin at log{<#1>}%
Modified: trunk/Master/texmf-dist/tex/latex/graphics-def/luatex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/graphics-def/luatex.def 2017-06-13 21:01:20 UTC (rev 44588)
+++ trunk/Master/texmf-dist/tex/latex/graphics-def/luatex.def 2017-06-13 21:01:34 UTC (rev 44589)
@@ -18,7 +18,7 @@
%% https://github.com/latex3/graphics-def/issues
%%
\ProvidesFile{luatex.def}
- [2017/06/01 v1.0a Graphics/color driver for luatex]
+ [2017/06/12 v1.0b Graphics/color driver for luatex]
\def\c at lor@arg#1{%
\dimen@#1\p@
\ifdim\dimen@<\z@\dimen@\maxdimen\fi
@@ -148,7 +148,7 @@
{\let\Gin at page\@empty}
{}
\@ifundefined{Gin at pagebox}
- {\def\Gin at page{cropbox}}
+ {\def\Gin at pagebox{cropbox}}
{}
\@ifundefined{Gin at interpolate}
{\csname newif\endcsname\ifGin at interpolate}
Modified: trunk/Master/texmf-dist/tex/latex/graphics-def/pdftex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/graphics-def/pdftex.def 2017-06-13 21:01:20 UTC (rev 44588)
+++ trunk/Master/texmf-dist/tex/latex/graphics-def/pdftex.def 2017-06-13 21:01:34 UTC (rev 44589)
@@ -18,7 +18,7 @@
%% https://github.com/latex3/graphics-def/issues
%%
\ProvidesFile{pdftex.def}
- [2017/06/01 v1.0a Graphics/color driver for pdftex]
+ [2017/06/12 v1.0b Graphics/color driver for pdftex]
\def\c at lor@arg#1{%
\dimen@#1\p@
\ifdim\dimen@<\z@\dimen@\maxdimen\fi
@@ -166,7 +166,7 @@
{\let\Gin at page\@empty}
{}
\@ifundefined{Gin at pagebox}
- {\def\Gin at page{cropbox}}
+ {\def\Gin at pagebox{cropbox}}
{}
\@ifundefined{Gin at interpolate}
{\csname newif\endcsname\ifGin at interpolate}
More information about the tex-live-commits
mailing list