neuper@42070: \documentclass[11pt]{report} neuper@42070: %\usepackage{ngerman} neuper@42070: \def\isac{${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$} neuper@42070: \def\sisac{{\footnotesize${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}} neuper@42070: neuper@42070: \include{thesis-preamble} neuper@42070: neuper@42070: \begin{document} neuper@42070: neuper@42070: \lstset{ % set parameters for listings neuper@42070: language=, neuper@42070: basicstyle=\small, neuper@42070: tabsize=2, neuper@42070: xleftmargin=2mm, neuper@42070: xrightmargin=2mm, neuper@42070: float=htb, neuper@42070: frame=shadowbox, neuper@42070: framexleftmargin=2mm, neuper@42070: rulesepcolor=\color{lightgrey}, neuper@42070: numbers=left, neuper@42070: numberstyle=\scriptsize, neuper@42070: extendedchars, neuper@42070: breaklines, neuper@42070: showtabs=false, neuper@42070: showspaces=false, neuper@42070: showstringspaces=false, neuper@42070: keywordstyle=\bfseries, neuper@42070: identifierstyle=\ttfamily, neuper@42070: stringstyle=, neuper@42070: captionpos=b, neuper@42070: abovecaptionskip=\abovecaptionskip, neuper@42070: belowcaptionskip=\belowcaptionskip, neuper@42070: aboveskip=\floatsep, neuper@42070: } neuper@42070: neuper@42070: neuper@42070: %\frontmatter neuper@42070: \normalsize neuper@42070: \pagestyle{empty} % for title pages neuper@42070: neuper@42070: \pagenumbering{alph} neuper@42070: \include{thesis-title} % Title Pages, Abstracts, Pledge neuper@42070: \include{thesis-acknowl} % Acknowledgements neuper@42070: \include{thesis-contents} % Table of Contents, List of Figures, List of Tables neuper@42070: neuper@42070: neuper@42070: %\mainmatter neuper@42070: \pagestyle{fancy} % for main pages neuper@42070: \pagenumbering{arabic} % for main pages neuper@42070: neuper@42070: \include{thesis-intro} % Introduction neuper@42070: \include{content} neuper@42070: % \include{your main files} neuper@42070: neuper@42070: %\include{thesis-conclusion} % Conclusion and Future Work neuper@42070: neuper@42070: neuper@42070: \appendix neuper@42070: % \noappendicestocpagenum neuper@42070: % \addappheadtotoc neuper@42070: neuper@42070: \include{thesis-appendix} % Appendix A neuper@42070: neuper@42070: neuper@42070: %\backmatter neuper@42070: \include{thesis-biblio} % Bibliography neuper@42072: %%%\bibliographystyle{plain} neuper@42072: %%%\bibliography{master_thesis} neuper@42070: % \include{glossary} % Glossary neuper@42070: % \include{index} % Index neuper@42070: neuper@42070: \end{document}