aboutsummaryrefslogtreecommitdiff
path: root/thesis
diff options
context:
space:
mode:
Diffstat (limited to 'thesis')
-rw-r--r--thesis/main.tex3
1 files changed, 1 insertions, 2 deletions
diff --git a/thesis/main.tex b/thesis/main.tex
index 45285e1..0376f11 100644
--- a/thesis/main.tex
+++ b/thesis/main.tex
@@ -22,7 +22,6 @@
%% Code blocks
\usepackage{listings, listings-rust}
-\usepackage{courier}
\definecolor{codegreen}{rgb}{0,0.6,0}
\definecolor{codegray}{rgb}{0.5,0.5,0.5}
\definecolor{codepurple}{rgb}{0.58,0,0.82}
@@ -31,7 +30,7 @@
keywordstyle=\color{magenta},
numberstyle=\tiny\color{codegray},
stringstyle=\color{codepurple},
- basicstyle=\ttfamily\footnotesize,
+ basicstyle=\ttfamily,
breakatwhitespace=false,
breaklines=true,
captionpos=b,