-
Notifications
You must be signed in to change notification settings - Fork 5
/
tinykactl.tex
58 lines (43 loc) · 1.11 KB
/
tinykactl.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
\documentclass[10pt,a4paper,landscape]{report}
\usepackage{kactl}
\usepackage{fancyhdr}
\makeindex
\title{Tiny KTH ACM Contest Template Library}
\subtitle{{\tiny tiny}KACTL}
\advance\textwidth 17 cm%
\advance\textheight 7 cm%
\advance\topmargin -3 cm%
\advance\oddsidemargin -8.5 cm%
\pagestyle{fancy}
\chead{\thepage}
\lhead{} \rhead{}
\renewcommand{\headrulewidth}{0pt}
\begin{document}
% \begin{landscape}
\maketitle
\begin{kactlcols}
\tableofcontents
%\xinput{contest/precedence}
\xinput{contest/contest}
\xinput{identities}
\xinput{datastructures/datastructures}
\xinput{numerical/numerical}
\xinput{numtheory/numtheory}
\xinput{combinatorial/combinatorial}
\xinput{graph/graph}
\xinput{geometry/geometry}
\xinput{martinis}
\categorywritecontents{}
\end{kactlcols}
\begin{indexcols}
\appendix
\printindex
\end{indexcols}
% \begin{center}
% {\Huge
% \vglue 8cm
% \textsc{This page was originally page 25.}
% }
% \end{center}
% \end{landscape}
\end{document}