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[ \documentclass[
paper=9in:6in, paper=9in:6in,
DIV=calc, DIV=calc,
listof=totoc,
toc=bib,
]{scrbook} ]{scrbook}
\title{A Modern Architecture for High-Level Constraint Modelling Languages} \title{A Modern Architecture for High-Level Constraint Modelling Languages}
@ -47,6 +49,11 @@ following publication:
\backmatter{} \backmatter{}
\printbibliography{} \printbibliography{}
% \tableofcontents{}
% \addcontentsline{toc}{chapter}{Contents}
% \listoffigures{}
% \listoftables{}
% \listoflistings{}
\printglossary[type=\acronymtype]{} \printglossary[type=\acronymtype]{}
\renewcommand{\glsnamefont}[1]{\titlecap{#1}} \renewcommand{\glsnamefont}[1]{\titlecap{#1}}