doc-isac/msteger/bakk-arbeit/thesis-contents.tex
author Walther Neuper <neuper@ist.tugraz.at>
Tue, 17 Sep 2013 09:50:52 +0200
changeset 52107 f8845fc8f38d
parent 52056 src/Doc/isac/msteger/bakk-arbeit/thesis-contents.tex@f5d9bceb4dc0
permissions -rw-r--r--
separated Isac documentation (~~/doc-isac) from Isabelle documentation (~~/src/Doc)
     1 {
     2 \setlength{\parskip}{3pt plus 3pt minus 3pt} % compact table of contents
     3 
     4 \tableofcontents
     5 
     6 \listoffigures
     7 %\addcontentsline{toc}{chapter}{List of Figures}
     8 
     9 {
    10 % format sections to chapters for this scope
    11 \titleformat{\section}{\bf\huge}{\thesection\quad}{0em}{}
    12 \titlespacing*{\section}{0em}{-2em}{1.5em}
    13 \def\chapter*#1{\section*{#1}}
    14 
    15 %\vspace*{20mm}
    16 %\listoftables
    17 %%\addcontentsline{toc}{chapter}{List of Tables}
    18 %
    19 %\vspace*{20mm}
    20 %\lstlistoflistings
    21 %%\addcontentsline{toc}{chapter}{List of Listings}
    22 
    23 }
    24 }
    25