% Packages used % Used for flexibility, so other types of documents can have their own preambles (e.g. presentations) \usepackage[subpreambles=true]{standalone} % Used for all the files inside thesis directory \usepackage{subfiles} % General styling settings \usepackage{thesis-general} % Paper size and margins \usepackage{geometry} \usepackage[backend=bibtex, sorting=none]{biblatex} \usepackage{csquotes} \usepackage{listings} % Typeset source code listings % Custom commands \input{custom-commands/custom-title} \input{custom-commands/custom-lists}