summaryrefslogtreecommitdiff
path: root/iadocs/header.inc
blob: 183be185942530ce63c9972ccda637c56da6ea32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% This file is to be \input{}'ed into the preamble of other documents

\documentclass[numbers=endperiod, parskip=half-]{scrartcl}

\subject{IBDP Computer Science Internal Assessment}
\author{Runxi Yu}
\date{\today}

\usepackage{fontspec}
\setmainfont{TeX Gyre Termes}
\setsansfont{TeX Gyre Heros}
\setmonofont{Inconsolatazi4}
\usepackage{unicode-math}
\setmathfont{TeX Gyre Termes Math}
\usepackage{microtype}

\usepackage{xcolor}
\usepackage[colorlinks, allcolors={white!40!blue!50!black}]{hyperref}