Table of Contents

PSU Thesis Links

Grads Links

Validation

Valid HTML 4.01 Strict

Valid CSS

The Grad School requires a table of contents (ToC), a list of figures (LoF), and a list of tables (LoT) in your thesis. LaTeX will automatically produce all of these. The ToC entries come from all of your "\chapter", "\section", "\subsection", etc. commands. The LoF and LoT come from the "\caption" commands in the figure and table environments. All of these commands have an optional "table of contents entry" field.

Caveat for deluxetables

There is no way to specify a LoT entry for a deluxetable! Deluxetable uses the \tablecaption command, and whatever you put in there as the table title will appear as the LoT entry -- if this offends you, then just use the table and tabular environment instead of deluxetable. Also, if your deluxetable extends on to multiple pages, it will add an entry into the LoT for each page the table falls on (which can be exceedingly obnoxious) -- you will probably want to use longtable if you have tables that cover multiple pages.

These files were assembled in Fall 2005 by M. Stark (original files written by Stephen G. Simpson, Math Dept., and are available to download from http://cac.psu.edu/etd/howto/tex/index.html). Some of the files in this tared version were modified from the original versions specifically for Astronomy Dept. use, and others were modified to include new Thesis Office requirements (i.e., inclusion of a "Committee Page" in the eTD in place of a "Signature Page", but keeping the "Signature Page" around to be printed, signed, and turned into the Thesis Office to keep on record).