From 8425b707b15218e3bba1dbed211386447c9c81bb Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Sat, 1 Jul 2023 01:25:49 -0700 Subject: [PATCH] Fix justfile's use of typst --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 9eb40ec..9f54b37 100644 --- a/justfile +++ b/justfile @@ -2,7 +2,7 @@ default: just --list build_resume: - ~/code/external/typst/target/release/typst resume.typ ./"Greg Shuflin Resume.pdf" + typst compile resume.typ ./"Greg Shuflin Resume.pdf" build_resume_latex: lualatex -jobname "Greg Shuflin resume" resume.tex