diff options
Diffstat (limited to 'layout/header.tex')
| -rw-r--r-- | layout/header.tex | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/layout/header.tex b/layout/header.tex new file mode 100644 index 0000000..bec1a4f --- /dev/null +++ b/layout/header.tex @@ -0,0 +1,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} |
