According to the Latex Companion, the following ought to give me an 8.5 x
14 inch page.
\documentclass[legalpaper]{article}
\pagestyle{plain}
\textheight 9in
\begin{document}
Test
\end{document}
If it did, there would be a page number visible and there isn't. How do I
change papersize?
Michael Barr