We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c73d29 commit c964f30Copy full SHA for c964f30
_extensions/polyu-thesis/partials/before-body.tex
@@ -50,13 +50,19 @@ \chapter*{Acknowledgements}
50
\cleardoublepage
51
52
%% Table of Contents
53
+\def\contentsname{Table of Contents}
54
+\pdfbookmark[0]{Table of Contents}{Table of Contents}
55
\setcounter{tocdepth}{2} % define depth of toc
56
\tableofcontents % display table of contents
57
58
59
+\def\listfigurename{List of Figures}
60
+\pdfbookmark[0]{List of Figures}{List of Figures}
61
\listoffigures
62
63
64
+\def\listtablename{List of Tables}
65
+\pdfbookmark[0]{List of Tables}{List of Tables}
66
\listoftables
67
68
0 commit comments