summaryrefslogtreecommitdiff
path: root/layout/header.tex
blob: bec1a4ffd3c47d66e8cb64e458cdd0546aa724d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
\usepackage[
  paperwidth=31cm,
  paperheight=15cm,
  top=0.5cm,
  bottom=0.5cm,
  left=1.5cm,
  right=1.5cm,
  headheight=0cm,
  headsep=0cm,
  includehead
]{geometry}

\usepackage[T1]{fontenc}

\usepackage{graphicx}

\usepackage{scrlayer-scrpage}
\ohead{\pagemark}

\usepackage[pdftex]{hyperref}

% high quality font in PDF render
\usepackage{lmodern}

% less space between list items
\usepackage{enumitem}
\setlist{noitemsep}

\ifdraft
	\usepackage{todonotes}
\else
	\usepackage[disable]{todonotes}
\fi

\usepackage{pgffor} % foreach loops
\usepackage{incgraph} % full width/height images

%\usepackage{showframe} % Auskommentieren, um die Layoutgrenzen anzuzeigen

\newcommand\invisiblesection[1]{%
  \refstepcounter{section}%
  \addcontentsline{toc}{section}{\protect\numberline{\thesection}#1}%
  \sectionmark{#1}}

\renewcommand*{\chapterpagestyle}{ChapterStyle} % Seitenzahlen auf Chapter-Seiten

\usepackage{csquotes}
\usepackage{listings}

\usepackage[style=apa,backend=biber]{biblatex}
\addbibresource{literatur.bib}