On Fri, Dec 06, 2002 at 09:41:21AM -0500, Praedor Atrebates wrote:
> I would like to change a section of a document to have somewhat different
> layout parameters from the rest of the document:
>
> I would like this section to use single spacing and medskip between
> paragraphs. What tex commands would one insert before and after such a
> section to accomplish this? At this point, I am going by hand in lyx and
> setting each of many paragraphs in this way by had (via the Layout menus).
\begin{singlespace}\setlength{\parskip}{\medskipamount}
...
\end{singlespace}