Beginning of introduction

This commit is contained in:
2024-01-23 22:59:48 +01:00
parent cdea1bda91
commit 28c8dc299c
7 changed files with 533 additions and 11 deletions

View File

@@ -16,6 +16,10 @@
\usepackage{hyperref}
\usepackage{acro}
\usepackage{lipsum}
\usepackage{siunitx}
\usepackage{url}
\usepackage[square,numbers]{natbib}
\usepackage{pgfplots}
% Configurations
\setlength\textheight{24cm}
@@ -24,6 +28,7 @@
\numberwithin{listing}{section}
\numberwithin{equation}{section}
\numberwithin{figure}{section}
\sisetup{group-separator = {,}, group-minimum-digits = 4}
% Penalties
\clubpenalty = 10000
@@ -114,7 +119,7 @@
% References
\phantomsection
\addcontentsline{toc}{section}{References}
\bibliographystyle{unsrt}
\bibliographystyle{unsrtnat}
\bibliography{doc}
\end{document}