Tuesday, April 15, 2008

Tabloid landscape in LaTeX

The 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:

Anonymous said...

Thanks, that helped a lot.