Add table of contents possibilities
This commit is contained in:
parent
ab6adde55c
commit
0bb8c4da8d
@ -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}}
|
||||||
|
Reference in New Issue
Block a user