diff options
author | Joshua Liu <joshua.liu@sourceobby.com> | 2025-09-13 17:09:17 -0400 |
---|---|---|
committer | Joshua Liu <joshua.liu@sourceobby.com> | 2025-09-13 17:12:38 -0400 |
commit | c9d6e31375aca7c74a1f7735e5302af075db933f (patch) | |
tree | f965bac44942cb07951f24d6c28722e2e667a342 | |
parent | b989082739c317f896d054d43b615b83e6ac0502 (diff) |
feat: modified tex template so that we can properly set the path to the asset directory
-rw-r--r-- | template_Mathnotes.tex | 2 |
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} |