Xref: utzoo comp.sys.amiga:58632 comp.text.tex:1488 Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uwm.edu!zaphod.mps.ohio-state.edu!usc!snorkelwacker!mit-eddie!media-lab!djs From: djs@media-lab.MEDIA.MIT.EDU (David J. Sturman) Newsgroups: comp.sys.amiga,comp.text.tex Subject: Re: Setting Margins in LaTEX? Keywords: Latex, margins Message-ID: <2561@media-lab.MEDIA.MIT.EDU> Date: 29 May 90 23:28:58 GMT References: <9489@tank.uchicago.edu> Reply-To: djs@media-lab.media.mit.edu (David J. Sturman) Distribution: na Organization: MIT Media Lab, Cambridge MA Lines: 19 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