s1210629013@55404: \documentclass[master,english]{hgbthesis} s1210629013@55404: % Zulässige Class Options: s1210629013@55404: % Typ der Arbeit: diplom, master (default), bachelor, praktikum s1210629013@55404: % Hauptsprache: german (default), english s1210629013@55404: %%------------------------------------------------------------ s1210629013@55404: s1210629013@55404: \graphicspath{{images/}} % wo liegen die Bilder? s1210629013@55404: \bibliography{literature} % Angabe der BibTeX-Datei, % utf8-change s1210629013@55404: s1210629013@55404: \newcommand{\isac}{${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$} s1210629013@55404: \def\sisac{{\footnotesize${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}} s1210629013@55404: \newcommand{\isabelle}{{\it Isabelle}} s1210629013@55404: s1210629013@55404: %%%---------------------------------------------------------- s1210629013@55404: \begin{document} s1210629013@55404: %%%---------------------------------------------------------- s1210629013@55404: s1210629013@55404: % Einträge für ALLE Arbeiten: -------------------------------- s1210629013@55404: \title{Introducing Parallelism and Concurrency in an Educational Mathematics System using Functional Programming} s1210629013@55404: \author{Mathias Lehnfeld} s1210629013@55404: \studiengang{Interactive Media} s1210629013@55404: \studienort{Hagenberg} s1210629013@55404: \abgabedatum{2014}{06}{18} % {YYYY}{MM}{DD} s1210629013@55404: \betreuer{Mag. Volker Christian} % oder \betreuerin{..} s1210629013@55404: \betreuer{Dr. Walther Neuper} % oder \betreuerin{..} s1210629013@55404: \firma{ s1210629013@55404: Institut für Informationssysteme und Computer Medien (IICM)\\ s1210629013@55404: Fakultät für Informatik - Technische Universität Graz\\ s1210629013@55404: \\ s1210629013@55404: Inffeldgasse 16c\\ s1210629013@55404: 8010 Graz - Österreich - Europa s1210629013@55404: } s1210629013@55404: s1210629013@55404: %%%---------------------------------------------------------- s1210629013@55404: \frontmatter s1210629013@55404: \maketitle s1210629013@55404: \tableofcontents s1210629013@55404: %%%---------------------------------------------------------- s1210629013@55404: s1210629013@55404: % \include{declaration} s1210629013@55404: \include{preface} s1210629013@55404: \include{abstract} s1210629013@55404: \include{kurzfassung} s1210629013@55404: s1210629013@55404: %%%---------------------------------------------------------- s1210629013@55404: \mainmatter % Hauptteil (ab hier arab. Seitenzahlen) s1210629013@55404: %%%---------------------------------------------------------- s1210629013@55404: s1210629013@55404: \include{introduction} s1210629013@55404: \include{fundamentals} s1210629013@55404: \include{funproglangs_mcsystems} s1210629013@55404: \include{isabelle_isac} s1210629013@55404: \include{conclusion} s1210629013@55404: s1210629013@55404: %%%---------------------------------------------------------- s1210629013@55404: %%%Anhang s1210629013@55404: \appendix s1210629013@55404: \include{appendix_a} s1210629013@55404: s1210629013@55404: %%%---------------------------------------------------------- s1210629013@55404: \MakeBibliography s1210629013@55404: %%%---------------------------------------------------------- s1210629013@55404: s1210629013@55404: %%%Messbox zur Druckkontrolle s1210629013@55404: \include{messbox} s1210629013@55404: s1210629013@55404: \end{document}