annotate thesis/aux/mitthesis/contents.tex @ 468:258078f78b33
insert argument about senses.
author |
Robert McIntyre <rlm@mit.edu> |
date |
Fri, 28 Mar 2014 16:25:31 -0400 |
parents |
6b0f77df0e53 |
children |
|
rev |
line source |
rlm@421
|
1 % -*- Mode:TeX -*-
|
rlm@421
|
2 %% This file simply contains the commands that actually generate the table of
|
rlm@421
|
3 %% contents and lists of figures and tables. You can omit any or all of
|
rlm@421
|
4 %% these files by simply taking out the appropriate command. For more
|
rlm@421
|
5 %% information on these files, see appendix C.3.3 of the LaTeX manual.
|
rlm@421
|
6 \tableofcontents
|
rlm@421
|
7 \newpage
|
rlm@421
|
8 \listoffigures
|
rlm@421
|
9 \newpage
|
rlm@421
|
10 \listoftables
|
rlm@421
|
11
|