Archiv
/
abschlussarbeit
Archiviert
1
0
Fork 0

Tabs durch spaces ersetzt

Dieser Commit ist enthalten in:
Sebastian Tobie 2018-03-08 14:43:18 +01:00
Ursprung dcdf6755c9
Commit d20ce8f86c
3 geänderte Dateien mit 36 neuen und 36 gelöschten Zeilen

Datei anzeigen

@ -8,32 +8,32 @@
\subtitle{LiTerm} \subtitle{LiTerm}
\overfullrule=2cm%Erkennung von Overflow Fehlern \overfullrule=2cm%Erkennung von Overflow Fehlern
\begin{document} \begin{document}
\pagenumbering{empty} \pagenumbering{empty}
\begin{titlepage} \begin{titlepage}
\centering{ \centering{
\huge{\runtitle}\\ \huge{\runtitle}\\
\normalsize{\runsubtitle} \normalsize{\runsubtitle}
} }
\vfill{} \vfill{}
\begin{table}[h!] \begin{table}[h!]
\begin{tabular}{|ll|} \begin{tabular}{|ll|}
\hline \hline
Prüfungsbewerber:&\runauthor\\ Prüfungsbewerber:&\runauthor\\
Geburtsdatum:&\gbdatum\\ Geburtsdatum:&\gbdatum\\
Geburtsort:&\gbort\\ Geburtsort:&\gbort\\
Ausbildungsberuf:&Fachinformatiker für Systemintegration\\ Ausbildungsberuf:&Fachinformatiker für Systemintegration\\
Betrieb:&\betrieb\\ Betrieb:&\betrieb\\
\hline \hline
\end{tabular} \end{tabular}
\end{table} \end{table}
\end{titlepage} \end{titlepage}
\tableofcontents{} \tableofcontents{}
\clearpage \clearpage
\pagenumbering{arabic} \pagenumbering{arabic}
\input{spezifikation} \input{spezifikation}
\input{durchführung} \input{durchführung}
\input{ergebnis} \input{ergebnis}
\clearpage \clearpage
\pagenumbering{roman} \pagenumbering{roman}
\input{anhang} \input{anhang}
\end{document} \end{document}

Datei anzeigen

@ -28,8 +28,8 @@
\KOMAoptions{ \KOMAoptions{
fontsize=11pt, fontsize=11pt,
captions=tablesignature, captions=tablesignature,
toc=flat, toc=flat,
numbers=enddot numbers=enddot
} }
\addtokomafont{caption}{\small\bfseries} \addtokomafont{caption}{\small\bfseries}
%minted Konfig %minted Konfig
@ -42,7 +42,7 @@
tabsize=4, tabsize=4,
python3=true, python3=true,
autogobble=true, autogobble=true,
lineos linenos
} }
\makeatletter \makeatletter
\makeatother \makeatother

Datei anzeigen

@ -55,11 +55,11 @@
\end{listing} \end{listing}
\section{Abkürzungen} \section{Abkürzungen}
\begin{acronym}[LAN] \begin{acronym}[LAN]
\acro{VM}{virtuelle Maschine} \acro{VM}{virtuelle Maschine}
\acrodefplural{VM}{virtuelle Maschinen} \acrodefplural{VM}{virtuelle Maschinen}
\acro{LAN}{Local Area Network} \acro{LAN}{Local Area Network}
\acro{DE}{Desktop Umgebung} \acro{DE}{Desktop Umgebung}
\acro{JSON}{Javascript Object Notation} \acro{JSON}{Javascript Object Notation}
\acro{CAL}{Client Access License} \acro{CAL}{Client Access License}
\acro{RDS}{Remote Desktop Service} \acro{RDS}{Remote Desktop Service}
\acro{SSH}{Secure Shell} \acro{SSH}{Secure Shell}