From 3d3398827041fa789a40d364a55edb453156fc58 Mon Sep 17 00:00:00 2001 From: Sam <30577766+Samasaur1@users.noreply.github.com> Date: Sun, 11 Feb 2024 02:02:09 -0800 Subject: [PATCH] Use latexmk instead of pdflatex directly (closes #56) This means that references and other parts of LaTeX that need multiple runs will now work correctly. --- src/handlers.rs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/handlers.rs b/src/handlers.rs index 4e783b3..08ac999 100644 --- a/src/handlers.rs +++ b/src/handlers.rs @@ -297,6 +297,7 @@ pub(crate) async fn delete_file(obj: IdOnly, repos: Arc