summaryrefslogtreecommitdiff
path: root/tcr.tex
diff options
context:
space:
mode:
authorPaul Jungeblut <paul.jungeblut@gmail.com>2016-10-05 23:43:17 +0200
committerPaul Jungeblut <paul.jungeblut@gmail.com>2016-10-05 23:43:17 +0200
commitc07a7e5f7e83c1d425713c0bf0de845c11c31bd9 (patch)
treea0e2b4662e402e71652aaa29b979b45384b9750b /tcr.tex
parent2cb378d70cd847491680e7768798169ce3f93f00 (diff)
New two column layout to waste less space.
Diffstat (limited to 'tcr.tex')
-rw-r--r--tcr.tex33
1 files changed, 23 insertions, 10 deletions
diff --git a/tcr.tex b/tcr.tex
index 98cb063..fae288b 100644
--- a/tcr.tex
+++ b/tcr.tex
@@ -66,8 +66,14 @@
{~}{{\textasciitilde}}1
}
-% Don't waste space at the page borders.
-\usepackage[top=2cm, bottom=1cm, left=1cm, right=1cm]{geometry}
+% Don't waste space at the page borders. Use two column layout.
+\usepackage[
+ top=2cm,
+ bottom=1cm,
+ left=1cm,
+ right=1cm,
+ landscape
+]{geometry}
% Multicol layout for the table of contents.
\usepackage{multicol}
@@ -130,6 +136,10 @@
\biggr\}
}
+% Shift the title up to waste less space.
+\usepackage{titling}
+\setlength{\droptitle}{-8em}
+
% Title and author information.
\title{Team Contest Reference}
\author{ChaosKITs \\ Karlsruhe Institute of Technology}
@@ -138,17 +148,20 @@
% Titlepage with table of contents.
\maketitle
\setlength{\columnsep}{1cm}
-\begin{multicols}{2}
+\begin{multicols}{3}
\tableofcontents
\end{multicols}
\newpage
-\input{datastructures/datastructures}
-\input{graph/graph}
-\input{geometry/geometry}
-\input{math/math}
-\input{string/string}
-\input{java/java}
-\input{sonstiges/sonstiges}
+% Content.
+\begin{multicols}{2}
+ \input{datastructures/datastructures}
+ \input{graph/graph}
+ \input{geometry/geometry}
+ \input{math/math}
+ \input{string/string}
+ \input{java/java}
+ \input{sonstiges/sonstiges}
+\end{multicols}
\end{document} \ No newline at end of file