On Fri, Nov 15, 2002 at 09:37:06AM -0600, Peter Clark wrote:
>       Is it possible to have a portion of a text turned 90 degrees (clockwise), 
> with the letters and the text itself running from top to bottom? The rest of 
> the text, of course, would be standard horizontal left-right text. A search 
> on CTAN didn't turn up anything, but I image that there is a .sty running 
> around somewhere that could handle this.
>       :Peter

In the preamble:
\usepackage{rotating}

and in the text
\rotatebox{-90}{<your text>}

Note that you want see the text rotated in the DVI output.
You must view the Postscript output.

Reply via email to