Re: Margins in LaTeX
On 21 Dec 1998q, Daniel Elenius wrote:
> Hi, I'm wondering if someone can tell me how I can change the width of
> the margins in a LaTeX document. I think I read about it somewhere,
> but I can't find it anywhere in the info file now.
>
> /Daniel Elenius
>
>
> --
> Unsubscribe? mail -s unsubscribe debian-user-request@lists.debian.org < /dev/null
>
This is what I use for a book which I print out regularly. The actual values
used were arrived at by trial and error; YMMV.
\documentclass{report}
\setlength{\topmargin}{-.25in}
\setlength{\oddsidemargin}{.2in}
\setlength{\evensidemargin}{.2in}
\setlength{\textwidth}{6.in}
\setlength{\textheight}{9.in}
Anthony
--
Anthony Campbell - running Linux Debian 2.0
acampbell@achc.demon.co.uk http://www.achc.demon.co.uk
"The Moving Finger writes; and, having writ,
Moves on..." - Edward Fitzgerald
Reply to: