diff options
Diffstat (limited to 'Master')
20 files changed, 37 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/graphics/changes.txt b/Master/texmf-dist/doc/latex/graphics/changes.txt index a37acf5dfe7..44a3215be97 100644 --- a/Master/texmf-dist/doc/latex/graphics/changes.txt +++ b/Master/texmf-dist/doc/latex/graphics/changes.txt @@ -4,6 +4,15 @@ completeness or accuracy and it contains some references to files that are not part of the distribution. ======================================================================= +2016-05-09 David Carlisle <latex-bugs@latex-project.org> + + * graphics.dtx, color.dtx: add dvisvgm option (Till Tantau) + +2016-01-04 David Carlisle <latex-bugs@latex-project.org> + + * drivers.dtx: dvips can deal natively with compressed eps + (was in texlive's graphics.cfg) + 2016-01-03 David Carlisle <latex-bugs@latex-project.org> * graphics.dtx, color.dtx: add luatex option. (luatex.def to be diff --git a/Master/texmf-dist/doc/latex/graphics/color.pdf b/Master/texmf-dist/doc/latex/graphics/color.pdf Binary files differindex bdca8c184f4..514127665f4 100644 --- a/Master/texmf-dist/doc/latex/graphics/color.pdf +++ b/Master/texmf-dist/doc/latex/graphics/color.pdf diff --git a/Master/texmf-dist/doc/latex/graphics/drivers.pdf b/Master/texmf-dist/doc/latex/graphics/drivers.pdf Binary files differindex 72051578d9e..bfe6d1aecd3 100644 --- a/Master/texmf-dist/doc/latex/graphics/drivers.pdf +++ b/Master/texmf-dist/doc/latex/graphics/drivers.pdf diff --git a/Master/texmf-dist/doc/latex/graphics/epsfig.pdf b/Master/texmf-dist/doc/latex/graphics/epsfig.pdf Binary files differindex b96b3006848..05e231aa71e 100644 --- a/Master/texmf-dist/doc/latex/graphics/epsfig.pdf +++ b/Master/texmf-dist/doc/latex/graphics/epsfig.pdf diff --git a/Master/texmf-dist/doc/latex/graphics/graphics.pdf b/Master/texmf-dist/doc/latex/graphics/graphics.pdf Binary files differindex 9424ae76a4b..1bd30698ce4 100644 --- a/Master/texmf-dist/doc/latex/graphics/graphics.pdf +++ b/Master/texmf-dist/doc/latex/graphics/graphics.pdf diff --git a/Master/texmf-dist/doc/latex/graphics/graphicx.pdf b/Master/texmf-dist/doc/latex/graphics/graphicx.pdf Binary files differindex cf79bd97d84..d3cc0f9dd20 100644 --- a/Master/texmf-dist/doc/latex/graphics/graphicx.pdf +++ b/Master/texmf-dist/doc/latex/graphics/graphicx.pdf diff --git a/Master/texmf-dist/doc/latex/graphics/grfguide.pdf b/Master/texmf-dist/doc/latex/graphics/grfguide.pdf Binary files differindex b7d2593f844..c5c221220ed 100644 --- a/Master/texmf-dist/doc/latex/graphics/grfguide.pdf +++ b/Master/texmf-dist/doc/latex/graphics/grfguide.pdf diff --git a/Master/texmf-dist/doc/latex/graphics/keyval.pdf b/Master/texmf-dist/doc/latex/graphics/keyval.pdf Binary files differindex 13bdd0d7e37..877cf20a149 100644 --- a/Master/texmf-dist/doc/latex/graphics/keyval.pdf +++ b/Master/texmf-dist/doc/latex/graphics/keyval.pdf diff --git a/Master/texmf-dist/doc/latex/graphics/lscape.pdf b/Master/texmf-dist/doc/latex/graphics/lscape.pdf Binary files differindex e35f6dbe8b7..59057afb21a 100644 --- a/Master/texmf-dist/doc/latex/graphics/lscape.pdf +++ b/Master/texmf-dist/doc/latex/graphics/lscape.pdf diff --git a/Master/texmf-dist/doc/latex/graphics/trig.pdf b/Master/texmf-dist/doc/latex/graphics/trig.pdf Binary files differindex 77c77924fda..1b7611aa430 100644 --- a/Master/texmf-dist/doc/latex/graphics/trig.pdf +++ b/Master/texmf-dist/doc/latex/graphics/trig.pdf diff --git a/Master/texmf-dist/source/latex/graphics/color.dtx b/Master/texmf-dist/source/latex/graphics/color.dtx index 935dd25e663..0ef43f209be 100644 --- a/Master/texmf-dist/source/latex/graphics/color.dtx +++ b/Master/texmf-dist/source/latex/graphics/color.dtx @@ -2,7 +2,7 @@ % \iffalse % %% color.dtx Copyright (C) 1994--1999 David Carlisle -%% Copyright (C) 2005--2015 David Carlisle, LaTeX3 Project +%% Copyright (C) 2005--2016 David Carlisle, LaTeX3 Project %% %% This file is part of the Standard LaTeX `Graphics Bundle'. %% It may be distributed under the terms of the LaTeX Project Public @@ -19,7 +19,7 @@ %<driver> \ProvidesFile{color.drv} % \fi % \ProvidesFile{color.dtx} - [2016/01/03 v1.1b Standard LaTeX Color (DPC)] + [2016/05/09 v1.1c Standard LaTeX Color (DPC)] % % \iffalse %<*driver> @@ -42,7 +42,6 @@ % \MaintainedByLaTeXTeam{graphics} % \maketitle % -% \CheckSum{443} % % % \title{The implementation of the \LaTeX\ Colour interface.} @@ -202,6 +201,15 @@ % \end{macrocode} % \end{option} % +% \begin{option}{luatex} +% \changes{v1.1c}{2016/05/09} +% {dvisvgm added} +% dvisvgm driver. +% \begin{macrocode} +\DeclareOption{dvisvgm}{\def\Gin@driver{dvisvgm.def}} +% \end{macrocode} +% \end{option} +% % \begin{option}{xetex} % \changes{v1.0j}{2005/11/14} % {xetex added} diff --git a/Master/texmf-dist/source/latex/graphics/drivers.dtx b/Master/texmf-dist/source/latex/graphics/drivers.dtx index a344b6ecf0d..e50aa55d6fd 100644 --- a/Master/texmf-dist/source/latex/graphics/drivers.dtx +++ b/Master/texmf-dist/source/latex/graphics/drivers.dtx @@ -54,7 +54,6 @@ %</driver> % \fi % -% \CheckSum{1546} % % % \providecommand\OzTeX{O\kern-.03em z\kern-.15em\TeX} diff --git a/Master/texmf-dist/source/latex/graphics/epsfig.dtx b/Master/texmf-dist/source/latex/graphics/epsfig.dtx index 599662f0b99..15ab20c24d5 100644 --- a/Master/texmf-dist/source/latex/graphics/epsfig.dtx +++ b/Master/texmf-dist/source/latex/graphics/epsfig.dtx @@ -38,7 +38,6 @@ % \MaintainedByLaTeXTeam{graphics} % \maketitle % -% \CheckSum{176} % % \StopEventually{} % diff --git a/Master/texmf-dist/source/latex/graphics/graphics.dtx b/Master/texmf-dist/source/latex/graphics/graphics.dtx index e172ddfff13..cfdfa929864 100644 --- a/Master/texmf-dist/source/latex/graphics/graphics.dtx +++ b/Master/texmf-dist/source/latex/graphics/graphics.dtx @@ -2,7 +2,7 @@ % \iffalse % %% graphics.dtx Copyright (C) 1994 David Carlisle Sebastian Rahtz -%% Copyright (C) 1995--2015 David Carlisle, LaTeX3 Project +%% Copyright (C) 1995--2016 David Carlisle, LaTeX3 Project %% %% This file is part of the Standard LaTeX `Graphics Bundle'. %% It may be distributed under the terms of the LaTeX Project Public @@ -19,7 +19,7 @@ %<driver> \ProvidesFile{graphics.drv} % \fi % \ProvidesFile{graphics.dtx} - [2016/01/03 v1.0q Standard LaTeX Graphics (DPC,SPQR)] + [2016/05/09 v1.0r Standard LaTeX Graphics (DPC,SPQR)] % % \iffalse %<*driver> @@ -42,7 +42,6 @@ % \MaintainedByLaTeXTeam{graphics} % \maketitle % -% \CheckSum{1176} % % \changes{v0.3a}{1994/02/24} % {First DPC version (after prototype by SPQR).} @@ -588,6 +587,15 @@ % \end{macrocode} % \end{option} % +% \begin{option}{luatex} +% \changes{v1.0r}{2016/05/09} +% {dvisvgm added} +% dvisvgm driver. +% \begin{macrocode} +\DeclareOption{dvisvgm}{\def\Gin@driver{dvisvgm.def}} +% \end{macrocode} +% \end{option} +% % \begin{option}{dvipsone} % \begin{option}{dviwindo} % \changes{v0.3c}{1994/03/04} diff --git a/Master/texmf-dist/source/latex/graphics/graphicx.dtx b/Master/texmf-dist/source/latex/graphics/graphicx.dtx index 3ba5590b722..963acdde7ae 100644 --- a/Master/texmf-dist/source/latex/graphics/graphicx.dtx +++ b/Master/texmf-dist/source/latex/graphics/graphicx.dtx @@ -41,7 +41,6 @@ % \MaintainedByLaTeXTeam{graphics} % \maketitle % -% \CheckSum{596} % % \changes{v0.3}{1994/03/01} % {First DPC version (after prototype by SPQR).} diff --git a/Master/texmf-dist/source/latex/graphics/keyval.dtx b/Master/texmf-dist/source/latex/graphics/keyval.dtx index 11a96a694e4..f656961d0b4 100644 --- a/Master/texmf-dist/source/latex/graphics/keyval.dtx +++ b/Master/texmf-dist/source/latex/graphics/keyval.dtx @@ -48,7 +48,6 @@ % Eg: |\foo[height=3in, shadow = true ]{bar}| % \end{abstract} % -% \CheckSum{158} % % \changes{v1.03} % {1993/10/13}{Initial version} diff --git a/Master/texmf-dist/source/latex/graphics/lscape.dtx b/Master/texmf-dist/source/latex/graphics/lscape.dtx index 47dbd68d84d..733e183ee6c 100644 --- a/Master/texmf-dist/source/latex/graphics/lscape.dtx +++ b/Master/texmf-dist/source/latex/graphics/lscape.dtx @@ -37,7 +37,6 @@ % \author{D. P. Carlisle} % \date{\filedate} % -% \CheckSum{69} % % \begin{landscape} % \MaintainedByLaTeXTeam{graphics} diff --git a/Master/texmf-dist/source/latex/graphics/trig.dtx b/Master/texmf-dist/source/latex/graphics/trig.dtx index f1359622cb7..712db13ba2a 100644 --- a/Master/texmf-dist/source/latex/graphics/trig.dtx +++ b/Master/texmf-dist/source/latex/graphics/trig.dtx @@ -39,7 +39,6 @@ % \MaintainedByLaTeXTeam{graphics} % \maketitle % -% \CheckSum{299} % % \changes{v1.00}{1993/00/00}{Undocumented versions} % \changes{v1.05}{1993/10/07}{Documented, added tan} diff --git a/Master/texmf-dist/tex/latex/graphics/color.sty b/Master/texmf-dist/tex/latex/graphics/color.sty index a354fea969d..b38bf850760 100644 --- a/Master/texmf-dist/tex/latex/graphics/color.sty +++ b/Master/texmf-dist/tex/latex/graphics/color.sty @@ -12,7 +12,7 @@ %% %% %% color.dtx Copyright (C) 1994--1999 David Carlisle -%% Copyright (C) 2005--2015 David Carlisle, LaTeX3 Project +%% Copyright (C) 2005--2016 David Carlisle, LaTeX3 Project %% %% This file is part of the Standard LaTeX `Graphics Bundle'. %% It may be distributed under the terms of the LaTeX Project Public @@ -23,7 +23,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{color} - [2016/01/03 v1.1b Standard LaTeX Color (DPC)] + [2016/05/09 v1.1c Standard LaTeX Color (DPC)] \edef\Gin@codes{% \catcode`\noexpand\^^A\the\catcode`\^^A\relax \catcode`\noexpand\"\the\catcode`\"\relax @@ -59,6 +59,7 @@ \DeclareOption{dvipdfmx}{\def\Gin@driver{dvipdfmx.def}} \DeclareOption{pdftex}{\def\Gin@driver{pdftex.def}} \DeclareOption{luatex}{\def\Gin@driver{luatex.def}} +\DeclareOption{dvisvgm}{\def\Gin@driver{dvisvgm.def}} \DeclareOption{xetex}{\def\Gin@driver{xetex.def}} \DeclareOption{dvipsone}{\def\Gin@driver{dvipsone.def}} \DeclareOption{dviwindo}{\ExecuteOptions{dvipsone}} diff --git a/Master/texmf-dist/tex/latex/graphics/graphics.sty b/Master/texmf-dist/tex/latex/graphics/graphics.sty index 78aeec74116..235a54c87ee 100644 --- a/Master/texmf-dist/tex/latex/graphics/graphics.sty +++ b/Master/texmf-dist/tex/latex/graphics/graphics.sty @@ -12,7 +12,7 @@ %% %% %% graphics.dtx Copyright (C) 1994 David Carlisle Sebastian Rahtz -%% Copyright (C) 1995--2015 David Carlisle, LaTeX3 Project +%% Copyright (C) 1995--2016 David Carlisle, LaTeX3 Project %% %% This file is part of the Standard LaTeX `Graphics Bundle'. %% It may be distributed under the terms of the LaTeX Project Public @@ -23,7 +23,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{graphics} - [2016/01/03 v1.0q Standard LaTeX Graphics (DPC,SPQR)] + [2016/05/09 v1.0r Standard LaTeX Graphics (DPC,SPQR)] \edef\Gin@codes{% \catcode`\noexpand\^^A\the\catcode`\^^A\relax \catcode`\noexpand\"\the\catcode`\"\relax @@ -62,6 +62,7 @@ \DeclareOption{xetex}{\def\Gin@driver{xetex.def}} \DeclareOption{pdftex}{\def\Gin@driver{pdftex.def}} \DeclareOption{luatex}{\def\Gin@driver{luatex.def}} +\DeclareOption{dvisvgm}{\def\Gin@driver{dvisvgm.def}} \DeclareOption{dvipsone}{\def\Gin@driver{dvipsone.def}} \DeclareOption{dviwindo}{\ExecuteOptions{dvipsone}} \DeclareOption{emtex}{\def\Gin@driver{emtex.def}} |