Example of rotated text in LaTeX
作者
Tom at TeXblog
最近上传
11 年前
许可
Other (as stated in the work)
摘要
A minimal example of rotated text in LaTeX. All you need is
\usepackage{rotating}
in the preamble, and
\begin{turn}{45} ... \end{turn}
around the text you wish to rotate (in this case, by an angle of 45 degrees).
This example was originally posted at: http://texblog.org/2013/10/01/rotate-an-image-table-or-paragraph-in-latex/