diff options
author | Aria Shrimpton <me@aria.rip> | 2024-03-31 18:33:37 +0100 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-03-31 18:33:37 +0100 |
commit | 597b6678380a88864a518c11933fdff63705a5cb (patch) | |
tree | 442ea0426aa0ad99276054b5ff4f643d932bd71f /thesis/main.tex | |
parent | 89c3e04eb22b67dfa21199c8a76d4ecc953fe6d7 (diff) |
font size fix
Diffstat (limited to 'thesis/main.tex')
-rw-r--r-- | thesis/main.tex | 3 |
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, |