rotatebox
LaTeX2eのgraphicsないしgraphicxパッケージにはrotateboxというマクロが含まれている。以下のように使う。
\documentclass{jarticle}
\usepackage[dvips]{graphicx}
\begin{document}
\rotatebox{30}{30度斜に構えた高宮}
\end{document}
要するに、横に長い表でも90度回転すると1ページに収められるかもしれないぞ、と。
LaTeX2eのgraphicsないしgraphicxパッケージにはrotateboxというマクロが含まれている。以下のように使う。
\documentclass{jarticle}
\usepackage[dvips]{graphicx}
\begin{document}
\rotatebox{30}{30度斜に構えた高宮}
\end{document}
要するに、横に長い表でも90度回転すると1ページに収められるかもしれないぞ、と。