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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
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