From 0bb8c4da8daf62c98420804e99bc6a1468c6b68f Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Mon, 22 Feb 2021 16:17:03 +1100 Subject: [PATCH] Add table of contents possibilities --- dekker_thesis.tex | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dekker_thesis.tex b/dekker_thesis.tex index 3438b31..fa8ecc0 100644 --- a/dekker_thesis.tex +++ b/dekker_thesis.tex @@ -2,6 +2,8 @@ \documentclass[ paper=9in:6in, DIV=calc, +listof=totoc, +toc=bib, ]{scrbook} \title{A Modern Architecture for High-Level Constraint Modelling Languages} @@ -47,6 +49,11 @@ following publication: \backmatter{} \printbibliography{} +% \tableofcontents{} +% \addcontentsline{toc}{chapter}{Contents} +% \listoffigures{} +% \listoftables{} +% \listoflistings{} \printglossary[type=\acronymtype]{} \renewcommand{\glsnamefont}[1]{\titlecap{#1}}