Mercurial > cortex
comparison thesis/mitthesis/contents.tex @ 421:c2c28c3e27c4
get mit thesis template file.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 21 Mar 2014 00:08:49 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
420:7f3581dc58ff | 421:c2c28c3e27c4 |
---|---|
1 % -*- Mode:TeX -*- | |
2 %% This file simply contains the commands that actually generate the table of | |
3 %% contents and lists of figures and tables. You can omit any or all of | |
4 %% these files by simply taking out the appropriate command. For more | |
5 %% information on these files, see appendix C.3.3 of the LaTeX manual. | |
6 \tableofcontents | |
7 \newpage | |
8 \listoffigures | |
9 \newpage | |
10 \listoftables | |
11 |