From da9dace7743ca04999c143cd172295de5bff08c7 Mon Sep 17 00:00:00 2001 From: Uzair Mohammed Date: Wed, 16 Apr 2025 21:08:34 -0700 Subject: [PATCH] Cleaned up code --- main_project.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main_project.tex b/main_project.tex index c5c726f..4ee2fb5 100644 --- a/main_project.tex +++ b/main_project.tex @@ -1,11 +1,12 @@ \documentclass{article} -\usepackage{amsmath} % For mathematical symbols like \implies +\usepackage{amsmath} \usepackage{listings} \usepackage{xcolor} \usepackage{pgfplots} \pgfplotsset{compat=1.18} +% MATLAB syntax highlighting config \lstset{ language=Matlab, basicstyle=\ttfamily\small,