latex-setup

My personal LaTeX setup 🦁️⚙️

Commit
18e21bbe3d62b2b1ad1834cc8acde64f5f8c05b5
Parent
54da273d30101e6e505a95275b0ee9b7b5ff8063
Author
Pablo <pablo-escobar@riseup.net>
Date

Replaced gensymb with mathabx

Also added fancyvrb and minted to the list of packages imported from the common preamble

Diffstat

1 file changed, 4 insertions, 3 deletions

Status File Name N° Changes Insertions Deletions
Modified preamble-common.tex 7 4 3
diff --git a/preamble-common.tex b/preamble-common.tex
@@ -10,13 +10,13 @@
 % | | | | | | (_) | | | || ||  __/>  < 
 % |_| |_| |_|\___/|_| |_(_)__\___/_/\_\
 %                                      
-% Pablo (C) 2020
+% Pablo (C) 2021
 
-\usepackage{amsmath, amssymb, amsthm, stmaryrd, mathrsfs, gensymb, dsfont}
+\usepackage{amsmath, amssymb, amsthm, stmaryrd, mathrsfs, mathabx, dsfont}
 \usepackage{mathtools, adjustbox}
 \usepackage[scr=esstix,cal=boondox]{mathalfa}
 \usepackage{enumitem, xfrac, xcolor, cancel, multicol, tabularx, relsize}
-\usepackage{hyperref, csquotes}
+\usepackage{fancyvrb, hyperref, csquotes}
 \usepackage{xalgebra, xtopology, xgeometry, functional, capitalgreekall}
 \usepackage{ytableau}
 \usepackage[backend=biber]{biblatex}
@@ -24,6 +24,7 @@
 \usepackage{graphicx, wrapfig}
 \usepackage{xparse}
 \usepackage[normalem]{ulem}
+\usepackage{minted}
 
 % Configure graphics
 \usetikzlibrary{calc, shadows.blur, shapes.geometric, patterns, arrows}