I first have the list of figures followed by the list of tables and would like the page break in between eliminated.
I tried something easy like this, to no avail.
Code: Select all
...
\addcontentsline{toc}{chapter}{List of Figures}
\listoffigures
\nobreak
\nopagebreak
%\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{List of Tables}
\listoftables
...