Thanks a lot,
this is the problem (using yap on windows).
Tijmen
Search found 2 matches
- Mon Mar 10, 2008 6:43 pm
- Forum: General
- Topic: rotated text does not work
- Replies: 2
- Views: 1974
- 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:
Any idea what chould be wrong?
Thanx
Code: Select all
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\rotatebox{40}{%
because we \textbf{cannot} overwrite some other stuff.%
}
\end{document}
Thanx