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 | |
parent | d109d469f59ccfc3cd4c10cda03e5938aac51313 (diff) |
rotating update (28mar09)
git-svn-id: svn://tug.org/texlive/trunk@12557 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/rotating/examples.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/rotating/rotating.pdf | bin | 108102 -> 109984 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/rotating/rotating.dtx | 27 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/rotating/rotating.sty | 9 |
4 files changed, 30 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/rotating/examples.tex b/Master/texmf-dist/doc/latex/rotating/examples.tex index 6d8bb2a800e..ed4750872a2 100644 --- a/Master/texmf-dist/doc/latex/rotating/examples.tex +++ b/Master/texmf-dist/doc/latex/rotating/examples.tex @@ -1,6 +1,5 @@ \errorcontextlines32 \documentclass[twoside]{report} -\renewcommand{\thepage}{\thechapter-\arabic{page}} \usepackage[chatter]{rotating} \usepackage{epsfig} \usepackage{fancyvrb} @@ -50,6 +49,7 @@ %------------------------------------------------------- \def\degrees{{\small$^{\mathrm{o}}$}} %------------------------------------------------------- + \begin{document} \title{Test of `rotating' package} diff --git a/Master/texmf-dist/doc/latex/rotating/rotating.pdf b/Master/texmf-dist/doc/latex/rotating/rotating.pdf Binary files differindex 17513bb34f7..ce37a07247e 100644 --- a/Master/texmf-dist/doc/latex/rotating/rotating.pdf +++ b/Master/texmf-dist/doc/latex/rotating/rotating.pdf 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 diff --git a/Master/texmf-dist/tex/latex/rotating/rotating.sty b/Master/texmf-dist/tex/latex/rotating/rotating.sty index 54e60226e10..b1705f6bf27 100644 --- a/Master/texmf-dist/tex/latex/rotating/rotating.sty +++ b/Master/texmf-dist/tex/latex/rotating/rotating.sty @@ -21,9 +21,9 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{rotating}% - [2009/03/16 v2.16 + [2009/03/28 v2.16a rotated objects in LaTeX% - ]% $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 $ \DeclareOption{clockwise}{% \AtBeginDocument{\setkeys{Grot}{units=360}}% } @@ -272,6 +272,11 @@ \nobreak \hspace{12pt}% } +\AtBeginDocument{% + \providecommand\color@hbox{\hbox\bgroup}% + \providecommand\color@vbox{\vbox\bgroup}% + \providecommand\color@endbox{\egroup}% +} \endinput %% %% End of file `rotating.sty'. |