Document Classes ⇒ scrbook: How to avoid empty pages at the beginning?
-
- Posts: 1
- Joined: Mon Sep 17, 2018 6:24 pm
scrbook: How to avoid empty pages at the beginning?
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
scrbook: How to avoid empty pages at the beginning?
There is no empty page at the beginning. See:
Code: Select all
\documentclass{scrbook}
\begin{document}
Text
\end{document}
Perhaps post your code here, so we can find out how it is causing empty pages.
Stefan