PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Package rotate funktioniert überhaupt nicht :(



nobody0
22-09-2002, 23:35
Also sowohl mit documentclass auch auch documentstype funktioniert das Drehen von Text nicht, z. B. so:

\documentstyle[12pt]{article}

\Large
\begin{document}

\special{landscape}%
\special{orientation=90}%
Hello
\special{orientation=180}%
Hello
\special{orientation=270}%
Hello
\special{orientation=0}%
Hello

\end{document}

Mit documentclass und

\begin{sideways} text \end{sideways} \begin{turn}{90} text \end{turn}
\begin{rotate}{90} text \end{rotate} \turnbox{90}{text}

wird ebenfalls nichts rotiert.

Wieso funktioniert das nicht? :confused:

Muss ich etwa den Text als Postscript zeichnen und dann in Form einer Abbildung rotieren oder geht das nicht einfacher? :confused: