I use LyX for a report.
My problem is that the row-spacing in the table of contents is the same as the vertical skip between my sections. And I can't figure out how to differ those settings from each other.
I have currently tried different values to
Document->Settings->Text Layout->Vertical Space
, which seems to be the only setting affecting the vertical spaces...
\usepackage{tocloft} \renewcommand\cftbeforesecskip{0pt}to the preamble (Document -> Settings -> LaTeX preamble), which will remove any space before the TOC-entry of a section. Not entirely sure if I understood you though, so if you're still interested in this, please report back. – Torbjørn T. Jan 5 at 21:42