blob: 992029314b0e8197346d041780874e27026ef05a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
\setcounter{secnumdepth}{3}
% Set to 1, suggested by Alexandru
\setcounter{tocdepth}{1}
% This is so that we can fit the entire TOC on one page
\newgeometry{height=22cm, a4paper, hmargin={2in, 0.25in}, vmargin={1in, 1.65cm}}
% Curcial for the bottom margin to remain 1.65 cm
\thispagestyle{empty}
{\small\tableofcontents}
\restoregeometry
\clearpage
\listoffigures
\clearpage
\listoftables
\newpage
% Restores to normal numbers.
\pagenumbering{arabic}
|