[comp.text.tex] Setting Margins in LaTEX?

arxt@tank.uchicago.edu (patrick palmer) (05/29/90)

I need to make a document with precisely set margins (for camera-ready 
copy).  I cannot figure out how to control the margin in LaTEX.  (I have
the Amiga Radical Eye version, but the problem is exactly the same on our Sun
at work.)  \hsize sets the line length, but it does not produce output
centered on the page.  There is an extra about 1 inch offset which, I 
guess must come from the \documentstyle{article} macro; but, how can I 
change it?

I have all of the manuals, but cannot find anything helpful.  I would be very
greatful for the answer.

Pat Palmer (email: reply or ppalmer@oddjob.uchicago.edu)

djs@media-lab.MEDIA.MIT.EDU (David J. Sturman) (05/30/90)

Latex margin specifications add 1 inch to whatever you specify.
To have margins less than one inch, specify negative margins.

		\oddsidemargin -.25in
		\evensidemargin -.25in
		\textwidth 5.5in

will give you .75 inch margins on the left side of every page (and .75
inch margins on the right side as well).

This also works with top margins as well.

		\topmargin -0.25in
		\textheight 8in

To move the top margin .25 inches higher than the default.

David Sturman
Mit Media Lab