adjusting citations and improving schema

This commit is contained in:
2026-01-14 13:54:46 +01:00
parent 4347b3d838
commit e82400dfd2
2 changed files with 69 additions and 18 deletions

View File

@@ -28,7 +28,8 @@
\usepackage{xcolor}
\usepackage[ruled,vlined]{algorithm2e}
\usepackage{cleveref}
\usepackage{adjustbox}
\usetikzlibrary{trees}
% Configure cleveref for algorithm2e
\crefname{algocf}{Algorithm}{Algorithms}
@@ -49,6 +50,6 @@
literate={·}{{\textperiodcentered}}1 {}{{\textminus}}1 {}{{---}}1 {}{{--}}1
}
% Use biblatex with APA style for in-text citations like (Author, Year)
\usepackage[backend=bibtex,style=apa,natbib=true]{biblatex}
% Use biblatex with authoryear style for in-text citations like (Author, Year)
\usepackage[backend=bibtex,style=authoryear,natbib=true,maxcitenames=2]{biblatex}
\addbibresource{bib/references.bib}