Skip to content
Snippets Groups Projects
Commit 123b91c2 authored by tcandrusko's avatar tcandrusko
Browse files

Conducted code cleaning and format updating

parent dc14cf73
No related branches found
No related tags found
No related merge requests found
Pipeline #42305 passed
\chapter{Beispiel-Kapitel}
\begin{table}[]
This is an example citation\cite{seuss2016oh}.
And this is an example abbreviation \gls{bme}.
%Add more citations in bib/BibtexDatabase
%Add more Abbreviations in preamble/packages, under line 652
\Blindtext
\vspace{2cm}
\section{Beispiel-Abschnitt}
\begin{table}[h]
\begin{tabular}{cll}
\hline
\multicolumn{3}{c}{\textbf{Overview of Data Quality Elements}} \\ \hline
......@@ -8,10 +19,17 @@
\multirow{2}{*}{Completeness} & Commission & \begin{tabular}[c]{@{}l@{}}Having extra data within\\ a data set\end{tabular} \\ \cline{2-3}
& Omission & \begin{tabular}[c]{@{}l@{}}Missing vital data within\\ a data set\end{tabular} \\ \hline
\end{tabular}
\caption{This is an Example of a Table}
\label{table:quaility-elements}
\end{table}
\section{Beispiel-Abschnitt}
\vspace{2cm}
\subsection{Beispiel-Unterabschnitt}
Test
\begin{figure}[h]
\centering
\includegraphics[scale=1]{Figures/tuhh_graphic}
\caption{This is an Example of a Figure}
\label{figure:tuhh-example}
\end{figure}
\ No newline at end of file
List of Figure...
\ No newline at end of file
\clearpage
\printnoidxglossaries
Put exhbits here
\ No newline at end of file
\appendix
\chapter{Datasheet A}
\ No newline at end of file
%Example Citation below then to place in document use the \cite command
@book{seuss2016oh,
title = {Oh, the Place You'll Go!},
author = {Dr. Seuss},
publisher = {Harper Collins Publ. UK},
year = {2016},
isbn = { 97800082014878 },
edition = {Yellow Back Book edition edition (22 Aug 2016)},
}
\ No newline at end of file
\addcontentsline{toc}{chapter}{Eidesstattliche Erklärung}
\begin{flushleft}
Name:
\linebreak
Vorname:
......@@ -8,7 +10,7 @@ Studiengang:
\vspace{2cm}
\begin{flushleft}
\begin{minipage}{6cm}
An das Zentrale Prüfungsamt der
Technischen Universität Hamburg
......@@ -23,7 +25,7 @@ Erklärung zur eigenständigen Arbeit
Ich erkläre hiermit an Eides statt, dass ich die bei der Technischen Universität Hamburg vorgelegte Masterthesis selbstständig und ohne Benutzung anderer als der angegebenen Hilfsmittel angefertigt habe.
Die aus fremden Quellen direkt oder indirekt übernommenen Gedanken sind als solche kenntlich gemacht.
Die Arbeit wurde bisher in gleicher oder ähnlicher Weise keiner anderen Prüfungskommission vorgelegt und auch noch nicht veröffentlicht. \gls{lvm}
Die Arbeit wurde bisher in gleicher oder ähnlicher Weise keiner anderen Prüfungskommission vorgelegt und auch noch nicht veröffentlicht.
\vspace{2cm}
......
\chapter{Literaturverzeichnis}
References
\ No newline at end of file
......@@ -118,70 +118,103 @@
% glossary, acronym, symoblist and such
%\input{template-content/Z-GlossaryEntries.tex}
%% document content %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\includeonly{
% content/0-title,
% content/0-Abstract,
% content/0-Introduction,
% content/1-Theory,
% content/2-Experiments,
% content/3-Results,
% content/4-Summery,
%} % end includeonly
%%% document start %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pagenumbering{alph}\setcounter{page}{1}%
\pagestyle{empty}
% Inital Page Numbering Settings
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\begin{document}
\pagestyle{empty} %No headings for the first pages.
\pagestyle{empty} %No headings for the first pages.
% Beginning of Document and style
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\input{titlepage}
\clearpage
\pagenumbering{Roman}
%\pagenumbering{roman}
\clearpage
\renewcommand{\thechapter}{\Roman{chapter}}
% Title Page
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\pagenumbering{Roman}
\renewcommand{\thechapter}{\Roman{chapter}}
\pagestyle{headings}
\chapter{Zusammenfassung}
\pagestyle{headings}
% New Page Title Used
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\addcontentsline{toc}{chapter}{Zusammenfassung}
\input{zusammenfassung.tex}
\let\cleardoublepage\clearpage
% Summary
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\renewcommand{\contentsname}{Inhaltsverzeichnis}
\tableofcontents
\let\cleardoublepage\clearpage
\pagestyle{plain} %Now display headings: headings / fancy / ...
\clearpage
\pagestyle{plain} %Now display headings: headings / fancy / ...
\input{abkuerzungsverzeichnis.tex}
\chapter{Abbildungsverzeichnis}
\input{abbildungsverzeichnis.tex}
\let\cleardoublepage\clearpage
\chapter{Tabellenverzeichnis}
\input{tabellenverzeichnis.tex}
\let\cleardoublepage\clearpage
\chapter{Eidesstattliche Erklärung}
\input{eidesstattliche_erklaerung.tex}
\let\cleardoublepage\clearpage
\renewcommand{\thechapter}{\arabic{chapter}}
\setcounter{chapter}{0}
\printnoidxglossaries
\addcontentsline{toc}{chapter}{Glossar}
\listoffigures
\addcontentsline{toc}{chapter}{Abbildungsverzeichnis}
\clearpage
\listoftables
\addcontentsline{toc}{chapter}{Tabellenverzeichnis}
\clearpage
% ToC, Glossaries, List of Figures and List of Tables
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\newpage
\input{eidesstattliche_erklaerung.tex}
\clearpage
% Affidavit
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\pagestyle{headings} %Now display headings: headings / fancy / ...
\pagenumbering{arabic}
\setcounter{chapter}{0}
% Page and Numbering Style
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\input{Chapters/chapter_1.tex}
\input{Chapters/chapter_1.tex}
\pagenumbering{arabic}
\renewcommand{\thechapter}{\arabic{chapter}}
% \section{Überschrift 2}
% \input{überschrift_2.tex}
% \subsection{Überschrift 3}
% \input{überschrift_3.tex}
\let\cleardoublepage\clearpage
\input{literaturverzeichnis.tex}
\let\cleardoublepage\clearpage
\input{appendix.tex}
\clearpage
% Content
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
% -- bibliography --
% (must be placed _before_ appendix)
% (see bib/BibtexDatabase for example of citation
\IfPackageLoaded{biblatex}{
\cleardoublepage
\IfDefined{phantomsection}{\phantomsection}\label{sec:bibliography}
\printbibliography[%
heading=bibintoc, % (bibintoc, bibnumbered)
]
}
\clearpage
\input{anhang.tex}
% Bibliography and Annex
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\end{document}
......@@ -649,7 +649,9 @@
}
\usepackage{glossaries}
\makenoidxglossaries
\newacronym{lvm}{LVM}{Level Volume Master}
%add more acronyms below
\newacronym{bme}{BME}{Bare Minimum Example}
%% Description makeindex package with shell-escape makeindex call
%% Doc: imakeidx.pdf
% consumes \write
......
List of Tables...
\ No newline at end of file
Summary of...
\Large\textbf{Zusammenfassung}\\
\Blindtext
\gls{lvm}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment