From c9d6e31375aca7c74a1f7735e5302af075db933f Mon Sep 17 00:00:00 2001 From: Joshua Liu Date: Sat, 13 Sep 2025 17:09:17 -0400 Subject: feat: modified tex template so that we can properly set the path to the asset directory --- template_Mathnotes.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template_Mathnotes.tex') 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} -- cgit v1.2.3