diff options
Diffstat (limited to 'content/tcr.tex')
| -rw-r--r-- | content/tcr.tex | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/content/tcr.tex b/content/tcr.tex index 6d849d5..46a9a6a 100644 --- a/content/tcr.tex +++ b/content/tcr.tex @@ -6,12 +6,14 @@ ]{scrartcl} % General information. -\newcommand{\teamname}{Kindergarten Timelimit} +\newcommand{\teamname}{Infinite Loopers} \newcommand{\university}{Karlsruhe Institute of Technology} % Options \newif\ifoptional -%\optionaltrue +\ifdefined\OPTIONAL + \optionaltrue +\fi % Font encoding. \usepackage[T1]{fontenc} @@ -44,6 +46,7 @@ % Content. \begin{multicols*}{3} + \raggedcolumns \input{datastructures/datastructures} \input{graph/graph} \input{geometry/geometry} @@ -54,12 +57,6 @@ \input{other/other} \input{template/template} \clearpage - \ifodd\value{page} - \else - \null - \thispagestyle{empty} - \clearpage - \fi \input{tests/test} \end{multicols*} \end{document} |
