diff options
Diffstat (limited to 'main.tex')
| -rw-r--r-- | main.tex | 13 | 
1 files changed, 12 insertions, 1 deletions
| @@ -4,7 +4,8 @@  \usepackage[utf8]{inputenc}  \usepackage[spanish]{babel}  \usepackage{microtype} -\usepackage[a4paper,width=150mm,top=25mm,bottom=25mm,bindingoffset=6mm]{geometry} +\usepackage[a4paper,width=150mm,top=25mm,bottom=25mm]{geometry} %,bindingoffset=6mm +\renewcommand{\chaptername}{Capítulo} % Fix lack of i18n  \usepackage{fancyhdr}  \pagestyle{fancy}  % \renewcommand{\headrulewidth}{0.4pt} @@ -18,6 +19,9 @@  \usepackage{caption}  \usepackage{subcaption}  \usepackage{tikz} +\usepackage{float} + +\newenvironment{diagram}{\begin{tikzpicture}\selectlanguage{english}}{\end{tikzpicture}}  % Math packages  \usepackage{mathtools} @@ -61,7 +65,9 @@  \dCat{\bField}{Field}  \dCat{\bMod}{Mod}  \dCat{\bVec}{Vec} +\dCat{\bVecf}{Vec_f}  \dCat{\bTop}{Top} +\dCat{\bTopm}{Top_m}  \dCat{\bMetc}{Met_c}  \dCat{\bMetu}{Met_u}  \dCat{\bMet}{Met} @@ -72,6 +78,11 @@  \dCat{\bOne}{1}  \dCat{\bTwo}{2}  \dCat{\bDown}{\downarrow} +\dCat{\bCat}{Cat} +\dCat{\bCAT}{CAT} +\dCat{\bCls}{Cls} +\dCat{\bTopVec}{TopVec} +\newcommand{\cA}{\mathcal{A}}  \newcommand{\cB}{\mathcal{B}}  \newcommand{\cC}{\mathcal{C}}  \newcommand{\cD}{\mathcal{D}} | 
