add acronym
This commit is contained in:
23
main.tex
23
main.tex
@@ -49,10 +49,11 @@
|
||||
|
||||
\usepackage[utf8]{inputenc} % Required for inputting international characters
|
||||
\usepackage[T1]{fontenc} % Output font encoding for international characters
|
||||
|
||||
\usepackage{float}
|
||||
\usepackage{mathpazo} % Use the Palatino font by default
|
||||
\usepackage{svg}
|
||||
\usepackage[backend=bibtex,style=authoryear,natbib=true]{biblatex} %
|
||||
\usepackage{acronym}
|
||||
\usepackage[backend=bibtex,style=numeric,natbib=true]{biblatex} %
|
||||
% Use the bibtex backend with the authoryear citation style (which
|
||||
% resembles APA)
|
||||
|
||||
@@ -220,7 +221,7 @@ and Management}} % Your department's name and URL, this is used in
|
||||
Key to this investigation are the underlying peer-to-peer technologies,
|
||||
ZeroTier and Mycelium, which enable decentralized network connections,
|
||||
and the "Data-Mesher" a decentralized conflict free replicated database.
|
||||
The study begins with an in-depth analysis of fault tolerance
|
||||
This thesis begins with an in-depth analysis of fault tolerance
|
||||
mechanisms in these technologies,
|
||||
evaluating how robust they are against node failures and network disruptions.
|
||||
Next, scalability is examined through both theoretical models and
|
||||
@@ -269,13 +270,19 @@ and Management}} % Your department's name and URL, this is used in
|
||||
% ABBREVIATIONS
|
||||
%----------------------------------------------------------------------------------------
|
||||
|
||||
\begin{abbreviations}{ll} % Include a list of abbreviations (a table
|
||||
% of two columns)
|
||||
% \begin{abbreviations}{ll} % Include a list of abbreviations (a table
|
||||
% % of two columns)
|
||||
|
||||
\textbf{LAH} & \textbf{L}ist \textbf{A}bbreviations \textbf{H}ere\\
|
||||
\textbf{WSF} & \textbf{W}hat (it) \textbf{S}tands \textbf{F}or\\
|
||||
% \textbf{LAH} & \textbf{L}ist \textbf{A}bbreviations \textbf{H}ere\\
|
||||
% \textbf{WSF} & \textbf{W}hat (it) \textbf{S}tands \textbf{F}or\\
|
||||
% \textbf{P2P} & \textbf{P}eer \textbf{T}o \textbf{P}eer\\
|
||||
|
||||
\end{abbreviations}
|
||||
% \end{abbreviations}
|
||||
|
||||
\section*{Abbreviations}
|
||||
\begin{acronym}[P2P] % [P2P] aligns entries to the longest label
|
||||
\acro{P2P}{Peer to Peer}
|
||||
\end{acronym}
|
||||
|
||||
%----------------------------------------------------------------------------------------
|
||||
% PHYSICAL CONSTANTS/OTHER DEFINITIONS
|
||||
|
||||
Reference in New Issue
Block a user