From 5f49dcb68c6a09ef1f0583f6b9e59c24b6d73321 Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@user.noreply.gitlab.com> Date: Fri, 4 Sep 2020 16:59:19 +0200 Subject: [PATCH] Use latexmk as pdf process --- bundle/custom_win32_EVG02667NB.el | 1 + 1 file changed, 1 insertion(+) diff --git a/bundle/custom_win32_EVG02667NB.el b/bundle/custom_win32_EVG02667NB.el index 437ad9da..fde5dc4d 100644 --- a/bundle/custom_win32_EVG02667NB.el +++ b/bundle/custom_win32_EVG02667NB.el @@ -79,6 +79,7 @@ '(org-html-table-default-attributes (quote (:border "2" :cellspacing "0" :cellpadding "6" :rules "groups" :frame "hsides" :width "100%"))) + '(org-latex-pdf-process (quote ("latexmk -xelatex -shell-escape -quiet -f %f"))) '(org-modules (quote (ol-bbdb ol-bibtex ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m)))