summaryrefslogtreecommitdiff
path: root/tcr.tex
diff options
context:
space:
mode:
Diffstat (limited to 'tcr.tex')
-rw-r--r--tcr.tex9
1 files changed, 8 insertions, 1 deletions
diff --git a/tcr.tex b/tcr.tex
index 4dce95e..cea7d08 100644
--- a/tcr.tex
+++ b/tcr.tex
@@ -8,6 +8,7 @@
\usepackage{amssymb}
\usepackage{enumitem}
+\setlist{nosep}
\usepackage{color}
\definecolor{darkred}{rgb}{0.72,0.07,0.07}
@@ -43,19 +44,25 @@
\usepackage[top=2cm, bottom=2cm, left=2cm, right=1cm]{geometry}
+\usepackage{multicol}
+
\title{Team Contest Reference}
\author{ChaosKITs \\ Karlsruhe Institute of Technology}
\begin{document}
\maketitle
-\tableofcontents
+\setlength{\columnsep}{1cm}
+\begin{multicols}{2}
+ \tableofcontents
+\end{multicols}
\newpage
\input{datastructures/datastructures}
\input{graph/graph}
\input{geometry/geometry}
\input{math/math}
+\input{string/string}
\input{sonstiges/sonstiges}
\end{document} \ No newline at end of file