GeneralEmpty page is inserted.

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
dmuthu_cse
Posts: 97
Joined: Fri Sep 04, 2009 4:56 pm

Empty page is inserted.

Post by dmuthu_cse »

Hello friends,

When I add, table of contents or list of figure or list tables to my document. My final version of pdf, unusually contains an extra page immediately after the ToC, LoF, LoT which is full empty with the header which I was given..

Do you have any suggestions, please give me. It will helpful for me if you can send me an example of the same.

Thanks in advance,

Muthu.

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Empty page is inserted.

Post by Stefan Kottwitz »

Hi Muthu,

which document class do you use? And which additional packages?
The best information would be provided by a minimal working example that shows the problem.

Stefan
LaTeX.org admin
User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Empty page is inserted.

Post by Stefan Kottwitz »

Hi Muthu,

after reading another post of you I've noticed that you are using the book class. Chapters would start at right pages by default, but you could change it by the document class option openany:

Code: Select all

\documentclass[b5paper,11pt,openany]{book}
Stefan
LaTeX.org admin
dmuthu_cse
Posts: 97
Joined: Fri Sep 04, 2009 4:56 pm

Re: Empty page is inserted.

Post by dmuthu_cse »

Hello friend,

thank you very much for your quick reply..

I am actually facing problem after table of contents and list of figures and list of tables... where an extra page is inserted than usual..

please have a look on the pdf.. which i have got as a result..

Thanks in advance..

Bye...
Attachments
thesis.pdf
(146.06 KiB) Downloaded 272 times
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Empty page is inserted.

Post by localghost »

Please provide a minimal working example (MWE) as Stefan requested earlier (see also Section 2.2 of the Board Rules) or follow his advice in his second reply about the openany option for the document class.


Best regards
Thorsten
dmuthu_cse
Posts: 97
Joined: Fri Sep 04, 2009 4:56 pm

Re: Empty page is inserted.

Post by dmuthu_cse »

Hello friends,

Thanks for the guidance..

"openany" command itself working for me...

Regards,
Muthu
Post Reply