Search found 2 matches

by Tijmen
Mon Mar 10, 2008 6:43 pm
Forum: General
Topic: rotated text does not work
Replies: 2
Views: 1974

Re: rotated text does not work

Thanks a lot,
this is the problem (using yap on windows).

Tijmen
by Tijmen
Mon Mar 10, 2008 10:07 am
Forum: General
Topic: rotated text does not work
Replies: 2
Views: 1974

rotated text does not work

Rotate text does not work, the text is just displayed horizontally, this is what I did:

Code: Select all

\documentclass{article}
\usepackage{graphicx}

\begin{document}
\rotatebox{40}{%
because we \textbf{cannot} overwrite some other stuff.%
}
\end{document}
Any idea what chould be wrong?

Thanx