Say I am faced with the following example:
\documentclass[12pt]{article}
\usepackage{rotating}
\begin{document}
Horizontal text\\\\
\begin{rotate}{50}Vertical text\end{rotate}
\end{document}
Unfortunately, this creates some nasty overlap:
What is a good way to fix this?
(As a sidenote: I'm new to the latex stack exchange, and have not figured out how to typeset the code I put in the question within the webpage to generate an image; or should I always do it manually?)
Thanks!


