Updated LaTeX template

This commit is contained in:
Leonetienne
2022-01-02 15:19:25 +01:00
parent 0599c3b9a6
commit 802f178f92
26 changed files with 262 additions and 76 deletions

View File

@@ -3,4 +3,68 @@
%
\chapter{Foobar}
Wer testet, der questet\cite{bib:sicherheit-fuer-tcpip}.
Wer testet, der questet.\cite{bib:vodafone-legt-in-pirmasens}
% Figure
\begin{nicepic}
\includegraphics[width=0.9\textwidth]{images/stars.jpg}
\captionof{figure}{Sterne}
\caption*{Quelle: \cite{bib:vodafone-legt-in-pirmasens}}
\label{fig:stars}
\end{nicepic}
% Multifigure
\begin{figure}[!htbp]
\begin{subfigure}[t]{0.3\textwidth}
\includegraphics[width=\textwidth]{images/mult0.jpg}
\captionof{figure}{Lichtpunkte auf dunklem Hintergrund}
\caption*{Quelle: \cite{bib:vodafone-legt-in-pirmasens}}
\label{fig:light-points-on-dark-bg}
\end{subfigure}
\hfill
\begin{subfigure}[t]{0.3\textwidth}
\includegraphics[width=\textwidth]{images/mult1.png}
\captionof{figure}{Ein Tannenbaum}
\caption*{Quelle: \cite{bib:vodafone-legt-in-pirmasens}}
\label{fig:tannenbaum}
\end{subfigure}
\hfill
\begin{subfigure}[t]{0.3\textwidth}
\includegraphics[width=\textwidth]{images/mult2.jpg}
\captionof{figure}{Eine Winterstadt}
\caption*{Quelle: \cite{bib:vodafone-legt-in-pirmasens}}
\label{fig:winter-city}
\end{subfigure}
\caption{Ein Beispiel für mehrere Bilder nebeneinander}
\end{figure}
% Table
\begin{table}[!htbp] % !htbp soll wohl das Objekt möglichst nah zum Text-punkt halten
\centering
\begin{tabular}{|l|l|r|}
\hline
\textbf{TM Configuration} & \textbf{Detail-Level} & \textbf{Frametime}\\
\hline
\hline
Tensor-800 & 0 & 28\\
Tensor-800 & 1 & 52\\
Tensor-800 & 2 & 69\\
Tensor-800 & 3 & 89\\
\hdashline
V-Core Zenyx 33 & 0 & 2\\
V-Core Zenyx 33 & 1 & 4\\
V-Core Zenyx 33 & 2 & 5\\
V-Core Zenyx 33 & 3 & 7\\
\hdashline
Intel iZ237-8 & 0 & 298\\
Intel iZ237-8 & 1 & 448\\
Intel iZ237-8 & 2 & 556\\
Intel iZ237-8 & 3 & 767\\
\hline
\end{tabular}
\caption{Renderzeiten mit TM-Prozessoren}
\label{tbl:renderzeiten_tm_processors}
\end{table}

View File

@@ -1,25 +0,0 @@
%
% Selbstständigkeitserklärung
%
\chapter*{Selbstständigkeitserklärung}
Hiermit erklären wir, dass wir die vorliegende Arbeit selbstständig und ohne Benutzung anderer als der angegebenen Hilfsmittel angefertigt haben.
Alle Stellen, die wörtlich oder sinngemäß aus veröffentlichten und nicht veröffentlichten Schriften
entnommen wurden, sind als solche kenntlich gemacht. Die Arbeit ist noch nicht in
gleicher oder ähnlicher Form oder auszugsweise im Rahmen einer anderen Prüfung
vorgelegt worden.
\\
\\
\\
\hspace*{\fill}Ludwigshafen am Rhein, den 15. November 2021
\\
\\
\\
\\
\hspace*{\fill}Friedrich Gross\ \ \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_
\\
\\
\\
\\
\hspace*{\fill}Leon Etienne\ \ \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_

View File

@@ -1,24 +0,0 @@
%
% Title page
%
\begin{titlepage}
\begin{center}
\Huge
Exposé - Das smarte Dorf \\
\vspace{5mm}
\normalsize
Verlegung von Glasfaserkabeln zur alten Schule\\
\vspace{1cm}
\large
Version 0.5dev\\
\vspace {2 cm }
Friedrich Gross \enpointy{idk@hs-worms.de}\\
Leon Etienne \enpointy{leon@etiennes.de}\\
\vspace{1em}
i.A. Prof. Dr. Michael Derek Werle Rutter \enpointy{rutter@hs-worms.de}
\end{center}
\normalsize
\vfill
Copyright ( c ) 2022 Friedrich Gross, Leon Etienne.
\end{titlepage}

33
kapitel/title.tex Normal file
View File

@@ -0,0 +1,33 @@
%
% Title page
%
\begin{titlepage}
\cfgUniversityName\\
\cfgUniversityDepartment\\
Studiengang \cfgUniversityDegreeCourse\\
\\
\cfgDocClassification\\
\cfgCourseName\\
\begin{center}
\Huge
\cfgDocTitle\\
\vspace{10mm}
\Large
\cfgDocSubTitle\\
\vspace{15mm}
\normalsize
Version \cfgDocVersion
\end{center}
\vfill
Vorgelegt von\\
\vspace{3mm} \ \\
\cfgAuthorName, \cfgAuthorMatriculationNum\\
\cfgAuthorContact\\
Im \cfgSemesterName\\
\vspace{3mm} \ \\
bei \cfgUniversitySupervisorName\\
\end{titlepage}