summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contents.tex7
-rw-r--r--main.tex1
2 files changed, 8 insertions, 0 deletions
diff --git a/contents.tex b/contents.tex
new file mode 100644
index 0000000..21da85b
--- /dev/null
+++ b/contents.tex
@@ -0,0 +1,7 @@
+\cleardoublepage
+\bookmarksetupnext{level=section,italic}
+\pdfbookmark{\contentsname}{contents}
+\begingroup
+\hypersetup{hidelinks}
+\tableofcontents
+\endgroup
diff --git a/main.tex b/main.tex
index 15d73e5..2ccd749 100644
--- a/main.tex
+++ b/main.tex
@@ -2,4 +2,5 @@
%\includeonly{titlepage}
\begin{document}
\include{titlepage}
+\include{contents}
\end{document}