Possible Duplicate:
Chapter on the right side - How to turn it off?
How do I remove empty pages before chapters? The following document renders as three pages; I just want two.
\documentclass[]{scrbook}
\usepackage[english]{babel}
\begin{document}
\chapter{Foo}
\chapter{Bar}
\end{document}
I want to keep the scrbook template if possible.
openanydocumentclass option? – Mico Feb 29 '12 at 03:37