Document Classesscrbook: How to avoid empty pages at the beginning?

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
walguswong
Posts: 1
Joined: Mon Sep 17, 2018 6:24 pm

scrbook: How to avoid empty pages at the beginning?

Post by walguswong »

\documentclass{scrbook}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10320
Joined: Mon Mar 10, 2008 9:44 pm

scrbook: How to avoid empty pages at the beginning?

Post by Stefan Kottwitz »

Welcome to the forum!

There is no empty page at the beginning. See:

Code: Select all

\documentclass{scrbook}
\begin{document}
Text
\end{document}
Click on "Open in Overleaf" to see the output in the online LaTeX editor.

Perhaps post your code here, so we can find out how it is causing empty pages.

Stefan
LaTeX.org admin
Post Reply