diff options
Diffstat (limited to 'tcr.tex')
| -rw-r--r-- | tcr.tex | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -1,4 +1,4 @@ -\documentclass{article} +\documentclass[a4paper,9pt]{scrartcl} % General information. \newcommand{\teamname}{Hello KITty} @@ -9,7 +9,7 @@ \usepackage[ngerman]{babel} \usepackage[utf8]{inputenc} -% Include headers. +% Include headers. \input{latexHeaders/layout} \input{latexHeaders/math} \input{latexHeaders/listings} @@ -17,16 +17,16 @@ % Title and author information. \title{Team Contest Reference} \author{\teamname \\ \university} -\date{20. November 2016} +\date{26. November 2017} \begin{document} % Titlepage with table of contents. \maketitle \setlength{\columnsep}{1cm} -\begin{multicols}{2} - \tableofcontents -\end{multicols} -\newpage +% \begin{multicols}{2} +% \tableofcontents +% \end{multicols} +% \newpage % Content. \begin{multicols*}{2} @@ -35,7 +35,6 @@ \input{geometry/geometry} \input{math/math} \input{string/string} - \input{java/java} \input{other/other} \end{multicols*} \end{document} |
