% 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{biblatex} \usepackage{csquotes} % Custom commands \input{custom-commands/custom-title} \input{custom-commands/custom-lists}