LyX is inserting a blank page (just has the page number on) between my abstract and ToC. From reading forums this could be because ToC is issuing a \clearpage command. Is there anyway to suppress this? I don't need a blank page between the two. I'm using the book class.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
closed as too localized by Torbjørn T., tohecz, Qrrbrbirlbel, percusse, Heiko Oberdiek Oct 6 '12 at 23:45
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
\cleardoublepage(rather than a\clearpage) instruction that's at work. – Mico Sep 29 '12 at 11:58