>>>>> "Robyn" == Robyn Wagner <[EMAIL PROTECTED]> writes:
Robyn> Layout-> Separation lets you have "Indent" *or* "Skip". I would like
Robyn> both...is this possible?
You can set both values in the LaTeX preamble, like
\setlength{\parindent}{1in} % this is the indentation
\setlength{\parskip}{\medskipamount} % this is the skip
I suggest that you set indent in the Layout->Paragraph popup and set
\parskip in the preamble. Do not use a fixed width here, it would
cause problems to LaTeX's page-breaking algorithm.
JMarc