summaryrefslogtreecommitdiff
path: root/.config/vim/templates/tex/head
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2015-03-23 15:29:59 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2015-03-23 15:29:59 +0100
commit2e6c54477e29b52cbb01de14a1c393f54d7b2d04 (patch)
tree85fa6f2ce54c2bb9a1eeca37cda6851e6f522b20 /.config/vim/templates/tex/head
parent23ea7df862bfcbb4ab22a3c0a3fb55b0c35b37fb (diff)
downloaddotfiles-2e6c54477e29b52cbb01de14a1c393f54d7b2d04.tar.gz
dotfiles-2e6c54477e29b52cbb01de14a1c393f54d7b2d04.tar.bz2
dotfiles-2e6c54477e29b52cbb01de14a1c393f54d7b2d04.zip
Remove cruft stuff from vim and use git submodules for plugins
Diffstat (limited to '.config/vim/templates/tex/head')
-rw-r--r--.config/vim/templates/tex/head23
1 files changed, 0 insertions, 23 deletions
diff --git a/.config/vim/templates/tex/head b/.config/vim/templates/tex/head
deleted file mode 100644
index 572c2d0..0000000
--- a/.config/vim/templates/tex/head
+++ /dev/null
@@ -1,23 +0,0 @@
-\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}