diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2020-10-07 09:53:54 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2020-10-07 09:53:54 +0200 |
| commit | 7a2978f3ba7e2237e43353479ee3b252488c51fc (patch) | |
| tree | 72120c569c2a4e6838ae93295b092f95c0ebb9a4 /layout/header.tex | |
| download | gharaei-template-master.tar.gz gharaei-template-master.zip | |
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} |
