Updated LaTeX template
This commit is contained in:
15
dexes/acrodex.tex
Normal file
15
dexes/acrodex.tex
Normal file
@@ -0,0 +1,15 @@
|
||||
%
|
||||
% 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{MDWR}[MDWR]{Michael Derek Werle Rutter}
|
||||
\acroplural{MDWR}[MDWRs]{Michael Derek Werle Rutters}
|
||||
%
|
||||
%
|
||||
\end{acronym}
|
8
dexes/bibdex.tex
Normal file
8
dexes/bibdex.tex
Normal file
@@ -0,0 +1,8 @@
|
||||
%
|
||||
% Literaturverzeichnis
|
||||
%
|
||||
|
||||
\nocite{*} % Show all references, even unused ones
|
||||
|
||||
\bibliography{dexes/literature}
|
||||
\bibliographystyle{apalike}
|
11
dexes/glossarydex.tex
Normal file
11
dexes/glossarydex.tex
Normal 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
6
dexes/imagedex.tex
Normal file
@@ -0,0 +1,6 @@
|
||||
%
|
||||
% Abbildungsverzeichnis
|
||||
%
|
||||
|
||||
\addcontentsline{toc}{chapter}{\listfigurename}
|
||||
\listoffigures
|
24
dexes/literature.bib
Normal file
24
dexes/literature.bib
Normal file
@@ -0,0 +1,24 @@
|
||||
# Example Paper
|
||||
@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}
|
||||
}
|
6
dexes/tabledex.tex
Normal file
6
dexes/tabledex.tex
Normal file
@@ -0,0 +1,6 @@
|
||||
%
|
||||
% Inhaltsverzeichnis
|
||||
%
|
||||
|
||||
\addcontentsline{toc}{chapter}{\listtablename}
|
||||
\listoftables
|
5
dexes/tocdex.tex
Normal file
5
dexes/tocdex.tex
Normal file
@@ -0,0 +1,5 @@
|
||||
%
|
||||
% Inhaltsverzeichnis
|
||||
%
|
||||
|
||||
\tableofcontents
|
Reference in New Issue
Block a user