diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/tudscr/doc/examples/thesis.tex')
-rw-r--r-- | Master/texmf-dist/source/latex/tudscr/doc/examples/thesis.tex | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/tudscr/doc/examples/thesis.tex b/Master/texmf-dist/source/latex/tudscr/doc/examples/thesis.tex new file mode 100644 index 00000000000..cbdeac883b7 --- /dev/null +++ b/Master/texmf-dist/source/latex/tudscr/doc/examples/thesis.tex @@ -0,0 +1,34 @@ +\RequirePackage[ngerman=ngerman-x-latest]{hyphsubst} +\documentclass[ngerman,BCOR=4mm]{tudscrreprt} +\usepackage{selinput}\SelectInputMappings{adieresis={ä},germandbls={ß}} +\usepackage[T1]{fontenc} +\usepackage{babel} +\usepackage{isodate} +\begin{document} +\faculty{Juristische Fakultät} +\department{Fachrichtung Strafrecht} +\institute{Institut für Kriminologie} +\chair{Lehrstuhl für Kriminalprognose} +\date{16.12.2014} +\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} |