Discussion:
Rotation with \rput{angle}(x,y){Text} in pstricks
fuellerer
2006-11-08 06:12:22 UTC
Permalink
I just want to lign text vertically in a pspicture environment (see
example below). When I run latex with the following commands:
latex example.tex
dvips example.dvi
ps2pdf example.ps

the PS looks fine (the page is in portrait mode), but after ps2pdf in
the pdf the whole page is rotated (thus landscape). I have no idea why!

EXAMPLE:
\documentclass[a4paper]{scrreprt}
\usepackage{pst-all}
\usepackage{xcolor}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage[top=3.0cm, left=1.5cm]{geometry}
\parindent0mm

\begin{document}
\pagestyle{empty}
\begin{pspicture}(0,0)(10,10)
\rput{90}(5,5){This is vertical text!}
\end{pspicture}
\end{document}





Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

Loading...