skel latex
This commit is contained in:
parent
2b2a97c37d
commit
061e43759d
1 changed files with 21 additions and 0 deletions
21
vim/skeletons/skel.latex
Normal file
21
vim/skeletons/skel.latex
Normal file
|
@ -0,0 +1,21 @@
|
|||
\documentclass[11pt]{article}
|
||||
\usepackage[utf8]{inputenc}
|
||||
|
||||
|
||||
\title{\textbf{<+TITLE+>}}
|
||||
\author{Frank Villaro-Dixon}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
\section{<+SECTION+>}
|
||||
\subsection{<+SUBSECTION+>}
|
||||
<+CONTENT+>
|
||||
|
||||
\end{document}
|
||||
|
||||
%\emph{TOTO}
|
||||
%\footnote{THING}
|
||||
%\&
|
||||
%\textasciitilde
|
Loading…
Reference in a new issue