forked from kth-competitive-programming/kactl
-
Notifications
You must be signed in to change notification settings - Fork 1
/
kactl.tex
32 lines (29 loc) · 880 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
\documentclass[9pt, a4paper, notitlepage]{extreport}
\usepackage{kactlpkg}
\kactlcontentdir{content}
\university{ENS Ulm 1}{École Normale Supérieure, Paris}{kth}
\team{ENS Ulm 1}{Arthur Léonard, Hugo Peyraud-Magnin, Noé Weeks}
\contest{ACM-ICPC World Finals 2020}{}
\contest{\ }{\today}
% \enablecolors
\begin{document}
\maketeampage
% Small KACTL header on the first page:
% \maketitle{``One Last Time'' Edition}{\today}
\begin{multicols*}{3}
% Table of contents, without subsections:
\setcounter{tocdepth}{0}
\tableofcontents\thispagestyle{fancy}
\kactlchapter{contest}
\kactlchapter{math}
\kactlchapter{data-structures}
\kactlchapter{numerical}
\kactlchapter{number-theory}
\kactlchapter{combinatorial}
\kactlchapter{graph}
\kactlchapter{geometry}
\kactlchapter{strings}
\kactlchapter{various}
%\kactlchapter{appendix}
\end{multicols*}
\end{document}