Am Donnerstag, 26. Juli 2001 13:13 schrieb Stephan Semrau:
> Is there a (simple) way to achieve different line spacings for
> different types of text? I would like to do the following: Standard
> text should be doublespaced, footnotes, quotes, headings etc should
> be singlespaced. (I need this for a dissertation and I want to use
> the KS-book class. I know that this layout looks silly but the
> faculty style guidelines require it).
There are different ways to get it, but noone is really easy _and_
comfortable AFAIK (I had the same problem).
I would recommend this one:
1. Chose singlespacing as default in Layout > Document
2. In the preamble: \usepackage{setspace}
3. a.) Before any standard text in TeX-Mode (ERT): \onehalfspacing
and after \singlespacing
or
3 b.) write in the minibuffer (press M-x) "paragraph-spacing onehalf"
to set onehalfspacing per paragraph
NB: If we're lucky, version 3b will be supported from the GUI in
Version 1.2.0 ;-)
Good Luck,
Jürgen
> Thanks for any help,
> Stephan