latex-setup

My personal LaTeX setup 🦁️⚙️

Commit
f79f5dee5ef063c65c242030d017f5b05ef9af36
Parent
b766bee6bfda87b6476468b3eab6e4532951cf9a
Author
Pablo <pablo-escobar@riseup.net>
Date

Updated some stuff...

Diffstats

6 files changed, 17 insertions, 3 deletions

Status Name Changes Insertions Deletions
Modified functional.sty 2 files changed 2 0
Modified images 2 files changed 1 1
Modified preamble-beamer.tex 2 files changed 1 1
Modified preamble-common.tex 2 files changed 1 1
Modified preamble-pt.tex 2 files changed 6 0
Modified preamble.tex 2 files changed 6 0
diff --git a/functional.sty b/functional.sty
@@ -59,6 +59,8 @@
 \newcategory{\Rep}{Rep}       % The category of representations of an object
 \newcategory{\FinRep}{FinRep} % The category of finite-dimensional 
                               % representations of an object
+\newcategory{\TopRep}{TopRep} % The category of continuous representations of a
+                              % topological group
 \newcategory{\Cat}{Cat}       % The category of (small) categories
 % The category of vector spaces over a (parameterized) field
 \newcommand{\Vect}[1]
diff --git a/images b/images
@@ -1 +1 @@
-Subproject commit c7dc47fa928c13acc2227c5afe69a0ca48e46e17
+Subproject commit 953f157323f4674174861aa11b412734c82cc2f5
diff --git a/preamble-beamer.tex b/preamble-beamer.tex
@@ -18,7 +18,7 @@
 % TODO: Get the color from the Beamer template
 \definecolor{marineblue}{RGB}{4, 6, 76}
 
-% Configure how link look
+% configure how link look
 \hypersetup{
 	colorlinks=true,
 	citecolor=marineblue,
diff --git a/preamble-common.tex b/preamble-common.tex
@@ -16,7 +16,7 @@
 \usepackage{mathtools, adjustbox}
 \usepackage[scr=esstix,cal=boondox]{mathalfa}
 \usepackage{enumitem, xfrac, xcolor, cancel, multicol, tabularx, relsize}
-\usepackage[colorlinks=true, citecolor=black]{hyperref}
+\usepackage{hyperref}
 \usepackage{csquotes}
 \usepackage{xalgebra, xgeometry, functional, capitalgreekall}
 \usepackage{ytableau}
diff --git a/preamble-pt.tex b/preamble-pt.tex
@@ -13,6 +13,12 @@
 \usepackage[brazil]{babel}
 \input{preamble-common}
 
+% configure how link look
+\hypersetup{
+	colorlinks=true,
+	citecolor=black,
+}
+
 % Configure the enumerate environment to use bold roman numerals
 \setenumerate[0]{label={\bfseries(\roman*)}}
 
diff --git a/preamble.tex b/preamble.tex
@@ -12,6 +12,12 @@
 \usepackage{xexercise}
 \input{preamble-common}
 
+% configure how link look
+\hypersetup{
+	colorlinks=true,
+	citecolor=black,
+}
+
 % Configure the enumerate environment to use bold roman numerals
 \setenumerate[0]{label={\bfseries(\roman*)}}