Tabs durch spaces ersetzt
Dieser Commit ist enthalten in:
Ursprung
dcdf6755c9
Commit
d20ce8f86c
|
@ -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}
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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}
|
||||||
|
|
In neuem Issue referenzieren