From 691fdec875864a589bc57aadca25a98cc8fd9ab8 Mon Sep 17 00:00:00 2001 From: Paul Jungeblut Date: Wed, 5 Oct 2016 23:47:28 +0200 Subject: Makes it easy to change team name and university. --- tcr.pdf | Bin 265366 -> 265366 bytes tcr.tex | 10 +++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/tcr.pdf b/tcr.pdf index 9dbc300..f2abbf9 100644 Binary files a/tcr.pdf and b/tcr.pdf 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. -- cgit v1.2.3