forked from kth-competitive-programming/kactl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kactl.tex
37 lines (33 loc) · 931 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
37
\documentclass[9pt, a4paper, notitlepage]{extreport}
\usepackage{kactlpkg}
\kactlcontentdir{content}
\university{FCAI}{Faculty of Computers and Artificial Intelligence}{omg}
\team{O(7aba 7elween)}{Ahmed Dardery, Ehab Fawzy, Magdy Hasan}
\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{trees}
\kactlchapter{geometry}
\kactlchapter{strings}
\kactlchapter{dp}
\kactlchapter{various}
\end{multicols*}
\begin{multicols*}{3}
\kactlchapter{appendix}
\end{multicols*}
\end{document}