I'm using the book class for my thesis, and I'm exporting as a double sided/paged pdflatex. For some reason though Lyx has added the occasional gap between paragraphs or in one case between the end of a quote and a following paragraph.
In all cases instead of the line break between paragraphs a big gap is being placed. I've gone back and checked and all the text is set as standard (or quote and then standard in the quote case). I've deleted the gap and then placed the paragraph again, but I still get the gaps. Like so: or Sorry might not be the clearest examples.
I didn't have this in previous attempts to export. All that's changed really is I've added to my preamble so I can have page numbers on every page, and then added ERT on the title page to supress the very first page number.
My preamble:
Code: Select all
\usepackage[nottoc,notbib]{tocbibind}
\usepackage[section]{placeins}
\pagestyle{plain}

Pel