I'm having a few questions about KOMA script configuration and would love if you guys could help me out:
- How can I make all chapters only appear on even pages?
- How can I make all sections NOT have pagebreaks after each other?
I'm having a few questions about KOMA script configuration and would love if you guys could help me out:
Re point 1: Use the class option open=left.
\documentclass[open=left]{scrbook}
\begin{document}
\chapter{foo}
Some text.
\chapter{bar}
Some text.
\end{document}
\cleardoublepage to the macro shown in http://tex.stackexchange.com/questions/11707/how-to-force-output-to-a-left-or-right-page/11709#11709, but this is of course much better!
– Martin Scharrer
Sep 01 '11 at 19:04
scrbookclass. Please provide more information or -- even better -- add a minimal working example (MWE) that illustrates your problem. – lockstep Sep 01 '11 at 18:52\include. – Ulrike Fischer Sep 02 '11 at 07:51