summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tudscr/source/doc/examples/thesis.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tudscr/source/doc/examples/thesis.tex')
-rw-r--r--macros/latex/contrib/tudscr/source/doc/examples/thesis.tex37
1 files changed, 37 insertions, 0 deletions
diff --git a/macros/latex/contrib/tudscr/source/doc/examples/thesis.tex b/macros/latex/contrib/tudscr/source/doc/examples/thesis.tex
new file mode 100644
index 0000000000..5d88a8c2bd
--- /dev/null
+++ b/macros/latex/contrib/tudscr/source/doc/examples/thesis.tex
@@ -0,0 +1,37 @@
+\documentclass[ngerman,BCOR=4mm]{tudscrreprt}
+\ifpdftex{
+ \usepackage[T1]{fontenc}
+ \usepackage[ngerman=ngerman-x-latest]{hyphsubst}
+}{
+ \usepackage{fontspec}
+}
+\usepackage{babel}
+\usepackage{isodate}
+\begin{document}
+\faculty{Juristische Fakultät}
+\department{Fachrichtung Strafrecht}
+\institute{Institut für Kriminologie}
+\chair{Lehrstuhl für Kriminalprognose}
+\date{18.02.2015}
+\title{%
+ Entwicklung eines optimalen Verfahrens zur Eroberung des
+ Geldspeichers in Entenhausen
+}
+\subject{master}
+\graduation[M.Sc.]{Master of Science}
+\author{%
+ Mickey Mouse%
+ \matriculationnumber{12345678}%
+ \dateofbirth{2.1.1990}%
+ \placeofbirth{Dresden}%
+\and%
+ Donald Duck%
+ \matriculationnumber{87654321}%
+ \dateofbirth{1.2.1990}%
+ \placeofbirth{Berlin}%
+}
+\matriculationyear{2010}
+\supervisor{Dagobert Duck \and Mac Moneysac}
+\professor{Prof. Dr. Kater Karlo}
+\maketitle
+\end{document}