Erste Version
Dieser Commit ist enthalten in:
Commit
de911ec190
|
@ -0,0 +1,13 @@
|
||||||
|
*.bak
|
||||||
|
*.aux
|
||||||
|
*.bbl
|
||||||
|
*.bcf
|
||||||
|
*.lof
|
||||||
|
*.log
|
||||||
|
*.lot
|
||||||
|
*.out
|
||||||
|
*.blg
|
||||||
|
*.xml
|
||||||
|
*.gz
|
||||||
|
*.pdf
|
||||||
|
*.toc
|
|
@ -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
|
|
@ -0,0 +1,4 @@
|
||||||
|
% !TEX root = main.tex
|
||||||
|
% !TeX encoding = UTF-8
|
||||||
|
% !TeX spellcheck = de_DE
|
||||||
|
\chapter{Durchführung}
|
|
@ -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}
|
|
@ -0,0 +1,6 @@
|
||||||
|
% Encoding: UTF-8
|
||||||
|
|
||||||
|
@Misc{test,
|
||||||
|
}
|
||||||
|
|
||||||
|
@Comment{jabref-meta: databaseType:bibtex;}
|
|
@ -0,0 +1,6 @@
|
||||||
|
% !TEX root = main.tex
|
||||||
|
% !TeX encoding = UTF-8
|
||||||
|
% !TeX spellcheck = de_DE
|
||||||
|
\chapter{Spezifikation}
|
||||||
|
\section{IST-Analyse}
|
||||||
|
\section{SOLL-Analyse}
|
Binäre Datei nicht angezeigt.
Binäre Datei nicht angezeigt.
Binäre Datei nicht angezeigt.
In neuem Issue referenzieren