diff options
author | Aria Shrimpton <me@aria.rip> | 2024-03-06 16:15:23 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-03-06 16:15:23 +0000 |
commit | bbfdd5ec7404a28ae735884db3d98f2eebc48fa1 (patch) | |
tree | 55dfab6192a80d19e51768008a8e1660062df420 /thesis/main.tex | |
parent | 7d1f4550b99783c9c09383f4807e5a4b32b42cb3 (diff) |
most of rest of implementation chapter
Diffstat (limited to 'thesis/main.tex')
-rw-r--r-- | thesis/main.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thesis/main.tex b/thesis/main.tex index 9b65351..f12e6eb 100644 --- a/thesis/main.tex +++ b/thesis/main.tex @@ -15,7 +15,7 @@ \newcommand{\todo}[1]{\colorbox{yellow}{TODO: #1} \par} %% Code blocks -\usepackage{listings} +\usepackage{listings, listings-rust} \usepackage{courier} \definecolor{codegreen}{rgb}{0,0.6,0} \definecolor{codegray}{rgb}{0.5,0.5,0.5} |