diff --git a/sections/appendix.tex b/sections/appendix.tex index f77998e891595a1c7c2c67515df280a1927873e1..8fe4a681af538c5ee3db05d5abc1999dc7e52722 100644 --- a/sections/appendix.tex +++ b/sections/appendix.tex @@ -1,4 +1,4 @@ -\chapter{Weitere Latex-Dokumentation} +\chapter{Weitere Latex-Dokumentation (German)} Nachdem nun der Vorspann und~-- bis auf das Literaturverzeichnis am Ende des Dokumentes auf Seite~\pageref{sec:bibliography}~-- alle Verzeichnisse erfolgreich ausgegeben wurden, wird nun die Verwendung diff --git a/sections/einleitung.tex b/sections/einleitung.tex deleted file mode 100644 index c35d078123c88a3a06ae09d21e7a2314e60f0c98..0000000000000000000000000000000000000000 --- a/sections/einleitung.tex +++ /dev/null @@ -1,8 +0,0 @@ -\chapter{Einleitung}\label{ch:introduction} -Thematische Einführung, Motivation - -\paragraph{Ziel der Arbeit:} Konzept entwickeln, welches Zonenbasierte MRI mit Kraftsteuerung vereinigt. - -Aufbau der Thesis vorstellen - -In~\Cref{ch:conclusion} kommt die Zusammenfassung. diff --git a/sections/eval.tex b/sections/eval.tex deleted file mode 100644 index ad7fe22bf1f1b78c414641b8ff73a5c34e29ca80..0000000000000000000000000000000000000000 --- a/sections/eval.tex +++ /dev/null @@ -1,3 +0,0 @@ -\chapter{Erprobung der Anwendungsinstallation}\label{ch:evaluation} - -\blindtext diff --git a/sections/figures.tex b/sections/figures.tex deleted file mode 100644 index 44ab0a4614df3c25714fedb046bae3a83481bde3..0000000000000000000000000000000000000000 --- a/sections/figures.tex +++ /dev/null @@ -1,23 +0,0 @@ -\section{Figures, Zitate, Mathe} -\begin{figure}[h] -\centering -\includegraphics[scale=0.8]{OMG_MOF_4levels} -\caption{Das ist eine schlechte Grafik --- zu viele Pixel. Versuche Vektorgrafiken zu nutzen. Selbst malen geht gut mit draw.io powerpoint - oder inkscape}\label{fig:mof} -\end{figure} - -Wenn eine Abbildung verwendet wird, muss diese immer unbedingt im Text referenziert und beschrieben werden. -Z.B. so: \Cref{fig:mof}. - -Zitieren geht so~\cite{haddadin2013towards}. - -Math: - -$A = \{x | x \in Y\}$ - -\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. - diff --git a/sections/grundlagen.tex b/sections/grundlagen.tex deleted file mode 100644 index 3759b12bfc9ff96b8ca7910646d5e593dd7bfdfb..0000000000000000000000000000000000000000 --- a/sections/grundlagen.tex +++ /dev/null @@ -1,8 +0,0 @@ -\chapter{Grundlagen}\label{ch:basics} - -\input{sections/figures} -\input{sections/install} - -\section{Was ist ABC?} - -\blindtext diff --git a/sections/install.tex b/sections/install.tex deleted file mode 100644 index 3b4f83a3ee46099a52c5431543e4bad00301736e..0000000000000000000000000000000000000000 --- a/sections/install.tex +++ /dev/null @@ -1,9 +0,0 @@ -\subsection{Installation} -\textbf{Windows:} miktex - -\textbf{Linux:} texlive-full - -\textbf{GUI-Editor} texstudio - -Konfiguration vom Editor: Preferences > Build -* default compiler: \emph{latexmk} diff --git a/sections/problem.tex b/sections/problem.tex deleted file mode 100644 index 06497419b5f6bfd572694fb3373ef18d367a972b..0000000000000000000000000000000000000000 --- a/sections/problem.tex +++ /dev/null @@ -1,21 +0,0 @@ -\chapter{Problemanalyse und Modellierung} - -\blindtext -\todo[inline]{Write some more} - -\begin{lstlisting}[language=AST,label={lst:example-ast},caption={Example AST}] -RailwayContainer ::= Route* Region*; -abstract RailwayElement ::= <Id:int>; -Region : RailwayElement ::= TrackElement* Sensor*; -Semaphore : RailwayElement ::= <Signal:Signal>; -Route : RailwayElement ::= <Active:boolean> SwitchPosition*; -SwitchPosition : RailwayElement ::= <Position:Position>; -Sensor : RailwayElement; -abstract TrackElement:RailwayElement; -Segment : TrackElement ::= <Length:int> Semaphore*; -Switch : TrackElement ::= <CurrentPosition:Position>; -\end{lstlisting} -% -Das Listing~\ref{lst:example-ast} zeigt eine beispielhafte Grammatik, welche im Attribute im folgenden Listing genutzt wird: - -\lstinputlisting[language=JRAG,style=unboxed]{code/requiredSensor.jrag} diff --git a/sections/zusammenfassung.tex b/sections/zusammenfassung.tex deleted file mode 100644 index a1296a202f4194af01c1a2243c7ef97cdb1ffeff..0000000000000000000000000000000000000000 --- a/sections/zusammenfassung.tex +++ /dev/null @@ -1,3 +0,0 @@ -\chapter{Zusammenfassung}\label{ch:conclusion} - -\blindtext diff --git a/thesis.tex b/thesis.tex index eb9be42a164ee1e71b2c35d838eb2e242841f03e..e59e2d10d7c37de2a484305a5bdadd25d2cfe829 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,12 +1,10 @@ % the following command is only required if the thesis is written in german -\RequirePackage[ngerman=ngerman-x-latest]{hyphsubst} - -% change to english for english theses -\documentclass[ngerman,BCOR=1.5cm,twoside]{tudscrreprt} +%\RequirePackage[ngerman=ngerman-x-latest]{hyphsubst} +\documentclass[english,BCOR=1.5cm,twoside]{tudscrreprt} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} +%\usepackage[ngerman]{babel} \usepackage{isodate} \usepackage[ @@ -84,8 +82,7 @@ \institute{Institut für Software- und Multimediatechnik} \chair{Lehrstuhl für Softwaretechnologie} \title{% - Entwicklung eines optimalen Verfahrens zur Eroberung des - Geldspeichers in Entenhausen + Title of the Thesis } %% for a bachelor thesis @@ -100,22 +97,21 @@ %\thesis{diploma} %\graduation[Dipl.Inf.]{Diplom-Informatiker} -\author{Mickey Mouse} -\emailaddress[]{mickey.mouse@tu-dresden.de} +\author{Firstname Lastname} +\emailaddress[]{firstname.lastname@tu-dresden.de} \matriculationnumber{12345678} -\matriculationyear{2016} +\matriculationyear{2016} \dateofbirth{1.1.1990} \placeofbirth{Dresden} %\discipline{Distributed Systems Engineering} -\course{Distributed Systems Engineering} +\course{Computer Science (M. Sc)} \supervisor{% - Dipl.-Inf. ABC XYZ% - \and Dr. Sebastian Götz% + Firstname Lastname } \professor{Prof. Dr. rer. nat habil. Uwe Aßmann} -\date{10.10.2018} +\date{\today} \maketitle \newpage @@ -123,11 +119,20 @@ \listoffigures \listoftables -\input{sections/einleitung} -\input{sections/grundlagen.tex} -\input{sections/problem.tex} -\input{sections/eval.tex} -\input{sections/zusammenfassung.tex} +% put the chapters in different file in your thesis and include them +% e.g. via \input{chapterFolder/chapterFile} +\chapter{Introduction} +\section{Motivation and Problem Statement} +\section{Research Questions} + +\chapter{Background} +\chapter{Related Work and Literature Analysis} +\chapter{Problem Analysis} +\chapter{Solution Design} +\chapter{Implementation} +\chapter{Evaluation} +\chapter{Conclusion} + \printbibliography[heading=bibintoc]\label{sec:bibliography}%