-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreamble.tex
42 lines (31 loc) · 1.3 KB
/
preamble.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
% !TEX TS-program = xelatex
% !TEX encoding = UTF-8 Unicode
\usepackage{babel} % multi-language support
\usepackage{float} % floats
\usepackage{url} % urls
\usepackage{hyperref}
\usepackage{enumitem} % Customizing
\usepackage{marvosym} % Allows the use of symbols
\usepackage{parskip} % Spacing adjustments
\usepackage{ragged2e}
\usepackage{geometry} % Required for adjusting page dimensions and margins
\usepackage{titlesec} % Custom section headers
% Main font
\usepackage{fontspec}
\usepackage{lastpage} % Required for \pageref{LastPage}
% Links
\usepackage{color}
\definecolor{linkcolour}{rgb}{0,0.2,0.6}
% Headers
% Format for \section
\titleformat{\section}
{\normalfont\Large\bfseries\raggedright} % Format applied to the whole title
{\thesection}{1em}{} % Label format and spacing
% Format for \subsection
\titleformat{\subsection}
{\normalfont\large\bfseries\raggedright} % Format: normal font, large size, bold, right alignment
{\thesubsection}{1em}{} % Label format and spacing
% Format for \subsubsection
\titleformat{\subsubsection}
{\normalfont\normalsize\bfseries\raggedright} % Format: normal font, normal size, bold, right alignment
{\thesubsubsection}{1em}{} % Label format and spacing