Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Thesis Template - German
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
Container registry
Model registry
Operate
Environments
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
stgroup
misc
latex-templates
Thesis Template - German
Commits
c17127e0
Commit
c17127e0
authored
6 years ago
by
Carl Mai
Browse files
Options
Downloads
Patches
Plain Diff
more example text, show how math works etc.
parent
e4fc9b9f
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
+61
-15
61 additions, 15 deletions
thesis.tex
with
61 additions
and
15 deletions
thesis.tex
+
61
−
15
View file @
c17127e0
...
...
@@ -2,11 +2,25 @@
\documentclass
[ngerman,BCOR=8mm,cdfont=false,cdfont=nodin]
{
tudscrreprt
}
\usepackage
[T1]
{
fontenc
}
\usepackage
[utf8]
{
inputenc
}
% opensans - see here: https://github.com/tud-cd/tudscr/issues/28
\usepackage
[default]
{
opensans
}
\usepackage
{
babel
}
\usepackage
[ngerman]
{
babel
}
\usepackage
{
isodate
}
\usepackage
[
style=numeric-comp,
backend=biber,
url=false,
doi=false,
isbn=false,
hyperref,
]
{
biblatex
}
\addbibresource
{
bibliography.bib
}
\AtEveryBibitem
{
%
\clearfield
{
note
}
%
}
\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}
...
...
@@ -18,7 +32,18 @@
\usepackage
[colorinlistoftodos,prependcaption,textsize=tiny]
{
todonotes
}
\usepackage
{
graphicx
}
\graphicspath
{
{
./images/
}
}
% if you need mathy stuff
\newtheorem
{
lem
}{
Lemma
}
\crefname
{
lem
}{
Lemma
}{
Lemmas
}
\newtheorem
{
thm
}{
Theorem
}
\crefname
{
thm
}{
Theorem
}{
Theorems
}
\newtheorem
{
defs
}{
Definition
}
\crefname
{
defs
}{
Def.
}{
Defs.
}
\usepackage
{
blindtext
}
\begin{document}
...
...
@@ -46,9 +71,10 @@
}
\matriculationyear
{
2010
}
\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
}
\maketitle
...
...
@@ -61,33 +87,53 @@ Thematische Einführung, Motivation
Aufbau der Thesis vorstellen
In~
\Cref
{
ch:conclusion
}
, kommt die Zusammenfassung.
In~
\Cref
{
ch:conclusion
}
kommt die Zusammenfassung.
\chapter
{
Grundlagen
}
\label
{
ch:basics
}
\section
{
Figures, Zitate, Mathe
}
\begin{figure}
[h]
\centering
\includegraphics
[scale=0.8]
{
OMG
_
MOF
_
4levels
}
\caption
{
Abc
}
\end{figure}
\chapter
{
Grundlagen
}
\label
{
ch:basics
}
Zitieren geht so~
\cite
{
haddadin2013towards
}
.
\blindtext
Abcdefg..
\cite
{
haddadin2013towards
}
Math:
\subsection
{
Was ist ABC?
}
$
A
=
\{
x | x
\in
Y
\}
$
Abcdefg..
\begin{defs}
\label
{
def:abc
}
A
\textbf
{
Petrinet
}
is a tuple
${
\Sigma
=
(
P, T, F, W
)
}$
.
\end{defs}
Petrinets are defined in~
\Cref
{
def:abc
}
. See at the head of this document how to create your own definitions/lemma environments.
\section
{
Was ist ABC?
}
\blindtext
\chapter
{
Problemanalyse und Modellierung
}
Abcdefg..
\blindtext
\todo
[inline]
{
Write some more
}
\chapter
{
Erprobung der Anwendungsinstallation
}
\label
{
ch:evaluation
}
\chapter
{
Erprobung der Anwendungsinstallation
}
\label
{
ch:evaluation
}
Abcdefg..
\blindtext
\chapter
{
Zusammenfassung
}
\label
{
ch:conclusion
}
\chapter
{
Zusammenfassung
}
\label
{
ch:conclusion
}
Abcdefg..
\blindtext
\bibliography
{
bibliography
}
\bibliographystyle
{
plain
}
\printbibliography
\confirmation
\end{document}
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