You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
560 B
22 lines
560 B
% 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}
|
|
|
|
|