GeneralEven numbering in chapters.

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
julioT
Posts: 1
Joined: Thu Aug 25, 2022 2:07 am

Even numbering in chapters.

Post by julioT »

Hello, I need that the chapters of a book always start with an even number.

Recommended reading 2024:

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

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

MjK
Posts: 89
Joined: Fri Jan 28, 2022 6:09 pm

Even numbering in chapters.

Post by MjK »

Chapters automatically start on an even page, if you use class book or scrbook and don't use options oneside resp. twoside=false or openany resp. open=any. See a LaTeX introduction for more information about classes and their options.

BTW: If you need more help, please show a Infominimal working example, that can be uses to reproduce your problem. And please mark the code of that minimal working example correctly using code tags (not the mwe tag, which would produce the Infominimal working example link only).

Disclaimer: This is not one of my favorite topics, so I'm not intended to do more replies on it—at least not before a minimal working examples has been posted.
My main topics are KOMA-Script and other questions related to my packages. If I reply to any other topic or if you've not yet added a minimal working example, please do not expect any further response. And please don't forget to tag examples as code.
Post Reply