latex-setup

My personal LaTeX setup 🦁️⚙️

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

Updated some stuff...

Diffstat

5 files changed, 16 insertions, 2 deletions

Status File Name N° Changes Insertions Deletions
Modified functional.sty 2 2 0
Modified preamble-beamer.tex 2 1 1
Modified preamble-common.tex 2 1 1
Modified preamble-pt.tex 6 6 0
Modified preamble.tex 6 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/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*)}}