From 33a5324b9bcc2bf5a2ecdd81514cc8bf1ac62885 Mon Sep 17 00:00:00 2001 From: larstvei Date: Wed, 12 Oct 2022 21:35:57 +0200 Subject: [PATCH] Use xelatex --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index 4369583..481e2eb 100644 --- a/init.org +++ b/init.org @@ -1084,7 +1084,7 @@ #+BEGIN_SRC emacs-lisp (eval-after-load 'ox-latex '(setq org-latex-pdf-process - '("latexmk -pdflatex='pdflatex -shell-escape -interaction nonstopmode' -pdf -f %f"))) + '("latexmk -pdflatex='xelatex -shell-escape -interaction nonstopmode' -pdf -f %f"))) #+END_SRC For my thesis, I need to use our university's LaTeX class, this snippet