texlive[44600] Master/texmf-dist: graphics (14jun17)
commits+karl at tug.org
commits+karl at tug.org
Wed Jun 14 23:16:37 CEST 2017
Revision: 44600
http://tug.org/svn/texlive?view=revision&revision=44600
Author: karl
Date: 2017-06-14 23:16:37 +0200 (Wed, 14 Jun 2017)
Log Message:
-----------
graphics (14jun17)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/graphics/color.pdf
trunk/Master/texmf-dist/doc/latex/graphics/drivers.pdf
trunk/Master/texmf-dist/doc/latex/graphics/epsfig.pdf
trunk/Master/texmf-dist/doc/latex/graphics/graphics.pdf
trunk/Master/texmf-dist/doc/latex/graphics/graphicx.pdf
trunk/Master/texmf-dist/doc/latex/graphics/grfguide.pdf
trunk/Master/texmf-dist/doc/latex/graphics/keyval.pdf
trunk/Master/texmf-dist/doc/latex/graphics/lscape.pdf
trunk/Master/texmf-dist/doc/latex/graphics/rotating.pdf
trunk/Master/texmf-dist/doc/latex/graphics/rotex.pdf
trunk/Master/texmf-dist/doc/latex/graphics/trig.pdf
trunk/Master/texmf-dist/source/latex/graphics/graphics.dtx
trunk/Master/texmf-dist/tex/latex/graphics/graphics.sty
Modified: trunk/Master/texmf-dist/doc/latex/graphics/color.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/graphics/drivers.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/graphics/epsfig.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/graphics/graphics.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/graphics/graphicx.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/graphics/grfguide.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/graphics/keyval.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/graphics/lscape.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/graphics/rotating.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/graphics/rotex.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/graphics/trig.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/graphics/graphics.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/graphics/graphics.dtx 2017-06-14 21:16:22 UTC (rev 44599)
+++ trunk/Master/texmf-dist/source/latex/graphics/graphics.dtx 2017-06-14 21:16:37 UTC (rev 44600)
@@ -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 at tempa} /2090}
+% \changes{v1.2b}{2017/06/13}
+% {Stored bounding box data for reuse}
% \begin{macrocode}
- \ifGin at bbox\else
+ \ifGin at bbox
+ \expandafter\xdef\csname #1 bbox\Gread at attr@hash\endcsname{\@gtempa}%
+ \else
\@latex at error
{Cannot determine size of graphic in #1 (no BoundingBox)}%
\@ehc
Modified: trunk/Master/texmf-dist/tex/latex/graphics/graphics.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/graphics/graphics.sty 2017-06-14 21:16:22 UTC (rev 44599)
+++ trunk/Master/texmf-dist/tex/latex/graphics/graphics.sty 2017-06-14 21:16:37 UTC (rev 44600)
@@ -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 at 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 at bbox\else
+ \ifGin at bbox
+ \expandafter\xdef\csname #1 bbox\Gread at attr@hash\endcsname{\@gtempa}%
+ \else
\@latex at error
{Cannot determine size of graphic in #1 (no BoundingBox)}%
\@ehc
More information about the tex-live-commits
mailing list