summaryrefslogtreecommitdiff
path: root/.config/vim/templates/tex/head
blob: 572c2d0b979e4ff4dee88a4ac5abe4681c55c3c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\documentclass{scrartcl}
\usepackage{graphicx}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[automark]{scrpage2}
\pagestyle{scrheadings}

\ihead{<+links+>}
\chead{\pagemark}
\ohead{\headmark}
\author{Phillip Berndt}
\date{\today{}}
\title{<++>}


\begin{document}
\maketitle
\tableofcontents
\newpage

\section{<++>}

\end{document}