geometry
package initializes LaTeX tabloid landscape documents in one line.
\documentclass[10pt]{article}
\usepackage[papersize={17in, 11in}]{geometry}
\begin{document}
This document is in tabloid landscape.
\end{document}
CTAN offers other page sizing packages.
1 comment:
Thanks, that helped a lot.
Post a Comment