doc/gradischnegg/da.tex
author Walther Neuper <walther.neuper@jku.at>
Tue, 22 Sep 2020 14:33:32 +0200
changeset 5238 d9f9cfd09b0f
parent 1779 6507241d49f5
permissions -rw-r--r--
pdflatex on old theses

required by old "latex", might have broken little details
     1 \documentclass[a4paper,11pt,oneside]{book}
     2 \usepackage[latin1]{inputenc}
     3 %\usepackage[T1]{fontenc}  %nur für spezielle Fonts notwendig
     4 \usepackage[dvips]{graphicx}
     5 
     6 \usepackage{hagenberg}
     7 \usepackage{ifthen}
     8 
     9 %\usepackage[ps2pdf,                %%% hyper-references for ps2pdf
    10 %  bookmarks=true,%                   %%% generate bookmarks ...
    11 %  %breaklinks=true,%                  %%% breaks lines, but links are very small
    12 %  hypertexnames=false,%              %%% needed for correct links to figures
    13 %  colorlinks=false,%                  %%% to underline links instead of boxing
    14 %  urlcolor=blue]{hyperref}           %%% blue instead of cyan URLS
    15   
    16 
    17 % search for PDF compatible graphics formats
    18 \DeclareGraphicsExtensions{.pdf,.jpg,.png,.tif,.tiff}
    19 
    20 \graphicspath{{images/}}   % wo liegen die Bilder?
    21 
    22 %-------------------------------------------
    23 %Defininig fancy ISAC wordart
    24 %-------------------------------------------
    25 \def\isac{${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}
    26 % Arrow for Appendix "List of terms"
    27 \def\see{$\rightarrow$}  
    28 \chardef\bslash=`\\
    29 \gdef\packagename{}
    30 \gdef\classname{}
    31 
    32 %\sloppy
    33 \renewcommand{\baselinestretch}{1.23}\normalsize
    34 
    35 %--------------------------------------------------------------------------
    36 \begin{document}
    37 %--------------------------------------------------------------------------
    38 
    39 % Typ der Arbeit auswählen:
    40 \diplomarbeit
    41 
    42 % Angaben für alle Arbeiten:
    43 \title{Eine Java/SML Schnittstelle für das Mathematik-Lernsystem \isac{} auf Basis von XML}
    44 \author{Richard Gradischnegg}
    45 \studiengang{Software Engineering}
    46 \studienort{Hagenberg}
    47 \abgabemonat{September} % Abgabemonat
    48 \abgabejahr{2004}  % Abgabejahr
    49 
    50 %--------------------------------------------------------------------------
    51 \frontmatter
    52 \titelseite
    53 \tableofcontents
    54 %--------------------------------------------------------------------------
    55 
    56 \input{0_vorwort.tex}
    57 \input{0_kurzfassung.tex}
    58 \input{0_abstract.tex}
    59 
    60 %--------------------------------------------------------------------------
    61 \mainmatter                        %Hauptteil (ab hier arab. Seitenzahlen)
    62 %--------------------------------------------------------------------------
    63 
    64 \input{1_einleitung.tex}
    65 \input{2_voraussetzungen.tex}
    66 \input{3_architektur.tex}
    67 \input{4_implementierung.tex}
    68 \input{5_zusammenfassung.tex}
    69 
    70 
    71 %--------------------------------------------------------------------------
    72 %Anhang
    73 \appendix
    74 \input{app_a_glossar.tex}
    75 \input{app_b_inhalt_cd.tex}
    76 %\input{app_c_javadoc.tex}
    77 
    78 %--------------------------------------------------------------------------
    79 
    80 %Literaturverzeichnis
    81 \clearpage \addcontentsline{toc}{chapter}{\bibname}
    82 \bibliographystyle{gerabbrv} %gerplain, gerunsrt, geralpha, gerapali
    83 \bibliography{literatur}     %BibTeX-File literatur.bib
    84 
    85 %--------------------------------------------------------------------------
    86 
    87 %Messbox zur Druckkontrolle
    88 %\input{messbox.tex}
    89 
    90 \end{document}