b5b123e84ccf12c77f1e8e59ccd2092db7660f6a
[phd-thesis.git] / preamble.tex
1 \usepackage[utf8]{inputenc} % Input encoding
2 \usepackage[T2A,T1]{fontenc} % Font encoding
3
4 % Typography, widows, orphans, fonts
5 \input{preamble/typography}
6
7 % Internationalisation
8 \input{preamble/internationalisation}
9
10 % Papersize and layout
11 \input{preamble/layout}
12
13 % Bibliography
14 \input{preamble/bibliography}
15
16 % Tables
17 \input{preamble/table}
18
19 % Listings
20 \input{preamble/listings}
21
22 % Graphics
23 \input{preamble/graphics}
24
25 % Crossreferences, urls and hyperlinks
26 \input{preamble/crossref}
27
28 % Glossaries and acronyms
29 \input{preamble/glossaries}
30
31 % Custom commands
32 \input{preamble/commands}
33
34 % File structure, this must be last of the preamble
35 \usepackage{subfiles}
36
37 % Metadata (only works in main document) and should go after subfiles
38 \input{preamble/metadata}