Last active
November 25, 2017 00:05
-
-
Save izanbf1803/99862eeba3e2805cc87727f23d96a622 to your computer and use it in GitHub Desktop.
LaTeX template (spanish, math).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\usepackage[spanish]{babel} | |
\selectlanguage{spanish} | |
\usepackage[utf8]{inputenc} | |
\setlength{\parindent}{0pt} | |
\usepackage{amsfonts} | |
\usepackage{mathtools} | |
\usepackage{amsmath} | |
\usepackage{cancel} | |
\begin{document} | |
... | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment