forked from kth-competitive-programming/kactl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kactl.tex
36 lines (32 loc) · 934 Bytes
/
kactl.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
\documentclass[9pt, a4paper, notitlepage]{extreport}
\usepackage{kactlpkg}
\kactlcontentdir{content}
\university{Oxford}{University of Oxford}{kth}
\team{New Jeans}{Viktor Kozhuharov, Thien Udomsrirungruang, Harris Leung}
% \contest{ACM-ICPC World Finals 2017}{May 24, 2017}
\contest{\ }{\today}
% \enablecolors
\begin{document}
\maketeampage
% Small KACTL header on the first page:
% \maketitle{``One Last Time'' Edition}{\today}
\begin{multicols*}{3}
\thispagestyle{fancy}
% Table of contents, without subsections:
\setcounter{tocdepth}{0}
\tableofcontents
\kactlchapter{contest}
\kactlchapter{math}
\kactlchapter{data-structures}
\kactlchapter{numerical}
\kactlchapter{number-theory}
\kactlchapter{combinatorial}
\kactlchapter{graph}
\kactlchapter{geometry}
\kactlchapter{strings}
\kactlchapter{various}
\end{multicols*}
% \begin{multicols*}{3}
% \kactlchapter{appendix}
% \end{multicols*}
\end{document}