summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/graphics
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-06-14 21:16:37 +0000
committerKarl Berry <karl@freefriends.org>2017-06-14 21:16:37 +0000
commit34012e2ae49d963c9d0fcd9a0aa7fac95d95762e (patch)
tree1e054215ae9146cace8a0e31064772fa06557983 /Master/texmf-dist/source/latex/graphics
parent10fefd40fcdfd86d279115dd654bfc32e7bb64ab (diff)
graphics (14jun17)
git-svn-id: svn://tug.org/texlive/trunk@44600 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/graphics')
-rw-r--r--Master/texmf-dist/source/latex/graphics/graphics.dtx8
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/graphics/graphics.dtx b/Master/texmf-dist/source/latex/graphics/graphics.dtx
index b8d50b41753..bba7bc3c291 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}
- [2017/06/01 v1.2a Standard LaTeX Graphics (DPC,SPQR)]
+ [2017/06/13 v1.2b Standard LaTeX Graphics (DPC,SPQR)]
%
% \iffalse
%<*driver>
@@ -1380,8 +1380,12 @@
% {Wording of error message improved}
% \changes{v1.0}{1996/05/29}
% {Use \cs{@gtempa} not \cs{g@tempa} /2090}
+% \changes{v1.2b}{2017/06/13}
+% {Stored bounding box data for reuse}
% \begin{macrocode}
- \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