Initial commit

This commit is contained in:
Leon Etienne
2022-12-22 11:15:27 +00:00
commit 02eb14e2ba
30 changed files with 648 additions and 0 deletions

16
dexes/acrodex.tex Normal file
View File

@@ -0,0 +1,16 @@
%
% Abkürzungsverzeichnis
%
% This generates a headline that is linked in the TOC, but without a number
\addcontentsline{toc}{chapter}{Abkürzungsverzeichnis}
\chapter*{Abkürzungsverzeichnis}
\begin{acronym}
%
%
\acro{PRAP}[PRAP]{Praktische Projektarbeit}
\acroplural{PRAP}[PRAPs]{Praktische Projektarbeiten}
%
%
\end{acronym}

8
dexes/bibdex.tex Normal file
View File

@@ -0,0 +1,8 @@
%
% Literaturverzeichnis
%
\nocite{*} % Show all references, even unused ones
\bibliography{dexes/literature}
\bibliographystyle{apalike}

11
dexes/glossarydex.tex Normal file
View File

@@ -0,0 +1,11 @@
%
% Glossar:
%
\chapter{Glossar}
\begin{description}
\item [Abschlusspunkt-Linientechnik] \hfill \\
\enquote{Am Abschlusspunkt-Linientechnik endet das vom Kabelverzweiger kommende Verzweigungskabel.} \cite{bib:vodafone-legt-in-pirmasens}
\end{description}

6
dexes/imagedex.tex Normal file
View File

@@ -0,0 +1,6 @@
%
% Abbildungsverzeichnis
%
\addcontentsline{toc}{chapter}{\listfigurename}
\listoffigures

35
dexes/literature.bib Normal file
View File

@@ -0,0 +1,35 @@
# Example Paper
# Note that authors are "and"-seperated. The comma is part of the name. Like in "Etienne, Leon".
# So if you have multiple authors, use "Peter and Werner and Mario and Johann"...
@article{bib:leossfc,
author = {Maral, Gérard and de Ridder, Jean-Jacques and Evans, Barry G. and Richharia, Madhavendra},
title = {Low earth orbit satellite systems for communications},
journal = {International Journal of Satellite Communications},
volume = {9},
number = {4},
pages = {209-225},
publisher = {Wiley Online Library},
doi = {https://doi.org/10.1002/sat.4600090403},
url = {https://onlinelibrary.wiley.com/doi/abs/10.1002/sat.4600090403},
eprint = {https://onlinelibrary.wiley.com/doi/pdf/10.1002/sat.4600090403},
abstract = {Abstract It may be that we are now entering the era of LEO constellation satellite communications after thirty years of domination by the GEO systems. This paper heralds the coming of the new era with a tutorial approach to the system design and trade-offs of LEO constellation system design. It discusses orbital configurations, network topologies and routeing considerations, multiple access schemes and link performance design. In so doing it brings out the major design parameters and how they interact with each other. Also considered are the service applications for the LEO constellation systems, and the important difference between real-time and delayed communication systems is highlighted. Examples of single and multi-beam (cellular) coverage system link designs are presented for L-Ka frequency bands. Future papers will consider aspects of the LEO spacecraft and launchers.},
year = {1991}
}
# Example Website
@misc{bib:vodafone-legt-in-pirmasens,
author = {Vodafone},
howpublished = "\url{https://www.vodafone.de/business/festnetz-internet/glasfaser-pirmasens.html}",
title = {{Wir haben Glasfaser in Pirmasens ausgebaut}},
year = {2021},
note = {Zugriff: November 2021}
}
# Example Lecture
@book{bib:schwarzer-vorlesung-swa,
author = {Volker Schwarzer},
title = {Vorlesung: Software Architektur},
year = {2021},
publisher = {Hochschule Worms},
}

6
dexes/tabledex.tex Normal file
View File

@@ -0,0 +1,6 @@
%
% Inhaltsverzeichnis
%
\addcontentsline{toc}{chapter}{\listtablename}
\listoftables

5
dexes/tocdex.tex Normal file
View File

@@ -0,0 +1,5 @@
%
% Inhaltsverzeichnis
%
\tableofcontents