Hello!
I have a problem with line separation that I have not found any solution
to yet. Normally in the document class Book, new paraphaps of the
Standard type start by indentation and no extra vertical separation.
I would prefer no indentation but a vertical distance instead. When I
choose Layout:Document:Separation:Skip with BigSkip I do get this for
paragraphs of the Standard type. But in addition to the extra separation
between Standard paragraphs I get extra vertical space in many places,
e.g. before and after headings, before and in itemize lists.
When I choose Layout:Document:Separation:Skip with BigSkip the following
code is inserted in the resulting LaTeX file
\setlength\parskip{\bigskipamount}
\setlength\parindent{0pt}
The Book document class seems to use the value of \parskip in many
places. It seems to be used between all types of paragraphs and
environments.
I suppose the same problem occurs in more document classes.
Does anyone know how to solve my problem?
/Svante
