Пример использования стиля rotating.sty

Нажмите здесь, чтобы посмотреть PostScript файл.

\documentstyle[rotating]{article}
\parskip=\baselineskip
\begin{document}


Start here. \begin{rotate}{56} \it\LaTeX \end{rotate} End here.

\newcommand{\T}{A B C D E F G H I J K L M O P Q R S T U V W X Y Z}

Start
\begin{turn}{45}
	\parbox[t]{15mm}{\T}
\end{turn}
Continue
\begin{turn}{45}
	\parbox[b]{15mm}{\T}
\end{turn}
End

\begin{tabular}{rrr}
\rule{0pt}{15mm} % vertical placement
\begin{rotate}{45}Column 1\end{rotate}&
\begin{rotate}{45}Column 2\end{rotate}&
\begin{rotate}{45}Column 3\end{rotate}\\
\hline
1&2&3\\
4&5&6\\
7&8&9\\
\hline
\end{tabular}

\begin{tabular}{ccc}
\begin{turn}{45}Column 1\end{turn}&
\begin{turn}{45}Column 2\end{turn}&
\begin{turn}{45}Column 3\end{turn}\\
\hline
1&2&3\\
4&5&6\\
7&8&9\\
\hline
\end{tabular}

\begin{tabular}{rrr}
\rule{0pt}{15mm} % vertical placement
\begin{rotate}{45}Column 1\end{rotate} \rule{0.5cm}{0pt}&
\begin{rotate}{45}Column 2\end{rotate} \rule{0.5cm}{0pt}&
\begin{rotate}{45}Column 3\end{rotate} \rule{0.5cm}{0pt}\\
\hline
1&2&3\\
4&5&6\\
7&8&9\\
\hline
\end{tabular}

The galactic binary GW noisewill be modulated by the LISA orbital motion,
whereas the extragalactic one will not. If the latter is comparable with
galactic values at some galactic latitudes, it can impede detection by LISA
of some interesting relic cosmological GW backgrounds,
and specific statistical features of the relic GW should be used to separate
them against the noise from astrophysical sources.

\end{document}