Rajil Saraswat wrote:
However the page break between the Acknowledgement and the TOC seems to be lost. Maybe this is because of the stuff in preamble.
This is because of the package tocloft, which does not start a new page between toc, lof, and lot. You have to insert a page break (or a \clearpage command) manually immediately before the toc (and lof, lot, if you need).
but not with ERT, use the lyx solution with
xforms: layout->paragraph->linebreak->below qt: edit->paragraph settings
Herbert
