diff options
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 |