aboutsummaryrefslogtreecommitdiff
path: root/stow/vim/dot-vim/ftplugin/tex/snips/template.txt
diff options
context:
space:
mode:
Diffstat (limited to 'stow/vim/dot-vim/ftplugin/tex/snips/template.txt')
-rw-r--r--stow/vim/dot-vim/ftplugin/tex/snips/template.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/stow/vim/dot-vim/ftplugin/tex/snips/template.txt b/stow/vim/dot-vim/ftplugin/tex/snips/template.txt
new file mode 100644
index 0000000..1f4bd46
--- /dev/null
+++ b/stow/vim/dot-vim/ftplugin/tex/snips/template.txt
@@ -0,0 +1,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}