diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/graphics')
-rw-r--r-- | Master/texmf-dist/source/latex/graphics/color.dtx | 13 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/graphics/drivers.dtx | 14 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/graphics/graphics.dtx | 13 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/graphics/trig.dtx | 34 |
4 files changed, 57 insertions, 17 deletions
diff --git a/Master/texmf-dist/source/latex/graphics/color.dtx b/Master/texmf-dist/source/latex/graphics/color.dtx index 437d75f1af2..935dd25e663 100644 --- a/Master/texmf-dist/source/latex/graphics/color.dtx +++ b/Master/texmf-dist/source/latex/graphics/color.dtx @@ -19,7 +19,7 @@ %<driver> \ProvidesFile{color.drv} % \fi % \ProvidesFile{color.dtx} - [2014/10/28 v1.1a Standard LaTeX Color (DPC)] + [2016/01/03 v1.1b Standard LaTeX Color (DPC)] % % \iffalse %<*driver> @@ -42,7 +42,7 @@ % \MaintainedByLaTeXTeam{graphics} % \maketitle % -% \CheckSum{440} +% \CheckSum{443} % % % \title{The implementation of the \LaTeX\ Colour interface.} @@ -193,6 +193,15 @@ % \end{macrocode} % \end{option} % +% \begin{option}{luatex} +% \changes{v1.1b}{2016/01/03} +% {luatex added} +% Lua\TeX\ \TeX\ variant. +% \begin{macrocode} +\DeclareOption{luatex}{\def\Gin@driver{luatex.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 aeb2829cb71..a344b6ecf0d 100644 --- a/Master/texmf-dist/source/latex/graphics/drivers.dtx +++ b/Master/texmf-dist/source/latex/graphics/drivers.dtx @@ -37,7 +37,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesFile{drivers.dtx} %</driver> - [2014/10/14 v3.0j Driver-dependent file (DPC,SPQR)] + [2015/12/30 v3.0k Driver-dependent file (DPC,SPQR)] % %<*driver> \documentclass{ltxdoc} @@ -1621,15 +1621,17 @@ please rename the file to .eps file extension.^^J% \def\Gin@extensions{.eps,.ps,.eps.gz,.ps.gz,.eps.Z,.mps} % \end{macrocode} % +% \changes{v3.0k}{2015/12/30} +% {compressed files don't require gunzip for dvips/xdvi} % \begin{macrocode} \@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}{`gunzip -c #1}} -\@namedef{Gin@rule@.eps.Z}#1{{eps}{.eps.bb}{`gunzip -c #1}} -\@namedef{Gin@rule@.ps.Z}#1{{eps}{.ps.bb}{`gunzip -c #1}} -\@namedef{Gin@rule@.ps.gz}#1{{eps}{.ps.bb}{`gunzip -c #1}} -\@namedef{Gin@rule@.eps.gz}#1{{eps}{.eps.bb}{`gunzip -c #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}} % \end{macrocode} % % \begin{macrocode} diff --git a/Master/texmf-dist/source/latex/graphics/graphics.dtx b/Master/texmf-dist/source/latex/graphics/graphics.dtx index 95c7a5d9269..e172ddfff13 100644 --- a/Master/texmf-dist/source/latex/graphics/graphics.dtx +++ b/Master/texmf-dist/source/latex/graphics/graphics.dtx @@ -19,7 +19,7 @@ %<driver> \ProvidesFile{graphics.drv} % \fi % \ProvidesFile{graphics.dtx} - [2014/10/28 v1.0p Standard LaTeX Graphics (DPC,SPQR)] + [2016/01/03 v1.0q Standard LaTeX Graphics (DPC,SPQR)] % % \iffalse %<*driver> @@ -42,7 +42,7 @@ % \MaintainedByLaTeXTeam{graphics} % \maketitle % -% \CheckSum{1173} +% \CheckSum{1176} % % \changes{v0.3a}{1994/02/24} % {First DPC version (after prototype by SPQR).} @@ -579,6 +579,15 @@ % \end{macrocode} % \end{option} % +% \begin{option}{luatex} +% \changes{v1.0q}{2016/01/03} +% {luatex added} +% Lua\TeX\ \TeX\ variant. +% \begin{macrocode} +\DeclareOption{luatex}{\def\Gin@driver{luatex.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/trig.dtx b/Master/texmf-dist/source/latex/graphics/trig.dtx index a5e0b12d43c..f1359622cb7 100644 --- a/Master/texmf-dist/source/latex/graphics/trig.dtx +++ b/Master/texmf-dist/source/latex/graphics/trig.dtx @@ -17,7 +17,7 @@ %<driver> \ProvidesFile{trig.drv} % \fi % \ProvidesFile{trig.dtx} - [1999/03/16 v1.09 sin cos tan (DPC)] + [2016/01/03 v1.10 sin cos tan (DPC)] % % \iffalse %</!plain> @@ -39,7 +39,7 @@ % \MaintainedByLaTeXTeam{graphics} % \maketitle % -% \CheckSum{246} +% \CheckSum{299} % % \changes{v1.00}{1993/00/00}{Undocumented versions} % \changes{v1.05}{1993/10/07}{Documented, added tan} @@ -243,16 +243,36 @@ % \end{macro} % % A few shortcuts to save space. +% \changes{v1.10}{2016/01/03}{make these expand to digits so safe to use in ctm} +% \begin{macrocode} +\def\z@num{0 } +\def\@tempa{1 } +\def\@tempb{-1 } +% \end{macrocode} +% % \begin{macrocode} -\chardef\z@num\z@ \expandafter\let\csname sin(0)\endcsname\z@num -\expandafter\let\csname cos(0)\endcsname\@ne -\expandafter\let\csname sin(90)\endcsname\@ne +\expandafter\let\csname cos(0)\endcsname\@tempa +\expandafter\let\csname sin(90)\endcsname\@tempa \expandafter\let\csname cos(90)\endcsname\z@num -\expandafter\let\csname sin(-90)\endcsname\m@ne +\expandafter\let\csname sin(-90)\endcsname\@tempb \expandafter\let\csname cos(-90)\endcsname\z@num \expandafter\let\csname sin(180)\endcsname\z@num -\expandafter\let\csname cos(180)\endcsname\m@ne +\expandafter\let\csname cos(180)\endcsname\@tempb +% \end{macrocode} +% +% A few more added in 1.10 (previously in pdftex.def) +% \begin{macrocode} +\expandafter\let\csname sin(270)\endcsname\@tempb +\expandafter\let\csname cos(270)\endcsname\z@num +\expandafter\let\csname sin(360)\endcsname\z@num +\expandafter\let\csname cos(360)\endcsname\@tempa +\expandafter\let\csname sin(-180)\endcsname\z@num +\expandafter\let\csname cos(-180)\endcsname\@tempb +\expandafter\let\csname sin(-270)\endcsname\@tempa +\expandafter\let\csname cos(-270)\endcsname\z@num +\expandafter\let\csname sin(-360)\endcsname\z@num +\expandafter\let\csname cos(-360)\endcsname\@tempa % \end{macrocode} % % \begin{macro}{\CalculateTan} |