diff options
Diffstat (limited to 'latexHeaders/layout.tex')
| -rw-r--r-- | latexHeaders/layout.tex | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/latexHeaders/layout.tex b/latexHeaders/layout.tex deleted file mode 100644 index 843798a..0000000 --- a/latexHeaders/layout.tex +++ /dev/null @@ -1,43 +0,0 @@ -% Don't waste space at the page borders. Use two column layout. -\usepackage[ - top=2cm, - bottom=1cm, - left=1cm, - right=1cm, - landscape -]{geometry} - - -% Headline and bottomline. -\usepackage{scrpage2} -\pagestyle{scrheadings} -\clearscrheadfoot -\ihead{\university} -\chead{\teamname} -\ohead{\pagemark} - -% Shift the title up to waste less space. -\usepackage{titling} -\setlength{\droptitle}{-9em} - -% Reduce spaces around sections and subsections. -\usepackage{titlesec} -\titlespacing*{\section}{0pt}{0pt}{0pt} -\titlespacing*{\subsection}{0pt}{0pt}{0pt} - -% Nice enumerations without wasting space above and below. -\usepackage{enumitem} -\setlist{nosep} - -% Multicol layout for the table of contents. -\usepackage{multicol} -\usepackage{multirow} - -% Automatically have table fill horizontal space. -\usepackage{tabularx} - -% Nice table line. -\usepackage{booktabs} - -% Dingbats symbols. -\usepackage{pifont} |
