26 lines
459 B
TeX
26 lines
459 B
TeX
\usepackage{csquotes}
|
|
\usepackage[australian]{babel}
|
|
\usepackage{hyperref}
|
|
|
|
% Fonts
|
|
\usepackage{fontspec}
|
|
\setmonofont{VictorMono}[
|
|
Path=assets/fonts/VictorMono/,
|
|
Extension=.otf,
|
|
UprightFont = *-Regular,
|
|
BoldFont=*-Bold,
|
|
ItalicFont=*-Italic,
|
|
BoldItalicFont=*-BoldItalic,
|
|
]
|
|
\usepackage{unicode-math}
|
|
\setmathfont[
|
|
Scale=1.4
|
|
]{GFSNeohellenicMath.otf}
|
|
|
|
% References
|
|
\usepackage{biblatex}
|
|
|
|
% Glossary / Acronyms
|
|
\usepackage[acronym]{glossaries}
|
|
\makeglossaries{}
|