diff options
author | Karl Berry <karl@freefriends.org> | 2009-03-29 00:00:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-03-29 00:00:25 +0000 |
commit | eaa8639264ba02c98a791e7a78bb22239841f79f (patch) | |
tree | 9e5bea178ddb2824af193621a8db318b952b53ac /Master/texmf-dist/source/latex/rotating | |
parent | d109d469f59ccfc3cd4c10cda03e5938aac51313 (diff) |
rotating update (28mar09)
git-svn-id: svn://tug.org/texlive/trunk@12557 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/rotating')
-rw-r--r-- | Master/texmf-dist/source/latex/rotating/rotating.dtx | 27 |
1 files changed, 22 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/rotating/rotating.dtx b/Master/texmf-dist/source/latex/rotating/rotating.dtx index 59037706556..3f8ed8c3150 100644 --- a/Master/texmf-dist/source/latex/rotating/rotating.dtx +++ b/Master/texmf-dist/source/latex/rotating/rotating.dtx @@ -1,7 +1,7 @@ % % \iffalse % -% $Id: rotating.dtx,v 1.18 2009/03/16 13:35:10 rf10 Exp rf10 $ +% $Id: rotating.dtx,v 1.20 2009/03/28 20:05:38 rf10 Exp rf10 $ % % File: rotating.dtx % Copyright 1995--1999 Sebastian Rahtz and Leonor Barroca @@ -30,12 +30,12 @@ \ProvidesFile{rotating.dtx}% %</dtx> %<package>\ProvidesPackage{rotating}% - [2009/03/16 v2.16 + [2009/03/28 v2.16a %<package> rotated objects in LaTeX% %<*dtx> rotating package source file% %</dtx> - ]% $Id: rotating.dtx,v 1.18 2009/03/16 13:35:10 rf10 Exp rf10 $ + ]% $Id: rotating.dtx,v 1.20 2009/03/28 20:05:38 rf10 Exp rf10 $ %<*dtx> \documentclass{ltxdoc} \GetFileInfo{rotating.dtx} @@ -53,7 +53,7 @@ \end{document} %</dtx> % \fi -% \CheckSum{473} +% \CheckSum{485} % \begin{abstract} % This article documents a \LaTeX\ package, `rotating.sty', % which performs most sorts of @@ -624,6 +624,22 @@ % \end{macro} % \end{macro} % +% \section{Last-minute infrastructure} +% +% \begin{macro}{\color@hbox} +% \begin{macro}{\color@endbox} +% These macros aren't provided in \LaTeX{}, by default (I seem to have +% assumed that they were\dots) +% \begin{macrocode} +\AtBeginDocument{% + \providecommand\color@hbox{\hbox\bgroup}% + \providecommand\color@vbox{\vbox\bgroup}% + \providecommand\color@endbox{\egroup}% +} +% \end{macrocode} +% \end{macro} +% \end{macro} +% % \section{History} % % Version 2.0 is a complete re-write, with most of the work now @@ -658,7 +674,8 @@ % Version 2.15 deals with page-numbering bug for auto-float-rotation, % and tidying of messages; published to ctan % -% Version 2.16 uses colour boxes as necessary; published to ctan +% Version 2.16 uses colour boxes as necessary; published to ctan. +% Version 2.16a provides the colour box commands \cs{AtBeginDocument}. % % \Finale \endinput |