summaryrefslogtreecommitdiff
path: root/LaTeX/diplomarbeit.tex
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-06-03 18:42:50 +0000
committerPaul Buetow <paul@buetow.org>2008-06-03 18:42:50 +0000
commit1c1f7fdcc8d4fb612fc5b6578c8333c1ed62d982 (patch)
treec2c5bb8a398d30bf47803617c324986f94869347 /LaTeX/diplomarbeit.tex
parentadf861c3d53d32018c6bd5cc0c331a4d541ab4e9 (diff)
initial latex
Diffstat (limited to 'LaTeX/diplomarbeit.tex')
-rw-r--r--LaTeX/diplomarbeit.tex52
1 files changed, 52 insertions, 0 deletions
diff --git a/LaTeX/diplomarbeit.tex b/LaTeX/diplomarbeit.tex
new file mode 100644
index 0000000..ee72084
--- /dev/null
+++ b/LaTeX/diplomarbeit.tex
@@ -0,0 +1,52 @@
+%
+% 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 {Diploma Thesis}
+\subtitle { T E M P L A T E }
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% setup document structure
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\begin{document}
+\input{chapters/titlepage}
+\input{chapters/introduction}
+\input{chapters/conclusion}
+
+\appendix
+
+\input{chapters/appendix-a}
+\input{chapters/appendix-b}
+
+\bibliographystyle{alpha}
+\bibliography{bib/references}
+%\printindex
+\end{document}
+
+%
+% EOF
+%
+