When using a documentclass of book, it seems there is a \newpage inserted after the \tableofcontents and \listoffigures. How can I suppress this? In articles, the following works. How can I get this layout with a book?
\twocolumn
\tableofcontents
\listoffigures
\listoftables
\printglossaries
\onecolumn
\clearpageor\cleardoublepage, depending on the book mode (onecolumnortwocolumn). In fact, these elements are formatted as\chapter*, which issue the above commands. Do you have other\chapter*commands in your document? – Werner Oct 06 '11 at 22:10\chapter*commands. – mankoff Oct 06 '11 at 22:20\let\clearpage\relaxas well. You didn't mention whether you're using aonesideortwosidebook. The grouping restores the redefinition after\endgroup. – Werner Oct 06 '11 at 22:32