Page LayoutUnwanted Empty Page at End of the Document

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
keerthi2narayan
Posts: 1
Joined: Tue Aug 30, 2011 1:08 am

Unwanted Empty Page at End of the Document

Post by keerthi2narayan »

My final version of thesis must adhere to a standard, set by my school.

I am facing a problem, as an additional empty page is inserted at the end of the thesis (this makes the total pages in the thesis to be even). I have several hypothesis for the problem, but no solution. I hope one of you could be able to help.

My thesis skeleton looks like this

Code: Select all

\documentclass[a4paper,11pt,twoside,openright]{report}
...
...
...
\clearemptydoublepage %to start the ThesisBackPage on an odd page.
\includepdf[pages=1]{ThesisBackPage.pdf}
\end{document}
I want the single page document, ThesisBackPage to be the last page of the thesis. Even by using an explicit [pages=1], the generated pdf still has ThesisBackPage, and an empty page at the end. If I delete this page using a pdf editor the automatic format checker tool (standard adhesion checker) required by my school fails, obliging me to find an alternative way to suppress this empty page being inserted. So I thought of finding a way to disable this property of latex to add this last and empty page.

I think the problem is due to \includepdf, because if I comment it out no additional empty page is inserted. The problem could be also due to the combination of \includepdf and \end{document}. I have checked that the thesis can end with odd number of pages by commenting both \clearemptydoublepage and \includepdf statements. So I do not have much clue how to rectify this. Please help.

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 many kinds of documents

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

Post Reply