Peter Clark schrieb:
Thanks for the tips on making text vertical--now one more question: Is there
any way to make the text in reverse, i.e. from right-to-left? Preferably,
without having to install Hebrew or Arabic support. In this case, the letters
don't need to be completely reverse; .enif si siht ekil tsuj
Google seemed to indicate that using pstricks would work, but I can't find
anything in the pstricks documentation that indicates how to do so.
\usepackage{rotating} % in the preamble
and anywhere in the text in tex (red)
\reflectbox{nice text}
Herbert