summaryrefslogtreecommitdiff
path: root/latexHeaders/layout.tex
diff options
context:
space:
mode:
authormzuenni <michi.zuendorf@gmail.com>2022-06-27 17:19:28 +0200
committermzuenni <michi.zuendorf@gmail.com>2022-06-27 17:19:28 +0200
commit5ab8a5088b729a9953b8dff1b2a985dc8fb2098b (patch)
treeed40d6936c0e9eee40ba62751cbf99ecddbaddc2 /latexHeaders/layout.tex
parentadabbad9c51cf7cd3874bfde8eac1fbcf84fec10 (diff)
updated tcr
Diffstat (limited to 'latexHeaders/layout.tex')
-rw-r--r--latexHeaders/layout.tex43
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}