diff options
Diffstat (limited to 'tcr.tex')
| -rw-r--r-- | tcr.tex | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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. |
