summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/rotating/rotating.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/rotating/rotating.sty')
-rw-r--r--Master/texmf-dist/tex/latex/rotating/rotating.sty14
1 files changed, 5 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/rotating/rotating.sty b/Master/texmf-dist/tex/latex/rotating/rotating.sty
index 406e968aa95..2dc9e3ffe8a 100644
--- a/Master/texmf-dist/tex/latex/rotating/rotating.sty
+++ b/Master/texmf-dist/tex/latex/rotating/rotating.sty
@@ -11,15 +11,11 @@
%% However, no permission is granted to distribute a modified version of
%% this file under its original name.
%%
-%% File: rotating.dtx
-%% Copyright 1995--1999 Sebastian Rahtz and Leonor Barroca
-%% Copyright 2001-2003,2007,2008 Robin Fairbairns
-%% Mail contact: rf10@cam.ac.uk
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{rotating}%
- [2008/06/06 v2.15b
+ [2008/10/05 v2.15c
rotated objects in LaTeX%
- ]% $Id: rotating.dtx,v 1.11 2008/06/06 19:22:17 rf10 Exp rf10 $
+ ]% $Id: rotating.dtx,v 1.15 2008/10/05 18:31:01 rf10 Exp $
\DeclareOption{clockwise}{%
\AtBeginDocument{\setkeys{Grot}{units=360}}%
}
@@ -157,12 +153,12 @@
\def\sidewaystable{\@rotfloat{table}}
\let\endsidewaystable\end@rotfloat
\def\@rotdblfloat{%
- \if@twocolumn\let\reserved@a\@rotdbflt\else\let\reserved@a\@rotfloat\fi
- \reserved@a}
+ \if@twocolumn\expandafter\@rotdbflt\else\expandafter\@rotfloat\fi
+}
\def\@rotdbflt#1{\@ifnextchar[{\@rotxdblfloat{#1}}{\@rotxdblfloat{#1}[tp]}}
\def\@rotxdblfloat#1[#2]{%
- \hsize\textwidth\linewidth\textwidth
\@float{#1}[#2]%
+ \hsize\textwidth\linewidth\textwidth
\begin{lrbox}\rot@float@box
\begin{minipage}\textheight
}