Mercurial > cortex
comparison thesis/aux/mitthesis/contents.tex @ 422:6b0f77df0e53
building latex scaffolding for thesis.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 21 Mar 2014 01:17:41 -0400 |
parents | thesis/mitthesis/contents.tex@c2c28c3e27c4 |
children |
comparison
equal
deleted
inserted
replaced
421:c2c28c3e27c4 | 422:6b0f77df0e53 |
---|---|
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 |