summaryrefslogtreecommitdiffstats
path: root/vim/snippets/tex.snippets
blob: 3a79579f58ae87fc57b4f97c22d235b6ff151600 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
snippet article
	\documentclass[11pt]{article}
	\usepackage{jesse}

	\headers{${1}}
	        {\huge \textbf{${2}}}
	        {${3}}

	\begin{document}

	${0}

	\end{document}