Generalunwanted white space, help needed, dissertation deadline soo

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
foxhunt99
Posts: 2
Joined: Mon May 18, 2009 4:35 pm

unwanted white space, help needed, dissertation deadline soo

Post by foxhunt99 »

Hi, I have finished my defense, only thing left for me is to turn in the dissertation. But there are large white space in my dissertation, usually before a chapter or section. Sometimes they are as big 1.5 pages. I don't know how to delete those. I noticed I could type more things in the space and fill it up that way, but it would be stupid.

I am using miktex 2.7, and compiling use PDFtex.

What could possibly cause the white space?

Code: Select all

\documentclass[12pt]{book}
\usepackage{uscthesis}
\usepackage{graphicx}
\usepackage{color}
\usepackage{boxedminipage}
\usepackage{url}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{pslatex}
\usepackage{epsfig}
\usepackage{subfigure}
\usepackage{algorithmic}
\usepackage{algorithm}
\newcommand{\algorithmicfunction}{\textbf{function}\ }
\newcommand{\algorithmicfunctionend}{\textbf{end function}\ }

\copyrightyear{2009}
\pagestyle{plain}
\begin{document}
\pagenumbering{arabic}

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

unwanted white space, help needed, dissertation deadline soo

Post by Stefan Kottwitz »

Hi,
foxhunt99 wrote: What could possibly cause the white space?
perhaps LaTeX inserts the white space in order to fill the page. You could try raggedbottom, but it's possible that not all pages are filled completely to the lower margin.

Stefan
LaTeX.org admin
foxhunt99
Posts: 2
Joined: Mon May 18, 2009 4:35 pm

Re: unwanted white space, help needed, dissertation deadline soo

Post by foxhunt99 »

Trie \raggedbottom, but it is not working. I tried switch \chapter to \section, then the white space disappears. But thats not what I wanted, it is driving me crazy.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

unwanted white space, help needed, dissertation deadline soo

Post by localghost »

Supplement the option list for the document class by adding the openany option.


Best regards and welcome to the board
Thorsten
Post Reply