[texhax] Changing papersize

Reinhard Kotucha reinhard.kotucha at web.de
Tue Mar 23 21:22:03 CET 2010


On 23 March 2010 Michael Barr wrote:

 > 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?

You have to either \usepackage{geometry} or \usepackage{hyperref}.  

Both packages are using the optional argument of \documentclass and
put appropriate code into the PDF or DVI file.

Regards,
  Reinhard

-- 
----------------------------------------------------------------------------
Reinhard Kotucha			              Phone: +49-511-3373112
Marschnerstr. 25
D-30167 Hannover	                      mailto:reinhard.kotucha at web.de
----------------------------------------------------------------------------
Microsoft isn't the answer. Microsoft is the question, and the answer is NO.
----------------------------------------------------------------------------


More information about the texhax mailing list