From 597b6678380a88864a518c11933fdff63705a5cb Mon Sep 17 00:00:00 2001 From: Aria Shrimpton Date: Sun, 31 Mar 2024 18:33:37 +0100 Subject: font size fix --- thesis/main.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'thesis') 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, -- cgit v1.2.3