Page LayoutExtra blank Page where not needed

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
[M]OGuL
Posts: 5
Joined: Mon Sep 12, 2011 7:21 pm

Extra blank Page where not needed

Post by [M]OGuL »

Hi!

I'm working on a thesis template, but I experience some strange issues when I compile my file. You can find the generated PDF file at: http://kwaksalver.w00tsite.com/thesis_p ... late_3.pdf

There shouldn't be an empty page before the Acronyms section. The \cleardoublepage command should make the Acronyms an odd-numbered page by producing a blank page. Instead it produces a blank page and makes it an even-numbered page. Very strange! Also the removal of the \cleardoublepage command does not solve the issue.

I marked my problem in red, as you can see at page 10/18 of the PDF. Also, I included the files needed to compile.

Anyone has an idea of the cause?

Thanks in advance!
Last edited by [M]OGuL on Mon Sep 19, 2011 8:50 pm, edited 1 time in total.

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

justdeath
Posts: 69
Joined: Mon Sep 05, 2011 10:27 am

Re: Extra blank Page where not needed

Post by justdeath »

The tabular environment is too long, terminate the first tabular after letter J, and the second tabular should begin with letter M. Then Acronyms goes on the left.

You should also add ALL files when sending, luximono.sty and sedes.pdf are missing from the archive.

Nikolay
Post Reply