-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathHeader.tex
79 lines (57 loc) · 1.64 KB
/
Header.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
% !TeX root = Thesis.tex
\usepackage[hidelinks]{hyperref}
% PDF Metadata
\hypersetup%
{%
pdfencoding=auto,
pdfauthor={\thesisauthor},
pdfproducer={\thesisauthor},
pdfsubject={\thesissubject},
pdftitle={\thesistitle},
pdfkeywords={\thesiskeywords}
}
%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%
%\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc} % For UTF-8
\usepackage[UKenglish]{babel}
%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%
% Math fonts
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{subcaption}
\usepackage{microtype} % Use this for nicer text spacing
\usepackage{enumerate}
%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%
\usepackage{tabularx}
\usepackage{booktabs}
% From: https://tex.stackexchange.com/questions/12703/how-to-create-fixed-width-table-columns-with-text-raggedright-centered-raggedlef
\usepackage{array}
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%
% Recommended to use for in-document cross-referencing.
\usepackage{cleveref}
%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%
% For \bibentry
\usepackage{bibentry}
\nobibliography*
%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%
% Author: Phil Taylor
%\usepackage[draft]{todonotes}
%\newcommand{\citationneeded}[1]{\textcolor{blue}{\textbf{[ citation needed~\citet{#1}}}}
%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%
\usepackage[acronym,symbols,nonumberlist,toc,nogroupskip]{glossaries}
\makenoidxglossaries
\include{Preamble/GlossaryDefs}
%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%