From 051855000c339ac93ad783a73761be697de5bbb6 Mon Sep 17 00:00:00 2001
From: Ondrej Guth <ondrej.guth@fit.cvut.cz>
Date: Mon, 31 Jul 2023 16:37:33 +0200
Subject: [PATCH] bugfix: packages listings and minted loaded both by default;
 fixing to load only listings by default

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

diff --git a/ctufit-thesis.tex b/ctufit-thesis.tex
index 3f94cae..ffbca40 100644
--- a/ctufit-thesis.tex
+++ b/ctufit-thesis.tex
@@ -92,7 +92,7 @@
 \usepackage[style=iso-numeric]{biblatex}
 \addbibresource{text/bib-database.bib}
 \usepackage{listings} % typesetting of sources
-\usepackage[newfloat]{minted}\captionsetup[listing]{position=top} % typesetting of sources
+%\usepackage[newfloat]{minted}\captionsetup[listing]{position=top} % typesetting of sources
 
 %theorems, definitions, etc.
 \theoremstyle{plain}
-- 
GitLab