Add table of contents possibilities

This commit is contained in:
Jip J. Dekker 2021-02-22 16:17:03 +11:00
parent ab6adde55c
commit 0bb8c4da8d
No known key found for this signature in database
GPG Key ID: 517DF4A00618C9C3

View File

@ -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}}