doc-isac/msteger/bakk-arbeit/thesis.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.tex@f5d9bceb4dc0
permissions -rw-r--r--
separated Isac documentation (~~/doc-isac) from Isabelle documentation (~~/src/Doc)
     1 \documentclass[11pt]{report}
     2 %\usepackage{ngerman}
     3 \def\isac{${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}
     4 \def\sisac{{\footnotesize${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}}
     5 
     6 \include{thesis-preamble}
     7 
     8 \begin{document}
     9 
    10 \lstset{               % set parameters for listings
    11   language=,
    12   basicstyle=\small,
    13   tabsize=2,
    14   xleftmargin=2mm,
    15   xrightmargin=2mm,
    16   float=htb,
    17   frame=shadowbox,
    18   framexleftmargin=2mm,
    19   rulesepcolor=\color{lightgrey},
    20   numbers=left,
    21   numberstyle=\scriptsize,
    22   extendedchars,
    23   breaklines,
    24   showtabs=false,
    25   showspaces=false,
    26   showstringspaces=false,
    27   keywordstyle=\bfseries,
    28   identifierstyle=\ttfamily,
    29   stringstyle=,
    30   captionpos=b,
    31   abovecaptionskip=\abovecaptionskip,
    32   belowcaptionskip=\belowcaptionskip,
    33   aboveskip=\floatsep,
    34 }
    35 
    36 
    37 %\frontmatter
    38 \normalsize
    39 \pagestyle{empty}            % for title pages
    40 
    41 \pagenumbering{alph}
    42 \include{thesis-title}       % Title Pages, Abstracts, Pledge
    43 \include{thesis-acknowl}     % Acknowledgements
    44 \include{thesis-contents}    % Table of Contents, List of Figures, List of Tables
    45 
    46 
    47 %\mainmatter
    48 \pagestyle{fancy}               % for main pages
    49 \pagenumbering{arabic}          % for main pages
    50 
    51 \include{thesis-intro}          % Introduction
    52 \include{content}
    53 % \include{your main files}
    54 
    55 %\include{thesis-conclusion}     % Conclusion and Future Work
    56 
    57 
    58 \appendix
    59 % \noappendicestocpagenum
    60 % \addappheadtotoc
    61 
    62 \include{thesis-appendix}      % Appendix A
    63 
    64 
    65 %\backmatter
    66 \include{thesis-biblio}      % Bibliography
    67 %%%\bibliographystyle{plain}
    68 %%%\bibliography{master_thesis}
    69 % \include{glossary}      % Glossary
    70 % \include{index}         % Index
    71 
    72 \end{document}