doc-src/isac/msteger/bakk-arbeit/thesis-contents.tex
author Walther Neuper <neuper@ist.tugraz.at>
Tue, 28 Jun 2011 17:08:22 +0200
branchdecompose-isar
changeset 42070 322bc326d094
child 42072 43e00b47ae9d
permissions -rw-r--r--
tuned
     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