Am Dienstag, 13. August 2002 16:09 schrieb Dekel Tsur:
> On Mon, Aug 12, 2002 at 09:43:05PM +0200, Marko wrote:
> > Hi all,
> >
> > I'm looking for a way to get a document with line spacing of 1.5 -
> > however, the TOC, bibliography, footnotes and quotes should still have a
> > line spacing of 1.0.
> >
> > I already have a \linespread{1.5} in the preamble and have experimented
> > with \renewenvironment{quote} but had no success so far.
> >
> > Is there an easy way to get this?
>
> Set the spacing in the document dialog, and not by changing the preamble.
>
> The spacing for the TOC or bibliography can be changed using the
> paragraph dialog (in lyx 1.2.0), or by using
>  \begin{singlespace} .. \end{singlespace}
>
> The spacing for quotes can be changed by putting the following code
> in the preamble:
>
> \let\oldquote=\quote
> \let\oldendquote=\endquote
> \renewenvironment{quote}
>   {\begin{singlespace}\oldquote}
>   {\oldendquote\end{singlespace}}

Hi Dekel,

thanks a lot. This works nearly perfect ;-)
The line spacing is now perfect but the new quote-definition leads to an extra 
vertical space between the previous paragraph and the beginning of the quote. 
It looks like an additional empty line just before the quote begins.
Unfortunately I have no idea how to fix this.

Marko

Reply via email to