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
> 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
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
>> "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.
> 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,
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}
>> 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
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
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
9 matches
Mail list logo