diff options
Diffstat (limited to 'main/chapter00.tex')
| -rw-r--r-- | main/chapter00.tex | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/main/chapter00.tex b/main/chapter00.tex index d309051..c96a1b6 100644 --- a/main/chapter00.tex +++ b/main/chapter00.tex @@ -73,14 +73,20 @@ %\include{formales/blockfigures} \newpage +% Print default index +\phantomsection
+\addcontentsline{toc}{chapter}{Index}
+\printindex +\newpage + % List of Figures -%\phantomsection +\phantomsection \addcontentsline{toc}{chapter}{\listfigurename} \listoffigures \newpage % List of Tables -%\phantomsection +\phantomsection \addcontentsline{toc}{chapter}{\listtablename} \listoftables \newpage |
