summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/rotating
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-10-14 23:36:45 +0000
committerKarl Berry <karl@freefriends.org>2008-10-14 23:36:45 +0000
commitc2bd86645090ced3e990da753cf7b7740f444283 (patch)
treeda1bef617dd13706085a928dc012a20e00b8da91 /Master/texmf-dist/source/latex/rotating
parent823980b17e08c691f17f4ace72cfa2ca91d5d1d8 (diff)
rotating update (15oct08)
git-svn-id: svn://tug.org/texlive/trunk@10978 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/rotating')
-rw-r--r--Master/texmf-dist/source/latex/rotating/rotating.dtx26
1 files changed, 13 insertions, 13 deletions
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}%
%</dtx>
%<package>\ProvidesPackage{rotating}%
- [2008/06/06 v2.15b
+ [2008/10/05 v2.15c
%<package> rotated objects in LaTeX%
%<*dtx>
rotating package source file%
%</dtx>
- ]% $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}
%</dtx>
% \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
}