*** empty log message ***
authorrgradisc
Wed, 05 May 2004 22:25:02 +0200
changeset 1491c1caaca2c73d
parent 1490 23846c9549f0
child 1492 1f2e00ba0bb7
*** empty log message ***
doc/gradischnegg/da.tex
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/doc/gradischnegg/da.tex	Wed May 05 22:25:02 2004 +0200
     1.3 @@ -0,0 +1,74 @@
     1.4 +\documentclass[a4paper,11pt,oneside]{book}
     1.5 +\usepackage[latin1]{inputenc}
     1.6 +%\usepackage[T1]{fontenc}  %nur für spezielle Fonts notwendig
     1.7 +\usepackage[dvips]{graphicx}
     1.8 +\graphicspath{{images/}}   % wo liegen die Bilder?
     1.9 +\usepackage{hagenberg}
    1.10 +
    1.11 +\usepackage[ps2pdf,                %%% hyper-references for ps2pdf
    1.12 +  bookmarks=true,%                   %%% generate bookmarks ...
    1.13 +  %breaklinks=true,%                  %%% breaks lines, but links are very small
    1.14 +  hypertexnames=false,%              %%% needed for correct links to figures
    1.15 +  colorlinks=false,%                  %%% to underline links instead of boxing
    1.16 +  urlcolor=blue]{hyperref}           %%% blue instead of cyan URLS
    1.17 +
    1.18 +%-------------------------------------------
    1.19 +%Defininig fancy ISAC wordart
    1.20 +%-------------------------------------------
    1.21 +\def\isac{${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}
    1.22 +\def\sisac{{\footnotesize${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}}
    1.23 +
    1.24 +%--------------------------------------------------------------------------
    1.25 +\begin{document}
    1.26 +%--------------------------------------------------------------------------
    1.27 +
    1.28 +% Typ der Arbeit auswählen:
    1.29 +\diplomarbeit
    1.30 +
    1.31 +% Angaben für alle Arbeiten:
    1.32 +\title{Eine Java/SML Schnittstelle für \isac{} auf Basis von XML}
    1.33 +\author{Richard Gradischnegg}
    1.34 +\studiengang{Software Engineering}
    1.35 +\studienort{Hagenberg}
    1.36 +\abgabemonat{Juli} % Abgabemonat
    1.37 +\abgabejahr{2004}  % Abgabejahr
    1.38 +
    1.39 +%--------------------------------------------------------------------------
    1.40 +\frontmatter
    1.41 +\titelseite
    1.42 +\tableofcontents
    1.43 +%--------------------------------------------------------------------------
    1.44 +
    1.45 +\input{0_vorwort.tex}
    1.46 +\input{0_kurzfassung.tex}
    1.47 +\input{0_abstract.tex}
    1.48 +
    1.49 +%--------------------------------------------------------------------------
    1.50 +\mainmatter                        %Hauptteil (ab hier arab. Seitenzahlen)
    1.51 +%--------------------------------------------------------------------------
    1.52 +
    1.53 +\input{1_einleitung.tex}
    1.54 +\input{2_architektur.tex}
    1.55 +\input{3_implementierung.tex}
    1.56 +\input{4_zusammenfassung.tex}
    1.57 +
    1.58 +
    1.59 +%--------------------------------------------------------------------------
    1.60 +%Anhang
    1.61 +\appendix
    1.62 +%\input{anhang_a.tex}
    1.63 +%\input{anhang_b.tex}
    1.64 +
    1.65 +%--------------------------------------------------------------------------
    1.66 +
    1.67 +%Literaturverzeichnis
    1.68 +\clearpage \addcontentsline{toc}{chapter}{\bibname}
    1.69 +\bibliographystyle{gerabbrv} %gerplain, gerunsrt, geralpha, gerapali
    1.70 +\bibliography{literatur}     %BibTeX-File literatur.bib
    1.71 +
    1.72 +%--------------------------------------------------------------------------
    1.73 +
    1.74 +%Messbox zur Druckkontrolle
    1.75 +%\input{messbox.tex}
    1.76 +
    1.77 +\end{document}