From c2bd86645090ced3e990da753cf7b7740f444283 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 14 Oct 2008 23:36:45 +0000 Subject: rotating update (15oct08) git-svn-id: svn://tug.org/texlive/trunk@10978 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/source/latex/rotating/rotating.dtx | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'Master/texmf-dist/source/latex') diff --git a/Master/texmf-dist/source/latex/rotating/rotating.dtx b/Master/texmf-dist/source/latex/rotating/rotating.dtx index 800cde11e08..699cc1ff13b 100644 --- a/Master/texmf-dist/source/latex/rotating/rotating.dtx +++ b/Master/texmf-dist/source/latex/rotating/rotating.dtx @@ -1,19 +1,19 @@ % % \iffalse % -% $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 $ % -%% File: rotating.dtx -%% Copyright 1995--1999 Sebastian Rahtz and Leonor Barroca -%% Copyright 2001-2003,2007,2008 Robin Fairbairns -%% Mail contact: rf10@cam.ac.uk +% File: rotating.dtx +% Copyright 1995--1999 Sebastian Rahtz and Leonor Barroca +% Copyright 2001-2003,2007,2008 Robin Fairbairns +% Mail contact: rf10@cam.ac.uk % % This work may be distributed and/or modified under the -% conditions of the LaTeX Project Public License, either version 1.3 +% conditions of the LaTeX Project Public License, either version 1.3c % of this license or (at your option) any later version. % The latest version of this license is in % http://www.latex-project.org/lppl.txt -% and version 1.3 or later is part of all distributions of LaTeX +% and version 1.3c or later is part of all distributions of LaTeX % version 2005/12/01 or later. % % This work has the LPPL maintenance status `maintained'. @@ -30,12 +30,12 @@ \ProvidesFile{rotating.dtx}% % %\ProvidesPackage{rotating}% - [2008/06/06 v2.15b + [2008/10/05 v2.15c % rotated objects in LaTeX% %<*dtx> rotating package source file% % - ]% $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 $ %<*dtx> \documentclass{ltxdoc} \GetFileInfo{rotating.dtx} @@ -53,7 +53,7 @@ \end{document} % % \fi -% \CheckSum{478} +% \CheckSum{475} % \begin{abstract} % This article documents a \LaTeX\ package, `rotating.sty', % which performs most sorts of @@ -437,12 +437,12 @@ % Handling double column floats % \begin{macrocode} \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 } -- cgit v1.2.3