From 54f636c57e0099a927e9c6093e67c97562a011a7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 10 May 2016 21:32:32 +0000 Subject: graphics (10may16) git-svn-id: svn://tug.org/texlive/trunk@41015 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/graphics/color.dtx | 14 +++++++++++--- Master/texmf-dist/source/latex/graphics/drivers.dtx | 1 - Master/texmf-dist/source/latex/graphics/epsfig.dtx | 1 - Master/texmf-dist/source/latex/graphics/graphics.dtx | 14 +++++++++++--- Master/texmf-dist/source/latex/graphics/graphicx.dtx | 1 - Master/texmf-dist/source/latex/graphics/keyval.dtx | 1 - Master/texmf-dist/source/latex/graphics/lscape.dtx | 1 - Master/texmf-dist/source/latex/graphics/trig.dtx | 1 - 8 files changed, 22 insertions(+), 12 deletions(-) (limited to 'Master/texmf-dist/source') 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 @@ % \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 @@ % % \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 @@ % \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} -- cgit v1.2.3