summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Liu <joshua.liu@sourceobby.com>2025-09-13 17:09:17 -0400
committerJoshua Liu <joshua.liu@sourceobby.com>2025-09-13 17:12:38 -0400
commitc9d6e31375aca7c74a1f7735e5302af075db933f (patch)
treef965bac44942cb07951f24d6c28722e2e667a342
parentb989082739c317f896d054d43b615b83e6ac0502 (diff)
feat: modified tex template so that we can properly set the path to the asset directory
-rw-r--r--template_Mathnotes.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/template_Mathnotes.tex b/template_Mathnotes.tex
index aa271e5..4a81891 100644
--- a/template_Mathnotes.tex
+++ b/template_Mathnotes.tex
@@ -22,7 +22,7 @@
\usepackage{listings}
\usepackage{color}
\usepackage{xifthen}
-\graphicspath{ {/home/josh/Documents/texassets/} }
+### Insert graphicspath command here ###
\definecolor{dkgreen}{rgb}{0,0.6,0}
%\definecolor{gray}{rgb}{0.5,0.5,0.5}
\definecolor{red}{HTML}{ffb3b3}