diff options
author | Karl Berry <karl@freefriends.org> | 2017-06-14 21:16:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-06-14 21:16:37 +0000 |
commit | 34012e2ae49d963c9d0fcd9a0aa7fac95d95762e (patch) | |
tree | 1e054215ae9146cace8a0e31064772fa06557983 /Master/texmf-dist/tex/latex/graphics | |
parent | 10fefd40fcdfd86d279115dd654bfc32e7bb64ab (diff) |
graphics (14jun17)
git-svn-id: svn://tug.org/texlive/trunk@44600 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/graphics')
-rw-r--r-- | Master/texmf-dist/tex/latex/graphics/graphics.sty | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/graphics/graphics.sty b/Master/texmf-dist/tex/latex/graphics/graphics.sty index d09fcd64cbf..c80ca293f5b 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/01 v1.2a Standard LaTeX Graphics (DPC,SPQR)] + [2017/06/13 v1.2b Standard LaTeX Graphics (DPC,SPQR)] \edef\Gin@codes{% \catcode`\noexpand\^^A\the\catcode`\^^A\relax \catcode`\noexpand\"\the\catcode`\"\relax @@ -292,7 +292,9 @@ \@makeother\-% \immediate\openin\@inputcheck"#1" % #2{#1}% - \ifGin@bbox\else + \ifGin@bbox + \expandafter\xdef\csname #1 bbox\Gread@attr@hash\endcsname{\@gtempa}% + \else \@latex@error {Cannot determine size of graphic in #1 (no BoundingBox)}% \@ehc |