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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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