From 98da8767ae3a0951e04b2f51ae13d37e3430eb71 Mon Sep 17 00:00:00 2001 From: Juan Marin Noguera Date: Tue, 6 Jun 2023 01:42:57 +0200 Subject: Pullbacks, pushouts y completitud --- main.tex | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'main.tex') diff --git a/main.tex b/main.tex index c969c54..5f7a07f 100644 --- a/main.tex +++ b/main.tex @@ -20,6 +20,7 @@ \usepackage{subcaption} \usepackage{tikz} \usepackage{float} +\usepackage{hyperref} \newenvironment{diagram}{\begin{tikzpicture}\selectlanguage{english}}{\end{tikzpicture}} @@ -30,6 +31,7 @@ % Theorem styles \newtheorem{proposition}{Proposición}[chapter] +\newtheorem{theorem}[proposition]{Teorema} \newtheorem{corollary}[proposition]{Corolario} \theoremstyle{definition} \newtheorem{definition}[proposition]{Definición} @@ -38,6 +40,8 @@ \newtheorem{example}[proposition]{Ejemplo} % Math macros +\newcommand{\E}{\text{e}} +\newcommand{\I}{\text{i}} \newcommand{\dash}{\text{-}} \newcommand{\dCat}[2]{\newcommand{#1}{{\bf #2}}} \newcommand{\conc}[1]{\emph{#1}} -- cgit v1.2.3