concat of code

This commit is contained in:
2025-10-23 10:42:21 +02:00
parent 37cc92aa1d
commit 98070acac0
4 changed files with 98 additions and 0 deletions

View File

@@ -5,6 +5,22 @@
\usepackage{subcaption}
\usepackage{siunitx}
\usepackage{listings}
\usepackage{xcolor}
\lstset{
basicstyle=\ttfamily\footnotesize,
breaklines=true,
frame=single,
numbers=left,
numberstyle=\tiny\color{gray},
keywordstyle=\color{blue},
commentstyle=\color{green!60!black},
stringstyle=\color{red},
showstringspaces=false,
captionpos=b
}
% Use biblatex instead of natbib (acmart default)
\usepackage[backend=bibtex,style=numeric]{biblatex}
\addbibresource{bib/references.bib}