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.
General ⇒ Empty page is inserted.
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.
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
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
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Empty page is inserted.
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:
Stefan
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}
LaTeX.org admin
-
- Posts: 97
- Joined: Fri Sep 04, 2009 4:56 pm
Re: Empty page is inserted.
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...
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Empty page is inserted.
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
Best regards
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 97
- Joined: Fri Sep 04, 2009 4:56 pm
Re: Empty page is inserted.
Hello friends,
Thanks for the guidance..
"openany" command itself working for me...
Regards,
Muthu
Thanks for the guidance..
"openany" command itself working for me...
Regards,
Muthu