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 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.