\documentclass{article} % General information. \newcommand{\teamname}{ChaosKITs} \newcommand{\university}{Karlsruhe Institute of Technology} % Font encoding. \usepackage[T1]{fontenc} \usepackage[ngerman]{babel} \usepackage[utf8]{inputenc} % Include headers. \input{latexHeaders/layout} \input{latexHeaders/math} \input{latexHeaders/listings} % Title and author information. \title{Team Contest Reference} \author{\teamname \\ \university} \begin{document} % Titlepage with table of contents. \maketitle \setlength{\columnsep}{1cm} \begin{multicols}{2} \tableofcontents \end{multicols} \newpage % Content. \begin{multicols}{2} \input{datastructures/datastructures} \input{graph/graph} \input{geometry/geometry} \input{math/math} \input{string/string} \input{java/java} \input{other/other} \end{multicols} \end{document}