From c07a7e5f7e83c1d425713c0bf0de845c11c31bd9 Mon Sep 17 00:00:00 2001 From: Paul Jungeblut Date: Wed, 5 Oct 2016 23:43:17 +0200 Subject: New two column layout to waste less space. --- tcr.tex | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) (limited to 'tcr.tex') 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 -- cgit v1.2.3