From bb2c234a0cfa07ebcd08c8bdedc8929d8d842e55 Mon Sep 17 00:00:00 2001
From: "iliya.saroukha" <iliya.saroukhanian@etu.hesge.ch>
Date: Fri, 28 Mar 2025 12:21:55 +0100
Subject: [PATCH] fix: sorting bib in alphabetical order

---
 thesis/config/thesis.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thesis/config/thesis.tex b/thesis/config/thesis.tex
index 82fe779..c46bc13 100644
--- a/thesis/config/thesis.tex
+++ b/thesis/config/thesis.tex
@@ -57,7 +57,7 @@
 \usepackage{xcolor}
 \usepackage{chngcntr}	% counter related package
 %\usepackage{emptypage}	% adds blank pages without number, but keeps page numbering going on
-\usepackage[backend=bibtex,style=iso-numeric,citestyle=numeric-comp]{biblatex}
+\usepackage[backend=bibtex,style=iso-numeric,citestyle=numeric-comp,sorting=nyt]{biblatex}
 
 \graphicspath{{figures/}}
 \addbibresource{references.bib}
-- 
GitLab