Page LayoutTable of Contents HELP

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
cheburns
Posts: 5
Joined: Sun Mar 08, 2009 9:50 pm

Table of Contents HELP

Post by cheburns »

I have to submit the draft of my thesis to my adviser tomorrow... and I can't get my table of contents to keep from running onto a second page. I have the following code now:

Code: Select all

\begin{center}
\linespread{0.6}
\tableofcontents       
\linespread{2}
\end{center}
But if I keep lowering the initial linespread value it doesn't change. Is there a way to tell it to fit all of the contents to a page??? Its only putting my reference section on the next page so its not unreasonable. Any help would be great.

Thanks

Recommended reading 2024:

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

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

murph636
Posts: 22
Joined: Sun Mar 15, 2009 3:54 am

Re: Table of Contents HELP

Post by murph636 »

You could try changing your document margins...
cheburns
Posts: 5
Joined: Sun Mar 08, 2009 9:50 pm

Re: Table of Contents HELP

Post by cheburns »

i don't to change the whole document just this page tho... i supposed i could change the margins for this page but i feel like that would look more awkward then having the lines be less than double spaced. good point tho... if all else fails i can adjust the margins on that page.

Is there no command to force it to fit the table of contents to 1 page?
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Table of Contents HELP

Post by localghost »

cheburns wrote:I have to submit the draft of my thesis to my adviser tomorrow... and I can't get my table of contents to keep from running onto a second page. [...]
Describe a little bit clearer how much of the ToC appears on the next page. If there are only a few lines (one, two or three), you can enlarge the text body just for this single page. For more specific help this detailed information is needed.


Best regards
Thorsten¹
cheburns
Posts: 5
Joined: Sun Mar 08, 2009 9:50 pm

Re: Table of Contents HELP

Post by cheburns »

only the last section:

8 References

appears on the next page... i changed the font size, but i would rather have the spacing between the lines decreased rather than have the text smaller in the table of contents than the rest of the paper. and like i said i tried using linespread and using a decimal but it stopped making the spacing less and didn't do anything... is there anything else i can try to get the spacing between the lines smaller so it fits to a page?
phi
Posts: 577
Joined: Tue Oct 21, 2008 8:10 pm

Re: Table of Contents HELP

Post by phi »

or try \enlargethispage{\baselineskip}
Post Reply