summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/graphics')
-rw-r--r--Master/texmf-dist/source/latex/graphics/color.dtx14
-rw-r--r--Master/texmf-dist/source/latex/graphics/drivers.dtx1
-rw-r--r--Master/texmf-dist/source/latex/graphics/epsfig.dtx1
-rw-r--r--Master/texmf-dist/source/latex/graphics/graphics.dtx14
-rw-r--r--Master/texmf-dist/source/latex/graphics/graphicx.dtx1
-rw-r--r--Master/texmf-dist/source/latex/graphics/keyval.dtx1
-rw-r--r--Master/texmf-dist/source/latex/graphics/lscape.dtx1
-rw-r--r--Master/texmf-dist/source/latex/graphics/trig.dtx1
8 files changed, 22 insertions, 12 deletions
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}