doc/hochreiter/thesis_main.tex
author mhochrei
Tue, 04 May 2004 14:47:25 +0200
changeset 1479 34458271360c
parent 1459 910f09367599
child 1480 7b1a43506b68
permissions -rwxr-xr-x
changed bibliography style from plain to alpha
mhochrei@1453
     1
\documentclass[a4paper,12pt,oneside]{book}
mhochrei@1453
     2
\usepackage[latin1]{inputenc}
mhochrei@1453
     3
%\usepackage[T1]{fontenc}  %nur für spezielle Fonts notwendig
mhochrei@1453
     4
\usepackage[dvips]{graphicx}
mhochrei@1459
     5
\usepackage{lineno}
mhochrei@1453
     6
\graphicspath{{images/}}   % wo liegen die Bilder?
mhochrei@1453
     7
\usepackage{hagenberg}
mhochrei@1453
     8
\usepackage[active]{srcltx} %Wichtig!!! \include statt \input verwenden
mhochrei@1453
     9
mhochrei@1453
    10
mhochrei@1453
    11
\usepackage[ps2pdf,                %%% hyper-references for ps2pdf
mhochrei@1453
    12
  bookmarks=true,%                   %%% generate bookmarks ...
mhochrei@1453
    13
  breaklinks=true,%                  %%% breaks lines, but links are very small
mhochrei@1453
    14
  hypertexnames=false,%              %%% needed for correct links to figures
mhochrei@1453
    15
  colorlinks=false,%                  %%% to underline links instead of boxing
mhochrei@1453
    16
  urlcolor=blue]{hyperref}           %%% blue instead of cyan URLS
mhochrei@1453
    17
mhochrei@1453
    18
%ISAC Logo und \see für List of Terms
mhochrei@1453
    19
\def\isac{${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}
mhochrei@1453
    20
\def\sisac{{\footnotesize${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}}
mhochrei@1453
    21
% Arrow for Appendix "List of terms"
mhochrei@1453
    22
\def\see{$\rightarrow$}  
mhochrei@1453
    23
% nodes for tree display
mhochrei@1453
    24
\def\nod{$\backslash\_\mkern-1mu\_\mkern-1mu\_\;$}
mhochrei@1453
    25
  
mhochrei@1453
    26
%PDF Informationen
mhochrei@1453
    27
\hypersetup{
mhochrei@1453
    28
  pdfauthor = {Mario Hochreiter},
mhochrei@1453
    29
  pdftitle = {Design and Implementation of a Graphical User Interface for the Math-Learning-System \isac},
mhochrei@1453
    30
  pdfsubject = {Master Thesis},
mhochrei@1453
    31
  pdfcreator = {LaTeX with hyperref package},
mhochrei@1453
    32
  pdfproducer = {dvips + ps2pdf}
mhochrei@1453
    33
}
mhochrei@1453
    34
mhochrei@1453
    35
%\setcounter{secnumdepth}{3} %damint werden suubsubsections nummeriert
mhochrei@1453
    36
%\setcounter{tocdepth}{3} %und damit auch in das TOOC mitaufgenommen
mhochrei@1453
    37
%--------------------------------------------------------------------------
mhochrei@1453
    38
\begin{document}
mhochrei@1453
    39
%--------------------------------------------------------------------------
mhochrei@1453
    40
mhochrei@1453
    41
% Typ der Arbeit auswählen:
mhochrei@1453
    42
\diplomarbeit
mhochrei@1453
    43
mhochrei@1453
    44
% Angaben für alle Arbeiten:
mhochrei@1453
    45
\title{Design and Implementation of a Graphical User Interface for the Math-Learning-System \isac}
mhochrei@1453
    46
\author{Mario Hochreiter}
mhochrei@1453
    47
\studiengang{Software Engineering}
mhochrei@1453
    48
\studienort{Hagenberg}
mhochrei@1453
    49
\abgabemonat{Juli} % Abgabemonat
mhochrei@1453
    50
\abgabejahr{2004}  % Abgabejahr
mhochrei@1453
    51
mhochrei@1453
    52
%--------------------------------------------------------------------------
mhochrei@1453
    53
\frontmatter
mhochrei@1453
    54
\titelseite
mhochrei@1453
    55
\begin{english}
mhochrei@1453
    56
\tableofcontents
mhochrei@1453
    57
%--------------------------------------------------------------------------
mhochrei@1453
    58
mhochrei@1453
    59
\include{0_foreword}
mhochrei@1453
    60
\end{english}
mhochrei@1453
    61
\include{0_kurzfassung}
mhochrei@1453
    62
\begin{english}
mhochrei@1453
    63
\include{0_abstract}
mhochrei@1453
    64
\end{english}
mhochrei@1453
    65
mhochrei@1453
    66
mhochrei@1453
    67
mhochrei@1453
    68
%--------------------------------------------------------------------------
mhochrei@1453
    69
\mainmatter                        %Hauptteil (ab hier arab. Seitenzahlen)
mhochrei@1453
    70
%--------------------------------------------------------------------------
mhochrei@1453
    71
\begin{english}
mhochrei@1459
    72
\begin{linenumbers}
mhochrei@1453
    73
\include{1_introduction}
mhochrei@1453
    74
\include{2_requirements}
mhochrei@1453
    75
% \include{3_usability} %Noch nicht fix ob es da ein Eigenes Kapitel dafür geben wird!
mhochrei@1453
    76
\include{5_technologies}
mhochrei@1453
    77
\include{4_design}
mhochrei@1453
    78
\include{6_implementation}
mhochrei@1453
    79
\include{7_conclusion}
mhochrei@1453
    80
mhochrei@1453
    81
%--------------------------------------------------------------------------
mhochrei@1453
    82
%Anhang
mhochrei@1453
    83
\appendix
mhochrei@1453
    84
%\include{a_terms}
mhochrei@1453
    85
mhochrei@1453
    86
%--------------------------------------------------------------------------
mhochrei@1453
    87
mhochrei@1453
    88
%Literaturverzeichnis
mhochrei@1453
    89
\clearpage \addcontentsline{toc}{chapter}{\bibname}
mhochrei@1479
    90
\bibliographystyle{alpha} %gerplain, gerunsrt, geralpha, gerapali
mhochrei@1453
    91
\bibliography{bibtex}     %BibTeX-File bibtex.bib
mhochrei@1459
    92
\end{linenumbers}
mhochrei@1453
    93
%--------------------------------------------------------------------------
mhochrei@1453
    94
mhochrei@1453
    95
%Messbox zur Druckkontrolle
mhochrei@1453
    96
%\input{messbox.tex}
mhochrei@1453
    97
\end{english}
mhochrei@1453
    98
\end{document}