From e2bf944f95e54c0e30a6498cf24554e4f8cd7479 Mon Sep 17 00:00:00 2001 From: Mahdi Hoseini Date: Sun, 31 Aug 2025 13:13:47 -0700 Subject: [PATCH] fix(Makefile): update compiler to use latexmk with xelatex option - Changed CC variable to use latexmk for better compatibility --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ae1a12a..f521d6f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: examples -CC = xelatex +CC = latexmk -xelatex EXAMPLES_DIR = examples RESUME_DIR = examples/resume CV_DIR = examples/cv