Skip to content

Instantly share code, notes, and snippets.

@brenes
Created December 18, 2012 16:07
Show Gist options
  • Select an option

  • Save brenes/4329292 to your computer and use it in GitHub Desktop.

Select an option

Save brenes/4329292 to your computer and use it in GitHub Desktop.
Simple latex document template
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[spanish,activeacute]{babel}
\title{Titulo}
\author{Autor}
\begin{document}
\maketitle
\section{Secciones}
\subsection{Subsecciones}
asdasd asdasd
asdasd
asd
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment