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.
19 lines
439 B
19 lines
439 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{biblatex}
|
|
\usepackage{csquotes}
|
|
|
|
% Custom commands
|
|
\input{custom-commands/custom-title}
|
|
|