summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/graphics/graphicx.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/graphics/graphicx.sty')
-rw-r--r--Master/texmf-dist/tex/latex/graphics/graphicx.sty9
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/graphics/graphicx.sty b/Master/texmf-dist/tex/latex/graphics/graphicx.sty
index cccb538c06f..ccbdf4383b1 100644
--- a/Master/texmf-dist/tex/latex/graphics/graphicx.sty
+++ b/Master/texmf-dist/tex/latex/graphics/graphicx.sty
@@ -7,7 +7,7 @@
%% graphicx.dtx (with options: `package')
%%
%% graphicx.dtx Copyright (C) 1994 David Carlisle Sebastian Rahtz
-%% Copyright (C) 1995 1996 1997 1999 David Carlisle
+%% Copyright (C) 1995 1996 1997 1999 2014 David Carlisle
%%
%% This file is part of the Standard LaTeX `Graphics Bundle'.
%% It may be distributed under the terms of the LaTeX Project Public
@@ -16,7 +16,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{graphicx}
- [1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)]
+ [2014/04/25 v1.0g Enhanced LaTeX Graphics (DPC,SPQR)]
\DeclareOption{unknownkeysallowed}
{\PassOptionsToPackage\CurrentOption{keyval}}
\DeclareOption*{\PassOptionsToPackage\CurrentOption{graphics}}
@@ -200,14 +200,15 @@
\endgroup
\fi}
\def\rotatebox{%
+ \leavevmode
\@ifnextchar[\Grot@box@kv\Grot@box@std}
-\def\Grot@box@std#1#2{%
+\long\def\Grot@box@std#1#2{%
\Grot@setangle{#1}%
\setbox\z@\hbox{{#2}}%
\Grot@x\z@
\Grot@y\z@
\Grot@box}
-\def\Grot@box@kv[#1]#2#3{%
+\long\def\Grot@box@kv[#1]#2#3{%
\@begin@tempboxa\hbox{#3}%
\Grot@x\width \divide\Grot@x\tw@
\Grot@y\height \advance\Grot@y-\depth \divide\Grot@y\tw@