summaryrefslogtreecommitdiff
path: root/iadocs/appendix.tex
blob: c0540ac5cdef4e54c1dae1d9842dd5df28845c6c (plain) (blame)
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
\documentclass[numbers=endperiod, parskip=half-]{scrreprt}

\title{Appendix}
\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}

\usepackage{minted}

\usepackage{geometry}
\geometry{
	margin=0.5in,
	includefoot,
}
\usepackage{multicol}

\makeatletter
% https://tex.stackexchange.com/questions/390842
% Two-column table of contents
\let\@starttocorg\@starttoc
\def\@starttoc#1{%
	\begin{multicols*}{2}%
		\@starttocorg{#1}%
	\end{multicols*}}%
\makeatother

\begin{document}
\maketitle

\tableofcontents

\input{source.gen}

\chapter{Copyright license}

\input{agpl.inc}

\end{document}