summaryrefslogtreecommitdiff
path: root/tcr.tex
diff options
context:
space:
mode:
authorpjungeblut <paul.jungeblut@gmail.com>2014-11-23 23:01:04 +0100
committerpjungeblut <paul.jungeblut@gmail.com>2014-11-23 23:01:04 +0100
commit3bf9e44bf552ef5ceef2a4eef87907cc1a8db09b (patch)
tree0348c99d32361c5787a41740c0d1f5156a5bd031 /tcr.tex
parent4cc304e57566d149582d974cdaf4a7f724c6b5c1 (diff)
parent213662f659ed8b0a95da110ae6eb5e91e2ecae71 (diff)
gebaut
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