diff options
author | Karl Berry <karl@freefriends.org> | 2017-01-22 23:37:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-01-22 23:37:33 +0000 |
commit | b2ba0afced5c10391750914c16a2aa06cfaa6a96 (patch) | |
tree | 8a87b0b92f0038639e1078486bb4c2a56bcea2d3 /Master/texmf-dist/source/latex/graphics | |
parent | bc46c8f4627710df445115626d25161dcb2df985 (diff) |
latex2e (22jan17)
git-svn-id: svn://tug.org/texlive/trunk@43024 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/graphics')
-rw-r--r-- | Master/texmf-dist/source/latex/graphics/graphics.dtx | 13 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/graphics/rotating.dtx | 5 |
2 files changed, 11 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/graphics/graphics.dtx b/Master/texmf-dist/source/latex/graphics/graphics.dtx index c77b88a6ebf..4958cdfdea5 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} - [2016/07/10 v1.0t Standard LaTeX Graphics (DPC,SPQR)] + [2016/10/09 v1.0u Standard LaTeX Graphics (DPC,SPQR)] % % \iffalse %<*driver> @@ -163,7 +163,7 @@ % % \DescribeMacro % \DeclareGraphicsExtensions\marg{ext-list}\\ -% This specifies the behaviour of the system when the argument to +% This specifies the behaviour of the system when the filename argument to % |\includegraphics| does not have an extension specified. % Here \marg{ext-list} should be a comma-separated list of file % extensions, each with a leading period (\texttt{.}). @@ -1802,7 +1802,7 @@ % |keepaspectratio| key to |\includegraphics| in the \textsf{graphicx} % package. % \changes{v0.7e}{1995/09/29} -% {Maco added} +% {Macro added} % \begin{macrocode} \newif\ifGin@iso % \end{macrocode} @@ -1832,7 +1832,12 @@ \fi \ifdim\dimen@>\z@ \loop - \ifdim\dimen@<8192\p@ +% \end{macrocode} +% +% \changes{v1.0u}{2016/10/09} +% {avoid overflow for small lengths eg 5sp divided by 2sp} +% \begin{macrocode} + \ifdim\ifnum\count@<\tw@\maxdimen\else\dimen@\fi<8192\p@ \dimen@\tw@\dimen@ \divide\count@\tw@ \repeat diff --git a/Master/texmf-dist/source/latex/graphics/rotating.dtx b/Master/texmf-dist/source/latex/graphics/rotating.dtx index ca4c9203b77..db12ad6c3b9 100644 --- a/Master/texmf-dist/source/latex/graphics/rotating.dtx +++ b/Master/texmf-dist/source/latex/graphics/rotating.dtx @@ -1,7 +1,6 @@ % % \iffalse % -% $Id: rotating.dtx,v 1.21 2010/01/26 13:25:07 rf10 Exp rf10 $ % % File: rotating.dtx %% Copyright 1995--1999 Sebastian Rahtz and Leonor Barroca @@ -29,7 +28,7 @@ \ProvidesFile{rotating.dtx}% %</dtx> %<package>\ProvidesPackage{rotating}% - [2016/05/22 v2.16c + [2016/08/11 v2.16d %<package> rotated objects in LaTeX% %<*dtx> rotating package source file% @@ -131,7 +130,7 @@ % The command \cs{turnbox}\marg{angle}\marg{matter to turn} is a macro % version of the \texttt{rotate} environment. % -% A set of examples is given in the file \texttt{examples.tex} +% A set of examples is given in the file \texttt{rotex.tex} % % \subsection{Positioning} % |