commit de911ec190594e835cf668b6af1d8d7859e07f4e Author: Sebastian Tobie Date: Fri Feb 16 13:52:24 2018 +0100 Erste Version diff --git a/Bericht/Dokumentation/.gitignore b/Bericht/Dokumentation/.gitignore new file mode 100644 index 0000000..3f7d999 --- /dev/null +++ b/Bericht/Dokumentation/.gitignore @@ -0,0 +1,13 @@ +*.bak +*.aux +*.bbl +*.bcf +*.lof +*.log +*.lot +*.out +*.blg +*.xml +*.gz +*.pdf +*.toc diff --git a/Bericht/Dokumentation/anhang.tex b/Bericht/Dokumentation/anhang.tex new file mode 100644 index 0000000..d0d8f5e --- /dev/null +++ b/Bericht/Dokumentation/anhang.tex @@ -0,0 +1,9 @@ +% !TEX root = main.tex +% !TeX encoding = UTF-8 +% !TeX spellcheck = de_DE +\chapter{Anhang} +\cite{test} +\section{Abkürzungen} +\printbibliography[title=Quellenverzeichnis] +\listoffigures +\listoftables \ No newline at end of file diff --git a/Bericht/Dokumentation/durchführung.tex b/Bericht/Dokumentation/durchführung.tex new file mode 100644 index 0000000..c4a829b --- /dev/null +++ b/Bericht/Dokumentation/durchführung.tex @@ -0,0 +1,4 @@ +% !TEX root = main.tex +% !TeX encoding = UTF-8 +% !TeX spellcheck = de_DE +\chapter{Durchführung} \ No newline at end of file diff --git a/Bericht/Dokumentation/main.tex b/Bericht/Dokumentation/main.tex new file mode 100644 index 0000000..04f692a --- /dev/null +++ b/Bericht/Dokumentation/main.tex @@ -0,0 +1,66 @@ +\documentclass[draft]{scrreprt} +\KOMAoptions{ + fontsize=11pt, + toc=flat, + numbers=enddot +} +\usepackage[no-config]{fontspec} +\usepackage{scrlayer-scrpage} % Seitendesign +\usepackage{hyperref} % Links +\usepackage[ngerman]{babel} % Deutsch +\usepackage[printonlyused]{acronym} +\usepackage{noto} +\hypersetup{ + pdfauthor={Sebastian Tobie}, + pdftitle={Erstellung einer Remote-Desktop-Plattform auf Linux Basis}, + hidelinks, + linktoc=page +} +\usepackage[a4paper,left=2.5cm,right=2.5cm, top=2.5cm,bottom=2.5cm, xetex]{geometry} +\setlength{\footheight}{21pt} +\usepackage[ +backend=biber, +sorting=none, +style=numeric-comp, +block=ragged +]{biblatex} % Quellen +\RequirePackage{nameref} % namensreferenzen +\RequirePackage{csquotes} % Zitate +\addbibresource{quellen.bib} +\linespread{1.5} +\defbibheading{bibliography}{\section{#1}} +\defbibheading{figures}{\section{#1}} +\makeatletter +\renewcommand\listoffigures{% + \section{\listfigurename}% Used to be \section*{\listfigurename} + \@mkboth{\MakeUppercase\listfigurename}% + {\MakeUppercase\listfigurename}% + \@starttoc{lof}% +} +\renewcommand\listoftables{% + \section{\listtablename}% Used to be \section*{\listfigurename} + \@mkboth{\MakeUppercase\listtablename}% + {\MakeUppercase\listtablename}% + \@starttoc{lot}% + +} +\renewcommand\tableofcontents{% + \chapter{\contentsname}% + \@mkboth{\MakeUppercase\contentsname}% + {\MakeUppercase\contentsname}% + \@starttoc{toc}% +} +\makeatother +\begin{document} + \title{Erstellung einer Remote-Desktop-Plattform auf Linux Basis} + \author{Sebastian Tobie} + \maketitle + \pagenumbering{arabic} + \tableofcontents{} + \clearpage + \input{spezifikation} + \input{durchführung} + \clearpage + \pagenumbering{roman} + \input{anhang} +\end{document} \ No newline at end of file diff --git a/Bericht/Dokumentation/quellen.bib b/Bericht/Dokumentation/quellen.bib new file mode 100644 index 0000000..268249c --- /dev/null +++ b/Bericht/Dokumentation/quellen.bib @@ -0,0 +1,6 @@ +% Encoding: UTF-8 + +@Misc{test, +} + +@Comment{jabref-meta: databaseType:bibtex;} diff --git a/Bericht/Dokumentation/spezifikation.tex b/Bericht/Dokumentation/spezifikation.tex new file mode 100644 index 0000000..92dc199 --- /dev/null +++ b/Bericht/Dokumentation/spezifikation.tex @@ -0,0 +1,6 @@ +% !TEX root = main.tex +% !TeX encoding = UTF-8 +% !TeX spellcheck = de_DE +\chapter{Spezifikation} +\section{IST-Analyse} +\section{SOLL-Analyse} \ No newline at end of file diff --git a/Bericht/Nutzerdoku/.gitignore b/Bericht/Nutzerdoku/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/Dokumentation/Antrag.pdf b/Dokumentation/Antrag.pdf new file mode 100644 index 0000000..b01e30b Binary files /dev/null and b/Dokumentation/Antrag.pdf differ diff --git a/Dokumente/Domainplan.vsdx b/Dokumente/Domainplan.vsdx new file mode 100644 index 0000000..7e209af Binary files /dev/null and b/Dokumente/Domainplan.vsdx differ diff --git a/Dokumente/Netzwerkplan.vsdx b/Dokumente/Netzwerkplan.vsdx new file mode 100644 index 0000000..ccab164 Binary files /dev/null and b/Dokumente/Netzwerkplan.vsdx differ