summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Jungeblut <paul.jungeblut@gmail.com>2016-10-05 23:47:28 +0200
committerPaul Jungeblut <paul.jungeblut@gmail.com>2016-10-05 23:47:28 +0200
commit691fdec875864a589bc57aadca25a98cc8fd9ab8 (patch)
treec2a7827073ff799b8d490736f9fe772d7b95698a
parentc07a7e5f7e83c1d425713c0bf0de845c11c31bd9 (diff)
Makes it easy to change team name and university.
-rw-r--r--tcr.pdfbin265366 -> 265366 bytes
-rw-r--r--tcr.tex10
2 files changed, 7 insertions, 3 deletions
diff --git a/tcr.pdf b/tcr.pdf
index 9dbc300..f2abbf9 100644
--- a/tcr.pdf
+++ b/tcr.pdf
Binary files differ
diff --git a/tcr.tex b/tcr.tex
index fae288b..b77ccc6 100644
--- a/tcr.tex
+++ b/tcr.tex
@@ -1,5 +1,9 @@
\documentclass{article}
+% General information.
+\newcommand{\teamname}{ChaosKITs}
+\newcommand{\university}{Karlsruhe Institute of Technology}
+
% Font encoding.
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
@@ -18,8 +22,8 @@
\usepackage{scrpage2}
\pagestyle{scrheadings}
\clearscrheadfoot
-\ihead{Karlsruhe Institute of Technology}
-\chead{ChaosKITs}
+\ihead{\university}
+\chead{\teamname}
\ohead{\pagemark}
% Colors, used for syntax highlighting.
@@ -142,7 +146,7 @@
% Title and author information.
\title{Team Contest Reference}
-\author{ChaosKITs \\ Karlsruhe Institute of Technology}
+\author{\teamname \\ \university}
\begin{document}
% Titlepage with table of contents.