Am Donnerstag, 26. Juli 2001 20:25 schrieb Herbert Voss:
> Dekel Tsur wrote:
> > This is not the best way to do this. A better way is as follows:
> > 1. Choose double spacing in the document dialog.
> > 2. Use appropriate \renewcommands/\renewenvironment.
> > For example, to have single space for section headings, put the
> > following in the preamble:
> > \let\oldsection=\section
> > \renewcommand{\section}[1]{\begin{singlespace}\oldsection{#1}\end{s
> >inglespace}}
>
> the setspace-doc suggests to choose singlespace as the default!
> all other spacing than with \setspace... \or \double...
And for good reasons! This method will most likely result in a very
messy output. Be warned.
J�rgen