William Lugg wrote:
> I've got a newsletter that I do that has a header with
> text rotated about 25 degrees. �Is it possible to do this in Lyx?

In preamble:
\usepackage{rotating}

and in the document:
\begin{rotate}{25}
<your text>
\end{rotate}

(where the \begin and \end command sequences have to be in ERT/TeX Mode).

More fancier things are possible with PSTricks, e.g.
http://www.pstricks.de/Examples/textpath.phtml

HTH,
J�rgen


Reply via email to