Generalinsert a single blank page

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
hfarrukhn
Posts: 17
Joined: Thu Sep 04, 2008 9:57 pm

insert a single blank page

Post by hfarrukhn »

Hi there,
I am writing my thesis with a class file svmono starting as

Code: Select all

\documentclass[envcountsame,envcountchap,oneside]{svmono}
I will take its prints (from printer) on single side of the page.

If a chapter ends at an even page(e.g. 30), by default it does not leave a blank page in between the two chapters. If I use

Code: Select all

\newpage
\mbox{}
it leaves two empty pages while I want to leave one blank page. Is there any way out for this?
Please note that the blank pages also effect the page numbers, that is why I only want one blank page.

Best regards,
Farrukh

Recommended reading 2024:

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

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

Annabel
Posts: 14
Joined: Mon Jun 16, 2008 3:21 pm

Re: insert a single blank page

Post by Annabel »

Hi Farrukh

Have you already tried \clearpage?
Maybe you can also try to change the settings to doublesided, and use the command \cleardoublepage

Hope this helps.

A.
Post Reply