diff options
Diffstat (limited to '.config/vim/templates/tex')
-rw-r--r-- | .config/vim/templates/tex/head | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.config/vim/templates/tex/head b/.config/vim/templates/tex/head new file mode 100644 index 0000000..572c2d0 --- /dev/null +++ b/.config/vim/templates/tex/head @@ -0,0 +1,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} |