Add final version of master thesis.

This commit is contained in:
2020-08-20 11:39:46 -04:00
parent 6ba2097e6b
commit 6ff06af4ff
94 changed files with 30356 additions and 1 deletions

31
config/examples.tex Normal file
View File

@@ -0,0 +1,31 @@
\begin{itemize}
\item
\end{itemize}
\begin{figure}[]
\centering
\includegraphics[width=0.7\textwidth]{}
\caption[]{}
\label{}
\end{figure}
\begin{code}
\begin{lstlisting}[caption={[]},
label={listing:}]
\end{lstlisting}
\end{code}
\begin{table}[]
\centering
\begin{tabular}{r|l}
foo & bar \\
\hline
foo & bar \\
\end{tabular}
\caption[]{}
\label{}
\end{table}

36
config/pageheading.tex Normal file
View File

@@ -0,0 +1,36 @@
%define header in a nice way using fancy header get info here
%http://www.ctan.org/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf
\usepackage{fancyhdr}
\pagestyle{fancy}
\setlength{\headheight}{16pt}
%\renewcommand{\chaptermark}[1]{%
%\markboth{\thechapter.\ #1}{}}
%\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
%\pagestyle{empty}
%define style for all \pagestyle(fancy} pages
\fancyhead{}
\fancyhead[L]{}
\fancyhead[R]{\nouppercase{\rightmark}}
%\fancyhead[L]{\bfseries \rightmark}
\fancyfoot{} % clear all footer fields
\fancyfoot[C]{\thepage}
%\fancyfoot[LE,RO]{\thepage}
%\fancyfoot[LO,CE]{}
%\fancyfoot[CO,RE]{}
\renewcommand{\headrulewidth}{0.1pt}
\renewcommand{\footrulewidth}{0.1pt}
%chapter sites default to plain page style
%so we overwrite plain with the desired style
\fancypagestyle{plain}{%
\fancyhf{} % clear all header and footer fields
\fancyfoot[c]{\thepage}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0.1pt}}

34
config/title.tex Normal file
View File

@@ -0,0 +1,34 @@
% Titelblatt.tex
% (c) Simon Hofmann
% mail@simon-hofmann.org
\begin{titlepage}
\begin{center}
\includegraphics[scale=0.9]{media/oth_logo.png}
\\
\bigskip
\Large{\textsc{Master Thesis}}
\\
\vspace{1.5cm}
\huge{\textsf{Transformation of Hardware Traces to System Traces for Embedded
Multi-Core Real-Time Systems}}
\\
% Keywords: Hardware Tracing, Timing Analysis, Embedded Applications
% Multi-Core, Transformation
\vspace{3.5 cm}
\textsf{
\begin{large}
\begin{tabular}{ll}
Author: & Felix Martin\\
Matriculation number: & 3000126 \\
Faculty: & Electrical Engineering and Information Technology \\
Primary correction: & Prof.\ Dr.\ rer.\ nat.\ Jürgen Mottok\\
Secondary correction: & Prof.\ Dr.\ rer.\ nat.\ Michael Niemetz \\
Supervisor I: & M.Sc. Andreas Sailer \\
Supervisor II: & Dr.-Ing. Michael Deubzer \\
Date of submission: & October 28, 2015 \\
\end{tabular}
\end{large}
}
\end{center}
\end{titlepage}