Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Thesis Template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Domanowski
Thesis Template
Commits
a224c7ba
Commit
a224c7ba
authored
5 years ago
by
Johannes Mey
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
thesis.tex
+28
-25
28 additions, 25 deletions
thesis.tex
with
28 additions
and
25 deletions
thesis.tex
+
28
−
25
View file @
a224c7ba
% 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
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment