Re: Margins in LaTeX

1998-12-22 Thread Anthony Campbell
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 unsubs

Re: Margins in LaTeX

1998-12-22 Thread Richard E. Hawkins Esq.
> Paul Seelig has unofficial debs of Lyx 1.0pre2 at > ftp://ietpd1.sowi.uni-mainz.de/pub/debian/unofficial/binary/ I belive that there are a couple of major changes in reLyX between pre2 and pre4, and then staggering changes to the CVS of 1.0. Aside from that, most users won't notice a differen

Re: Margins in LaTeX

1998-12-21 Thread Karl B. Hammar
Check out: Goossens, Mittelbach, Samarin The Latex compnion Addison Wesley or experiment with \setlength{\oddsidemargin}{31pt} % default value for letter \setlength{\textwidth}{348pt}% default value for letter

Re: Margins in LaTeX

1998-12-21 Thread Martin Bialasinski
>> "REHE" == Richard E Hawkins Esq <[EMAIL PROTECTED]> writes: REHE> Most latex documents can now be imported through ReLyX. REHE> However, if you really want to do that, you probably want to REHE> build 1.0pre4, rather than using the .12 that's in debian. Or I REHE> could email you a tarball.

Re: Margins in LaTeX

1998-12-21 Thread Richard E. Hawkins Esq.
> Yes, that looks good, but I get 'Undefined control sequence'. Do I > need a '\usepackage' line for that or something? beats me :) But these come from the beginning: \documentclass{letter} \usepackage[T1]{fontenc} \usepackage{geometry} \geometry{verbose,tmargin=0.5in,bmargin=1in,lmargin=1in,

Re: Margins in LaTeX

1998-12-21 Thread Daniel Elenius
Christopher S. Swingley writes: >To increase the margins in LaTeX, try the following in the preamble of >your document (before the \begin{document}, after the \documentclass{}): > >\setlength{\hoffset}{-0.5in} >\addtolength{\textwidth}{1.0in} >\setlength{\voffset}{-0.5in} >\addtolength{\textheight}

Re: Margins in LaTeX

1998-12-21 Thread Daniel Elenius
>> 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 > >No promises, but reading from a the .tex of a lyx file, > >\geometry{verbos

Re: Margins in LaTeX

1998-12-21 Thread Richard E. Hawkins Esq.
daniel declared, > 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 No promises, but reading from a the .tex of a lyx file, \geomet

Re: Margins in LaTeX

1998-12-21 Thread Christopher S. Swingley
To increase the margins in LaTeX, try the following in the preamble of your document (before the \begin{document}, after the \documentclass{}): \setlength{\hoffset}{-0.5in} \addtolength{\textwidth}{1.0in} \setlength{\voffset}{-0.5in} \addtolength{\textheight}{1.0in} This increases the margins by