General ⇒ Empty page is inserted.
-
- Posts: 97
- Joined: Fri Sep 04, 2009 4:56 pm
Empty page is inserted.
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.
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 more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Empty page is inserted.
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Empty page is inserted.
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}
-
- Posts: 97
- Joined: Fri Sep 04, 2009 4:56 pm
Re: Empty page is inserted.
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 281 times
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Empty page is inserted.
Best regards
Thorsten
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.
Thanks for the guidance..
"openany" command itself working for me...
Regards,
Muthu