Jonathon McKitrick wrote:
> 
> Hi,
> I am writing a paper for school, and I need to try double spacing.
> Lyx user guide says I need 'setspace' installed.  Where can I find
> this?  Is it a part of Lyx or LaTex?  Is there any easier way to
> double space my output?

in preamble

\renewcommand{\baselinestretch}{2.0}

gives a doublespacing in the whole document! Or 1.5 for
one and a half spacing.
If you want a paragraph in single spacing, you can write

\baselineskip6pt    (in TeX - red)

your text here ....

\baselineskip12pt   (in Tex - red)

returns to doublespacing.
the real spacing is the value of baselineskip*baselinestretch.

 
hope this helps
Herbert


-- 
[EMAIL PROTECTED]
http://www.perce.de

Reply via email to