summaryrefslogtreecommitdiff
path: root/LaTeX/diplomarbeit.tex
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-08-24 23:49:11 +0000
committerPaul Buetow <paul@buetow.org>2008-08-24 23:49:11 +0000
commit8136eac3bda1192646f8e464dd50bd11d82fa080 (patch)
treefdc03cbe30c51b621f57ffcb5f1cff20f513d072 /LaTeX/diplomarbeit.tex
parent366112998354a75975bc82be0915067ef7eb7292 (diff)
moved stuff
Diffstat (limited to 'LaTeX/diplomarbeit.tex')
-rw-r--r--LaTeX/diplomarbeit.tex54
1 files changed, 0 insertions, 54 deletions
diff --git a/LaTeX/diplomarbeit.tex b/LaTeX/diplomarbeit.tex
deleted file mode 100644
index 00a5f77..0000000
--- a/LaTeX/diplomarbeit.tex
+++ /dev/null
@@ -1,54 +0,0 @@
-%
-% Diploma thesis template 2005
-%
-% author: lukas.silberbauer(at)gmx.at
-% based upon "Diplomarbeit mit LaTeX" by Tobias Erbsland
-%
-% published under the terms of
-%
-% ----------------------------------------------------------------------------
-% "THE BEER-WARE LICENSE":
-% <lukas.silberbauer(at)gmx.at> wrote this file. As long as you retain this
-% notice you can do whatever you want with this stuff. If we meet some day,
-% and you thinkthis stuff is worth it, you can buy me a beer in return.
-% ----------------------------------------------------------------------------
-%
-
-\input{chapters/header}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%
-% define variables used on titlepage
-%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-\maintitle {Objektorientierte Entwicklung eines GUI-basierten Tools f\"{u}r die ereignisbasierte Simulation verteilter Systeme}
-\subtitle { ~ }
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%
-% setup document structure
-%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-\begin{document}
-\input{chapters/titelseite}
-\input{chapters/einleitung}
-\input{chapters/simulator}
-\input{chapters/protokolle}
-\input{chapters/implementierung}
-\input{chapters/ausblick}
-
-\appendix
-
-\input{chapters/anhang-a}
-
-\bibliographystyle{alpha}
-\bibliography{bib/referenzen}
-%\printindex
-\end{document}
-
-%
-% EOF
-%
-