summaryrefslogtreecommitdiff
path: root/tcr.tex
diff options
context:
space:
mode:
Diffstat (limited to 'tcr.tex')
-rw-r--r--tcr.tex17
1 files changed, 9 insertions, 8 deletions
diff --git a/tcr.tex b/tcr.tex
index 445f8b6..e688a9b 100644
--- a/tcr.tex
+++ b/tcr.tex
@@ -3,12 +3,17 @@
\documentclass[a4paper,fontsize=7.8pt]{scrartcl}
% General information.
-\newcommand{\teamname}{Let's party!}
+\newcommand{\teamname}{Infinite Loopers}
\newcommand{\university}{Karlsruhe Institute of Technology}
+% Source code links (optional)
+\newcommand{\srclink}[1]{https://git.gloria-mundi.eu/tcr/plain/#1}
+
% Options
\newif\ifoptional
-%\optionaltrue
+\ifdefined\OPTIONAL
+ \optionaltrue
+\fi
% Font encoding.
\usepackage[T1]{fontenc}
@@ -40,6 +45,7 @@
% Content.
\begin{multicols*}{3}
+ \raggedcolumns
\input{datastructures/datastructures}
\input{graph/graph}
\input{geometry/geometry}
@@ -48,17 +54,12 @@
\clearpage
\input{math/tables}
\begin{multicols*}{3}
+ \raggedcolumns
\input{string/string}
\input{java/java}
\input{other/other}
\input{template/template}
\clearpage
- \ifodd\value{page}
- \else
- \null
- \thispagestyle{empty}
- \clearpage
- \fi
\input{tests/test}
\end{multicols*}
\end{document}