diff options
| author | Gloria Mundi <gloria@gloria-mundi.eu> | 2024-11-16 01:24:14 +0100 |
|---|---|---|
| committer | Gloria Mundi <gloria@gloria-mundi.eu> | 2024-11-16 01:24:14 +0100 |
| commit | 98567ec798aa8ca2cfbcb85c774dd470f30e30d4 (patch) | |
| tree | 5113d5cc24d1ad5f93810b6442ce584a36950dc8 /tcr.tex | |
| parent | ad3856a6b766087df0036de0b556f4700a6498c9 (diff) | |
| parent | 8d11c6c8213f46f0fa19826917c255edd5d43cb1 (diff) | |
mzuenni tests
Diffstat (limited to 'tcr.tex')
| -rw-r--r-- | tcr.tex | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/tcr.tex b/tcr.tex deleted file mode 100644 index 369aaa8..0000000 --- a/tcr.tex +++ /dev/null @@ -1,66 +0,0 @@ - -%maybe size 9pt if too many pages -\documentclass[a4paper,fontsize=7.8pt]{scrartcl} - -% General information. -\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 -\ifdefined\OPTIONAL - \optionaltrue -\fi - -% Font encoding. -\usepackage[T1]{fontenc} -\usepackage[ngerman]{babel} -\usepackage[utf8]{inputenc} -\usepackage[hidelinks,pdfencoding=auto]{hyperref} - -% Include headers. -\usepackage{latexHeaders/layout} -\usepackage{latexHeaders/math} -\usepackage{latexHeaders/code} -\usepackage{latexHeaders/commands} - -% Title and author information. -\title{Team Contest Reference} -\author{\teamname \\ \university} -\date{\today} -\begin{document} - -% Titlepage with table of contents. -\setlength{\columnsep}{1cm} -\optional{ -\maketitle -\begin{multicols*}{3} - \tableofcontents -\end{multicols*} -} - -\newpage - -% Content. -\begin{multicols*}{3} - \raggedcolumns - \input{datastructures/datastructures} - \input{graph/graph} - \input{geometry/geometry} - \input{math/math} -\end{multicols*} - \clearpage - \input{math/tables} -\begin{multicols*}{3} - \raggedcolumns - \input{string/string} - \input{python/python} - \input{other/other} - \input{template/template} - \clearpage - \input{tests/test} -\end{multicols*} -\end{document} |
