diff --git a/misc/packages.tex b/misc/packages.tex index f00d710..a53facc 100644 --- a/misc/packages.tex +++ b/misc/packages.tex @@ -21,13 +21,12 @@ \usepackage{custom-packages/greek-enumerate} % Greek enumeration for ordered item lists \usepackage{float} % For \begin{figure}[H] \usepackage[font={footnotesize, it}]{caption} % For captions under figures -\usepackage [autostyle]{csquotes} -\usepackage{listings} %TODO: unused atm (remove?) \usepackage{tabularx} % Support for break lines inside table cells \usepackage{multirow, booktabs} % Useful table styling commands \usepackage[flushleft]{threeparttable} % Table footnotes \usepackage[dvipsnames]{xcolor} % Text colors \usepackage{minted} % Source code highlighting (make sure to add -shell-escape flag!) +\usepackage [autostyle]{csquotes} \usepackage{tcolorbox} % Colored boxes \tcbuselibrary{minted} % Make tcolorbox work with minted \usepackage{graphicx} diff --git a/thesis.pdf b/thesis.pdf index 18219e9..33b7d34 100644 Binary files a/thesis.pdf and b/thesis.pdf differ