initial commit

This commit is contained in:
2021-10-15 16:01:26 +02:00
commit a201c7d911
23 changed files with 3052 additions and 0 deletions

28
sections/abstract.tex Normal file
View File

@@ -0,0 +1,28 @@
\begin{spacing}{1}
\chapter*{Abstract}
\end{spacing}
\begin{wrapfigure}{r}{0.3\textwidth}
\begin{center}
\includegraphics[width=0.2\textwidth]{pics/question_mark.png}
\end{center}
\end{wrapfigure}
Brief summary of our amazing work. In English.
This is the only time we have to include a picture within the text.
The picture should somehow represent your thesis.
This is untypical for scientific work but required by the powers that are.
\lipsum[6]
\newpage
\begin{spacing}{1}
\chapter*{Zusammenfassung}
\end{spacing}
\begin{wrapfigure}{r}{0.3\textwidth}
\begin{center}
\includegraphics[width=0.2\textwidth]{pics/question_mark.png}
\end{center}
\end{wrapfigure}
Zusammenfassung unserer genialen Arbeit. Auf Deutsch.
Das ist das einzige Mal, dass eine Grafik in den Textfluss eingebunden wird.
Die gewählte Grafik soll irgendwie eure Arbeit repräsentieren.
Das ist ungewöhnlich für eine wissenschaftliche Arbeit aber eine Anforderung der Obrigkeit.
\emph{Bitte auf keinen Fall mit der Zusammenfassung verwechseln, die den Abschluss der Arbeit bildet!}
\lipsum[6]

0
sections/appendix.tex Normal file
View File

View File

@@ -0,0 +1,40 @@
Siehe tolle Daten in Tab. \ref{tab:impl:data}.
\begin{table}
\centering
\begin{tabular}{|lcc|}
\hline
& \textbf{Regular Customers} & \textbf{Random Customers} \\ \hline
Age & 20-40 & \textgreater{}60 \\ \hline
Education & university & high school \\ \hline
\end{tabular}
\caption{Ein paar tabellarische Daten}
\label{tab:impl:data}
\end{table}
\begin{figure}
\centering
\includegraphics[scale=0.5]{pics/knuthi.jpg}
\caption{Don Knuth -- CS Allfather}
\label{fig:impl:knuth}
\end{figure}
Siehe und staune in Abb. \ref{fig:impl:knuth}.
\lipsum[6-9]
Dann betrachte den Code in Listing \ref{lst:impl:foo}.
\begin{lstlisting}[language=Python,caption=Some code,label=lst:impl:foo]
# Program to find the sum of all numbers stored in a list (the not-Pythonic-way)
# List of numbers
numbers = [6, 5, 3, 8, 4, 2, 5, 4, 11]
# variable to store the sum
sum = 0
# iterate over the list
for val in numbers:
sum = sum+val
print("The sum is", sum)
\end{lstlisting}

View File

@@ -0,0 +1 @@
\lipsum[2-3]

View File

@@ -0,0 +1,6 @@
\lipsum[4] Citing \cite{InfH} properly.
Was ist eine \gls{guid}?
Eine \gls{guid} kollidiert nicht gerne.
Kabellose Technologien sind in abgelegenen Gebieten wichtig \cite{APCW2006}.

31
sections/summary.tex Normal file
View File

@@ -0,0 +1,31 @@
Aufzählungen:
\begin{compactitem}
\item Itemize Level 1
\begin{compactitem}
\item Itemize Level 2
\begin{compactitem}
\item Itemize Level 3 (vermeiden)
\end{compactitem}
\end{compactitem}
\end{compactitem}
\begin{compactenum}
\item Enumerate Level 1
\begin{compactenum}
\item Enumerate Level 2
\begin{compactenum}
\item Enumerate Level 3 (vermeiden)
\end{compactenum}
\end{compactenum}
\end{compactenum}
\begin{compactdesc}
\item[Desc] Level 1
\begin{compactdesc}
\item[Desc] Level 2 (vermeiden)
\begin{compactdesc}
\item[Desc] Level 3 (vermeiden)
\end{compactdesc}
\end{compactdesc}
\end{compactdesc}

13
sections/technologies.tex Normal file
View File

@@ -0,0 +1,13 @@
\section{Foo}
\setauthor{Stefan Schwammal}
\lipsum[5-12]
\section{Bar}
\setauthor{Susi Schwammal}
\lipsum[12-18]
\subsection{Deeper}
Nicht mehr im Inhaltsverzeichnis.
\subsubsection{Deepest}
Vermeide mich.