diff --git a/thesis.tex b/thesis.tex index 009193336655d4f78f4c01725d20957f98468e2d..eb9be42a164ee1e71b2c35d838eb2e242841f03e 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,10 +1,11 @@ +% the following command is only required if the thesis is written in german \RequirePackage[ngerman=ngerman-x-latest]{hyphsubst} -\documentclass[ngerman,BCOR=1.5cm,cdfont=false,cdfont=nodin,twoside]{tudscrreprt} + +% change to english for english theses +\documentclass[ngerman,BCOR=1.5cm,twoside]{tudscrreprt} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} -% opensans - see here: https://github.com/tud-cd/tudscr/issues/28 -\usepackage[default]{opensans} \usepackage[ngerman]{babel} \usepackage{isodate} @@ -23,12 +24,6 @@ \usepackage[hidelinks]{hyperref} % makes all links clickable but hides ugly boxes \usepackage[capitalise,nameinlink,noabbrev]{cleveref} % automatically inserts Fig. X in the text with \cref{..} -%\usepackage{cleveref} -\renewcommand{\chapterautorefname}{Kapitel} -\renewcommand{\sectionautorefname}{Abschnitt} -\renewcommand{\subsectionautorefname}{Abschnitt} -\renewcommand{\figureautorefname}{Abbildung} -\newcommand{\algorithmautorefname}{Algorithmus} \usepackage[colorinlistoftodos,prependcaption,textsize=tiny]{todonotes} @@ -45,8 +40,7 @@ \usepackage{blindtext} -\usepackage{scrhack} -\usepackage{tudscrsupervisor} +%\usepackage{tudscrsupervisor} % if you want to copy the sources of the task description into the thesis \usepackage{csquotes} @@ -93,22 +87,31 @@ Entwicklung eines optimalen Verfahrens zur Eroberung des Geldspeichers in Entenhausen } -\thesis{bachelor} -\graduation[B.Sc.]{Bachelor of Science} -\author{ - % - Mickey Mouse - % - \matriculationnumber{12345678} - % - \dateofbirth{2.1.1990} - % - \placeofbirth{Dresden} -} -\matriculationyear{2010} + +%% for a bachelor thesis +%\thesis{bachelor} +%\graduation[B.Sc.]{Bachelor of Science} + +% for a master thesis +\thesis{master} +\graduation[M.Sc.]{Master of Science} + +% for a diploma thesis +%\thesis{diploma} +%\graduation[Dipl.Inf.]{Diplom-Informatiker} + +\author{Mickey Mouse} +\emailaddress[]{mickey.mouse@tu-dresden.de} +\matriculationnumber{12345678} +\matriculationyear{2016} +\dateofbirth{1.1.1990} +\placeofbirth{Dresden} +%\discipline{Distributed Systems Engineering} + +\course{Distributed Systems Engineering} + \supervisor{% Dipl.-Inf. ABC XYZ% - \and Dr. Thomas Kühn% \and Dr. Sebastian Götz% } \professor{Prof. Dr. rer. nat habil. Uwe Aßmann}