summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--latexHeaders/listings.tex2
-rw-r--r--tcr.pdfbin308057 -> 318963 bytes
-rw-r--r--tcr.tex4
3 files changed, 3 insertions, 3 deletions
diff --git a/latexHeaders/listings.tex b/latexHeaders/listings.tex
index 02b34bd..135b2af 100644
--- a/latexHeaders/listings.tex
+++ b/latexHeaders/listings.tex
@@ -20,7 +20,7 @@
breakatwhitespace=false,
postbreak=\space,
tabsize=2,
- basicstyle=\ttfamily\footnotesize,
+ basicstyle=\ttfamily\small,
showspaces=false,
showstringspaces=false,
extendedchars=true,
diff --git a/tcr.pdf b/tcr.pdf
index ccba5f6..0e021b9 100644
--- a/tcr.pdf
+++ b/tcr.pdf
Binary files differ
diff --git a/tcr.tex b/tcr.tex
index ce3b5dd..675edf4 100644
--- a/tcr.tex
+++ b/tcr.tex
@@ -1,4 +1,4 @@
-\documentclass{article}
+\documentclass[a4paper,9pt]{scrartcl}
% General information.
\newcommand{\teamname}{Hello KITty}
@@ -9,7 +9,7 @@
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
-% Include headers.
+% Include headers.
\input{latexHeaders/layout}
\input{latexHeaders/math}
\input{latexHeaders/listings}