From 1c1b136ba69798f97c67f3d3b7aeb453e719b571 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Wed, 7 Sep 2022 20:35:32 -0500 Subject: [PATCH] changes to latexmk --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 9ab78f7..334d89d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -176,7 +176,7 @@ alias ll='ls -l' alias say='espeak -v default -p 10 -s 150 -a 200 2> /dev/null' alias tmux='tmux -u' - alias pdfmk='latexmk -pdfxe -pvc' + alias pdfmk='latexmk -lualatex -pvc' # needs to have a number immediately after it. alias slideshow='feh --full-screen --randomize --auto-zoom --recursive --slideshow-delay' # converts all .doc and .docx files in the local directory to pdfs using libreoffice