Document Classes\part Followed by Blank Page with extbook

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
AleCes
Posts: 286
Joined: Sat Nov 13, 2010 9:54 pm

\part Followed by Blank Page with extbook

Post by AleCes »

Hello everybody,

When I use the extbook document class, \part is routinely followed by a pesky blank page :evil: , which doesn't occur if the normal book class is used, but since I need 14pt font size, I'm in a quandary... :cry:

Code: Select all

\documentclass[a5paper, openany, 14pt]{extbook}
\usepackage{extsizes}
\usepackage[top=1.7cm,headsep=10pt,outer=1.9cm,inner=1.9cm,bottom=1.7cm]{geometry}
\begin{document}

\part{}

\chapter{}

\chapter{}

\end{document}
Regards

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply