Skip to content
Snippets Groups Projects
Commit a224c7ba authored by Johannes Mey's avatar Johannes Mey
Browse files

update the template to work with the latest texlive/tudscr

parent fafcdf0e
No related branches found
No related tags found
No related merge requests found
% the following command is only required if the thesis is written in german
\RequirePackage[ngerman=ngerman-x-latest]{hyphsubst} \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[T1]{fontenc}
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
% opensans - see here: https://github.com/tud-cd/tudscr/issues/28
\usepackage[default]{opensans}
\usepackage[ngerman]{babel} \usepackage[ngerman]{babel}
\usepackage{isodate} \usepackage{isodate}
...@@ -23,12 +24,6 @@ ...@@ -23,12 +24,6 @@
\usepackage[hidelinks]{hyperref} % makes all links clickable but hides ugly boxes \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[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} \usepackage[colorinlistoftodos,prependcaption,textsize=tiny]{todonotes}
...@@ -45,8 +40,7 @@ ...@@ -45,8 +40,7 @@
\usepackage{blindtext} \usepackage{blindtext}
\usepackage{scrhack} %\usepackage{tudscrsupervisor} % if you want to copy the sources of the task description into the thesis
\usepackage{tudscrsupervisor}
\usepackage{csquotes} \usepackage{csquotes}
...@@ -93,22 +87,31 @@ ...@@ -93,22 +87,31 @@
Entwicklung eines optimalen Verfahrens zur Eroberung des Entwicklung eines optimalen Verfahrens zur Eroberung des
Geldspeichers in Entenhausen Geldspeichers in Entenhausen
} }
\thesis{bachelor}
\graduation[B.Sc.]{Bachelor of Science} %% for a bachelor thesis
\author{ %\thesis{bachelor}
% %\graduation[B.Sc.]{Bachelor of Science}
Mickey Mouse
% % 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} \matriculationnumber{12345678}
% \matriculationyear{2016}
\dateofbirth{2.1.1990} \dateofbirth{1.1.1990}
%
\placeofbirth{Dresden} \placeofbirth{Dresden}
} %\discipline{Distributed Systems Engineering}
\matriculationyear{2010}
\course{Distributed Systems Engineering}
\supervisor{% \supervisor{%
Dipl.-Inf. ABC XYZ% Dipl.-Inf. ABC XYZ%
\and Dr. Thomas Kühn%
\and Dr. Sebastian Götz% \and Dr. Sebastian Götz%
} }
\professor{Prof. Dr. rer. nat habil. Uwe Aßmann} \professor{Prof. Dr. rer. nat habil. Uwe Aßmann}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment