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