diff --git a/preamble.tex b/preamble.tex
@@ -11,12 +11,8 @@
\usepackage{pgfplots, tikz, tikz-cd}
\usepackage{graphicx, wrapfig}
\usepackage[normalem]{ulem}
-\usepackage{minted}
\usepackage{fontspec}
-% Set the color scheme used by minted
-\usemintedstyle{manni}
-
% Configure graphics
\usetikzlibrary{calc, shadows.blur, shapes.geometric, patterns, arrows}
\pgfplotsset{compat=1.16}
@@ -47,25 +43,13 @@
\theoremstyle{definition}
\newtheorem*{definition}{Definição}
\newtheorem*{example}{Exemplo}
-\theoremstyle{remark}
-\let\note\relax
-\newtheorem*{fact}{Fato}
-\newtheorem*{note}{Nota}
% Beamer settings
\usetheme[progressbar=frametitle]{metropolis}
\setbeamertemplate{itemize items}{\textbullet}
-\setmonofont{DejaVu Sans Mono}
% Configure how items look
\setenumerate[0]{label={\normalfont\arabic*.}}
\setitemize{label=\usebeamerfont*{itemize item}%
\usebeamercolor[fg]{itemize item}
\usebeamertemplate{itemize item}}
-
-% Configure the spacing of columns in tables
-\setlength{\tabcolsep}{5pt}
-
-% Include references that aren't cited anywhere
-\nocite{*}
-