diff options
author | Karl Berry <karl@freefriends.org> | 2017-06-25 21:52:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-06-25 21:52:12 +0000 |
commit | f9d00f5f6bd87ab72eb1ec234a31a0a5fc1f6374 (patch) | |
tree | 20a469bceb4fb1457b571275b8bd0786ca05e5aa /Master/texmf-dist/tex/latex/graphics | |
parent | 08ac04da4c2782bf535e914c4cbb56795854b3b1 (diff) |
graphics (25jun17)
git-svn-id: svn://tug.org/texlive/trunk@44700 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/graphics')
-rw-r--r-- | Master/texmf-dist/tex/latex/graphics/epsfig.sty | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/graphics/graphics.sty | 3 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/graphics/graphicx.sty | 3 |
3 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/graphics/epsfig.sty b/Master/texmf-dist/tex/latex/graphics/epsfig.sty index 65daf737484..209ac9ccc67 100644 --- a/Master/texmf-dist/tex/latex/graphics/epsfig.sty +++ b/Master/texmf-dist/tex/latex/graphics/epsfig.sty @@ -12,7 +12,7 @@ %% %% %% epsfig.dtx Copyright (C) 1994-1996 1999 Sebastian Rahtz -%% Copyright (C) 2000--2015 David Carlisle, LaTeX3 Project +%% Copyright (C) 2000--2015,2017 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 @@ -21,7 +21,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1994/06/01] \ProvidesPackage{epsfig} - [1999/02/16 v1.7a (e)psfig emulation (SPQR)] + [2017/06/25 v1.7b (e)psfig emulation (SPQR)] \DeclareOption*{\PassOptionsToPackage{\CurrentOption}{graphicx}} \ProcessOptions \RequirePackage{graphicx} diff --git a/Master/texmf-dist/tex/latex/graphics/graphics.sty b/Master/texmf-dist/tex/latex/graphics/graphics.sty index c80ca293f5b..b1ea79790bf 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} - [2017/06/13 v1.2b Standard LaTeX Graphics (DPC,SPQR)] + [2017/06/25 v1.2c Standard LaTeX Graphics (DPC,SPQR)] \edef\Gin@codes{% \catcode`\noexpand\^^A\the\catcode`\^^A\relax \catcode`\noexpand\"\the\catcode`\"\relax @@ -242,6 +242,7 @@ \wd\z@\Gin@req@width \box\z@ \fi} +\let\Gin@decode\@empty \def\Gin@exclamation{!} \let\Gin@page\@empty \def\Gin@pagebox{cropbox} diff --git a/Master/texmf-dist/tex/latex/graphics/graphicx.sty b/Master/texmf-dist/tex/latex/graphics/graphicx.sty index bcbc16da318..605a16ae2b9 100644 --- a/Master/texmf-dist/tex/latex/graphics/graphicx.sty +++ b/Master/texmf-dist/tex/latex/graphics/graphicx.sty @@ -124,6 +124,9 @@ \let\Gin@eread\@empty \define@key{Gin}{command}{\def\Gin@ecom##1{#1}} \let\Gin@ecom\@firstofone +\define@key{Gin}{decodearray}{% + \def\Gin@decode{#1}% +} \define@key{Gin}{quiet}{% \let\Gin@log\@gobble } |