Assignments, Laboratory books and reports ⇒ unnecessary blank page after a page in a chapter
unnecessary blank page after a page in a chapter
- Attachments
-
- AppendixA.tex
- (296 Bytes) Downloaded 878 times
-
- du_col_logo.jpg (12.5 KiB) Viewed 33807 times
-
- main_tmp.tex
- (8.34 KiB) Downloaded 848 times
-
- Chapter3.tex
- (15.42 KiB) Downloaded 903 times
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
-
kaiserkarl13
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
unnecessary blank page after a page in a chapter
Code: Select all
\documentclass[a4paper,oneside]{Thesis}Code: Select all
\documentclass[a4paper,oneside,openany]{Thesis}unnecessary blank page after a page in a chapter
-
kaiserkarl13
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
unnecessary blank page after a page in a chapter
I think you're referring to the fact that there is a blank page between section 1.7 and section 1.8 (the flowchart). This happens because your flowchart is too tall to fit on a page: TeX says, "this doesn't fit here" and skips to the next page. It then tries to typeset header plus image, and gets the "this doesn't fit" signal again, so it adds a page and then gets it again. It that point it gives up and gives you the overflowing-the-page output.
I'm saying this tentatively, because I don't have a copy of your document class and therefore had to try to reproduce it it with "book" by adding packages and commenting out lines.