diff options
Diffstat (limited to 'content/tcr.tex')
| -rw-r--r-- | content/tcr.tex | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/content/tcr.tex b/content/tcr.tex index b327b37..afac53c 100644 --- a/content/tcr.tex +++ b/content/tcr.tex @@ -3,12 +3,20 @@ \documentclass[a4paper,fontsize=7.8pt]{scrartcl} % General information. -\newcommand{\teamname}{Kindergarten Timelimit} +\newcommand{\teamname}{Infinite Loopers} \newcommand{\university}{Karlsruhe Institute of Technology} +% Source code links (optional) +\ifdefined\srclink +\else + \newcommand{\srclink}[1]{https://git.gloria-mundi.eu/tcr/plain/#1} +\fi + % Options \newif\ifoptional -%\optionaltrue +\ifdefined\OPTIONAL + \optionaltrue +\fi % Font encoding. \usepackage[T1]{fontenc} @@ -41,6 +49,7 @@ % Content. \begin{multicols*}{3} + \raggedcolumns \input{datastructures/datastructures} \input{graph/graph} \input{geometry/geometry} @@ -49,17 +58,12 @@ \clearpage \input{math/tables} \begin{multicols*}{3} + \raggedcolumns \input{string/string} \input{python/python} \input{other/other} \input{template/template} \clearpage - \ifodd\value{page} - \else - \null - \thispagestyle{empty} - \clearpage - \fi \input{tests/test} \end{multicols*} \end{document} |
