From 34f243dce079f616b05982574fcaa361c21eb1fe Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 13 Jul 2016 22:34:16 +0000 Subject: latex2e (13jul16) git-svn-id: svn://tug.org/texlive/trunk@41688 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/graphics/color.sty | 2 +- Master/texmf-dist/tex/latex/graphics/dvips.def | 180 ---------------------- Master/texmf-dist/tex/latex/graphics/graphics.sty | 2 +- 3 files changed, 2 insertions(+), 182 deletions(-) delete mode 100644 Master/texmf-dist/tex/latex/graphics/dvips.def (limited to 'Master/texmf-dist/tex/latex/graphics') diff --git a/Master/texmf-dist/tex/latex/graphics/color.sty b/Master/texmf-dist/tex/latex/graphics/color.sty index 0a5b4d1d1af..57f0a7f1252 100644 --- a/Master/texmf-dist/tex/latex/graphics/color.sty +++ b/Master/texmf-dist/tex/latex/graphics/color.sty @@ -23,7 +23,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{color} - [2016/06/02 v1.1d Standard LaTeX Color (DPC)] + [2016/07/10 v1.1e Standard LaTeX Color (DPC)] \edef\Gin@codes{% \catcode`\noexpand\^^A\the\catcode`\^^A\relax \catcode`\noexpand\"\the\catcode`\"\relax diff --git a/Master/texmf-dist/tex/latex/graphics/dvips.def b/Master/texmf-dist/tex/latex/graphics/dvips.def deleted file mode 100644 index 8e36afb649f..00000000000 --- a/Master/texmf-dist/tex/latex/graphics/dvips.def +++ /dev/null @@ -1,180 +0,0 @@ -%% -%% This is file `dvips.def', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% drivers.dtx (with options: `dvips,color1,psrulesZ,dosrules,macrules') -%% -%% drivers.dtx Copyright (C) 1994 David Carlisle Sebastian Rahtz -%% Copyright (C) 1995 1996 1997 1998 1999 David Carlisle -%% Copyright (C) 2000--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 -%% License, as described in lppl.txt in the base LaTeX distribution. -%% Either version 1.3 or, at your option, any later version. -%% -\ProvidesFile{dvips.def} - [2016/06/17 v3.0m Driver-dependent file (DPC,SPQR)] -\def\c@lor@arg#1{% - \dimen@#1\p@ - \ifdim\dimen@<\z@\dimen@\maxdimen\fi - \ifdim\dimen@>\p@ - \PackageError{color}{Argument `#1' not in range [0,1]}\@ehd - \fi} -\def\color@gray#1#2{% - \c@lor@arg{#2}% - \edef#1{gray #2}% - } -\def\color@cmyk#1#2{\c@lor@@cmyk#2\@@#1} -\def\c@lor@@cmyk#1,#2,#3,#4\@@#5{% - \c@lor@arg{#4}% - \c@lor@arg{#1}% - \c@lor@arg{#2}% - \c@lor@arg{#3}% - \edef#5{cmyk #1 #2 #3 #4}% - } -\def\color@rgb#1#2{\c@lor@@rgb#2\@@#1} -\def\c@lor@@rgb#1,#2,#3\@@#4{% - \c@lor@arg{#1}% - \c@lor@arg{#2}% - \c@lor@arg{#3}% - \edef#4{rgb #1 #2 #3}% - } -\def\color@RGB#1#2{\c@lor@@RGB#2\@@#1} -\def\c@lor@@RGB#1,#2,#3\@@#4{% - \c@lor@RGB@rgb{#1}\@tempa - \c@lor@RGB@rgb{#2}\@tempb - \c@lor@RGB@rgb{#3}\@tempc - \c@lor@@rgb\@tempa,\@tempb,\@tempc\@@#4% - } -\def\c@lor@RGB@rgb#1#2{% - \dimen@#1\p@ - \divide\dimen@\@cclv - \edef#2{\strip@pt\dimen@}} -\def\color@hsb#1#2{\c@lor@@hsb#2\@@#1} -\def\c@lor@@hsb#1,#2,#3\@@#4{% - \c@lor@arg{#1}% - \c@lor@arg{#2}% - \c@lor@arg{#3}% - \edef#4{hsb #1 #2 #3}% - } -\def\color@named#1#2{\c@lor@@named#2,,\@@#1} -\def\c@lor@@named#1,#2,#3\@@#4{% - \@ifundefined{col@#1}% - {\PackageError{color}{Undefined color `#1'}\@ehd}% - {\edef#4{ #1}}% - } -\def\c@lor@to@ps#1 #2\@@{\csname c@lor@ps@#1\endcsname#2 \@@} -\def\c@lor@ps@#1 #2\@@{TeXDict begin #1 end} -\def\c@lor@ps@rgb#1\@@{#1 setrgbcolor} -\def\c@lor@ps@hsb#1\@@{#1 sethsbcolor} -\def\c@lor@ps@cmyk#1\@@{#1 setcmykcolor} -\def\c@lor@ps@gray#1\@@{#1 setgray} -\def\current@color{ Black} -\def\set@color{% - \special{color push \current@color - }\aftergroup\reset@color} -\def\reset@color{\special{% - color pop}} -\def\set@page@color{\special{% - background \current@color}} -\def\define@color@named#1#2{% - \expandafter\let\csname col@#1\endcsname\@nnil} - \def\no@page@color{\special{background \string"newpath clip}} -\def\Ginclude@eps#1{% - \message{<#1>}% - \bgroup - \def\@tempa{!}% - \dimen@\Gin@req@width - \dimen@ii.1bp% - \divide\dimen@\dimen@ii - \@tempdima\Gin@req@height - \divide\@tempdima\dimen@ii - \special{PSfile="#1"\space - llx=\Gin@llx\space - lly=\Gin@lly\space - urx=\Gin@urx\space - ury=\Gin@ury\space - \ifx\Gin@scalex\@tempa\else rwi=\number\dimen@\space\fi - \ifx\Gin@scaley\@tempa\else rhi=\number\@tempdima\space\fi - \ifGin@clip clip\fi}% - \egroup} -\def\Ginclude@bmp#1{% - \message{<#1>}% - \dimen@\Gin@req@height - \advance\dimen@ by-\Gin@lly bp - \kern-\Gin@llx bp\raise\Gin@req@height\hbox{% - \ifdim\Gin@urx bp=\z@ - \ifdim\Gin@ury bp=\z@ - \special{em: graph #1}% - \else - \special{em: graph #1,\Gin@urx bp}% - \fi - \else - \special{em: graph #1,\Gin@urx bp,\Gin@ury bp}% - \fi - }% -} -\def\oztex@include#1#2{% - \dimen@1bp% - \divide\Gin@req@width\dimen@ - \divide\Gin@req@height\dimen@ - \special{#1=#2\space - \@width=\number\Gin@req@width \space - \@height=\number\Gin@req@height}} -\def\Ginclude@pntg{\oztex@include{pntg}} -\def\Ginclude@pict{\oztex@include{pict}} -\def\Grot@start{% - \special{ps: gsave currentpoint - currentpoint translate \Grot@angle\space neg - rotate neg exch neg exch translate}} -\def\Grot@end{\special{ps: currentpoint grestore moveto}} -\def\Gscale@start{\special{ps: currentpoint currentpoint translate - \Gscale@x\space \Gscale@y\space scale neg exch neg exch translate}} -\def\Gscale@end{\special{ps: currentpoint currentpoint translate - 1 \Gscale@x\space div 1 \Gscale@y\space div scale - neg exch neg exch translate}} -\def\Gin@PS@raw#1{\special{ps: #1}} -\def\Gin@PS@restored#1{\special{" #1}} -\def\Gin@PS@literal@header#1{\AtBeginDvi{\special{! #1}}} -\def\Gin@PS@file@header#1{\AtBeginDvi{\special{header=#1}}} -\@ifundefined{ifGin@setpagesize} - {\expandafter\let\csname ifGin@setpagesize\expandafter\endcsname - \csname iftrue\endcsname} - {} -\ifGin@setpagesize -\ifx\paperwidth\@undefined\else - \AtBeginDocument{\AtBeginDvi{% - \begingroup - \ifx\stockwidth\@undefined\else - \paperwidth\stockwidth - \paperheight\stockheight - \fi - \ifdim\paperwidth>\z@ - \ifdim\paperheight>\z@ - \special{papersize=\the\paperwidth,\the\paperheight}% - \fi - \fi - \endgroup}} -\fi -\fi -\def\Gin@extensions{.eps,.ps,.eps.gz,.ps.gz,.eps.Z,.mps} -\@namedef{Gin@rule@.ps}#1{{eps}{.ps}{#1}} -\@namedef{Gin@rule@.eps}#1{{eps}{.eps}{#1}} -\@namedef{Gin@rule@.mps}#1{{eps}{.mps}{#1}} -\@namedef{Gin@rule@.pz}#1{{eps}{.bb}{#1}} -\@namedef{Gin@rule@.eps.Z}#1{{eps}{.eps.bb}{#1}} -\@namedef{Gin@rule@.ps.Z}#1{{eps}{.ps.bb}{#1}} -\@namedef{Gin@rule@.ps.gz}#1{{eps}{.ps.bb}{#1}} -\@namedef{Gin@rule@.eps.gz}#1{{eps}{.eps.bb}{#1}} -\@namedef{Gin@rule@*}#1{{eps}{\Gin@ext}{#1}} -\@namedef{Gin@rule@.pcx}#1{{bmp}{}{#1}} -\@namedef{Gin@rule@.bmp}#1{{bmp}{}{#1}} -\@namedef{Gin@rule@.msp}#1{{bmp}{}{#1}} -\@namedef{Gin@rule@.pict}#1{{pict}{}{#1}} -\@namedef{Gin@rule@.pntg}#1{{pntg}{}{#1}} -\endinput -%% -%% End of file `dvips.def'. diff --git a/Master/texmf-dist/tex/latex/graphics/graphics.sty b/Master/texmf-dist/tex/latex/graphics/graphics.sty index 30bc506f6f1..7b1a3a8aed1 100644 --- a/Master/texmf-dist/tex/latex/graphics/graphics.sty +++ b/Master/texmf-dist/tex/latex/graphics/graphics.sty @@ -23,7 +23,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{graphics} - [2016/06/02 v1.0s Standard LaTeX Graphics (DPC,SPQR)] + [2016/07/10 v1.0t Standard LaTeX Graphics (DPC,SPQR)] \edef\Gin@codes{% \catcode`\noexpand\^^A\the\catcode`\^^A\relax \catcode`\noexpand\"\the\catcode`\"\relax -- cgit v1.2.3