Generalrotated text does not work

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Tijmen
Posts: 2
Joined: Fri Mar 07, 2008 4:51 pm

rotated text does not work

Post by Tijmen »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: rotated text does not work

Post by localghost »

Note that you have to compile this code at least to PS or PDF, because some DVI viewers won't show the desired result. On Linux I can see the correct output with KDVI, KGhostview and KPDF.


Best regards
Thorsten¹
Tijmen
Posts: 2
Joined: Fri Mar 07, 2008 4:51 pm

Re: rotated text does not work

Post by Tijmen »

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

Tijmen
Post Reply