aboutsummaryrefslogtreecommitdiff
path: root/stow/vim/dot-vim/ftplugin/tex/snips/template.txt
blob: 1f4bd46837de20e9ebddc21570b82157c940e114 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
\documentclass{article}

\usepackage{geometry}
\usepackage{graphicx}
\usepackage{booktabs}

\geometry{left=4.5cm,top=2cm,bottom=2cm,right=4.5cm}

\renewcommand{\contentsname}{Contenidos}
\renewcommand{\figurename}{Figura}

\begin{document}

\frenchspacing

\title{<+++>}

\author{<++>}

\date{}

\maketitle

\tableofcontents

\section{<++>}

<++>

\end{document}