diff options
author | Karl Berry <karl@freefriends.org> | 2008-10-14 23:36:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-10-14 23:36:45 +0000 |
commit | c2bd86645090ced3e990da753cf7b7740f444283 (patch) | |
tree | da1bef617dd13706085a928dc012a20e00b8da91 /Master/texmf-dist/tex/latex/rotating | |
parent | 823980b17e08c691f17f4ace72cfa2ca91d5d1d8 (diff) |
rotating update (15oct08)
git-svn-id: svn://tug.org/texlive/trunk@10978 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/rotating')
-rw-r--r-- | Master/texmf-dist/tex/latex/rotating/rotating.sty | 14 |
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 } |