doc-isac/msteger/bakk-arbeit/thesis.tex
changeset 52107 f8845fc8f38d
parent 52056 f5d9bceb4dc0
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/doc-isac/msteger/bakk-arbeit/thesis.tex	Tue Sep 17 09:50:52 2013 +0200
     1.3 @@ -0,0 +1,72 @@
     1.4 +\documentclass[11pt]{report}
     1.5 +%\usepackage{ngerman}
     1.6 +\def\isac{${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}
     1.7 +\def\sisac{{\footnotesize${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}}
     1.8 +
     1.9 +\include{thesis-preamble}
    1.10 +
    1.11 +\begin{document}
    1.12 +
    1.13 +\lstset{               % set parameters for listings
    1.14 +  language=,
    1.15 +  basicstyle=\small,
    1.16 +  tabsize=2,
    1.17 +  xleftmargin=2mm,
    1.18 +  xrightmargin=2mm,
    1.19 +  float=htb,
    1.20 +  frame=shadowbox,
    1.21 +  framexleftmargin=2mm,
    1.22 +  rulesepcolor=\color{lightgrey},
    1.23 +  numbers=left,
    1.24 +  numberstyle=\scriptsize,
    1.25 +  extendedchars,
    1.26 +  breaklines,
    1.27 +  showtabs=false,
    1.28 +  showspaces=false,
    1.29 +  showstringspaces=false,
    1.30 +  keywordstyle=\bfseries,
    1.31 +  identifierstyle=\ttfamily,
    1.32 +  stringstyle=,
    1.33 +  captionpos=b,
    1.34 +  abovecaptionskip=\abovecaptionskip,
    1.35 +  belowcaptionskip=\belowcaptionskip,
    1.36 +  aboveskip=\floatsep,
    1.37 +}
    1.38 +
    1.39 +
    1.40 +%\frontmatter
    1.41 +\normalsize
    1.42 +\pagestyle{empty}            % for title pages
    1.43 +
    1.44 +\pagenumbering{alph}
    1.45 +\include{thesis-title}       % Title Pages, Abstracts, Pledge
    1.46 +\include{thesis-acknowl}     % Acknowledgements
    1.47 +\include{thesis-contents}    % Table of Contents, List of Figures, List of Tables
    1.48 +
    1.49 +
    1.50 +%\mainmatter
    1.51 +\pagestyle{fancy}               % for main pages
    1.52 +\pagenumbering{arabic}          % for main pages
    1.53 +
    1.54 +\include{thesis-intro}          % Introduction
    1.55 +\include{content}
    1.56 +% \include{your main files}
    1.57 +
    1.58 +%\include{thesis-conclusion}     % Conclusion and Future Work
    1.59 +
    1.60 +
    1.61 +\appendix
    1.62 +% \noappendicestocpagenum
    1.63 +% \addappheadtotoc
    1.64 +
    1.65 +\include{thesis-appendix}      % Appendix A
    1.66 +
    1.67 +
    1.68 +%\backmatter
    1.69 +\include{thesis-biblio}      % Bibliography
    1.70 +%%%\bibliographystyle{plain}
    1.71 +%%%\bibliography{master_thesis}
    1.72 +% \include{glossary}      % Glossary
    1.73 +% \include{index}         % Index
    1.74 +
    1.75 +\end{document}
    1.76 \ No newline at end of file