Re: Text box

"Nasser M. Abbasi via Ipe-discuss" <ipe-discuss-rGrgPyRx506NN8uzcEdRPYRWq/[email protected]> Fri, 13 Apr 2018 15:00:51 -0500
Newsgroups gmane.comp.graphics.ipe.general
Message-ID <[email protected]>
On 4/13/2018 2:49 PM, Raed Mohsen via Ipe-discuss wrote:
> Hi,
> 
> I am wondering if there is a way to rotate a text box ...
> 
> Regards
> 

Open a textbox and write

\rotatebox{45}{This is some rotated text}

that is all. Make sure to add

\usepackage{graphicx}

in the document preamble.

Screen shot:

https://www.12000.org/tmp/041318/t.jpg

--Nasser