From 6c4f66cb52cf5a0fa0f6689c18c10d31730ade77 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 29 Oct 2019 01:22:04 +0000 Subject: Add lualatex to latexmk --- emacs/loader.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'emacs') diff --git a/emacs/loader.org b/emacs/loader.org index 3ebff75..31809bb 100644 --- a/emacs/loader.org +++ b/emacs/loader.org @@ -670,8 +670,6 @@ incrementally selecting more and more of the text. (use-package yasnippet :config (yas-global-mode)) - - (use-package yasnippet-snippets) #+END_SRC ** Nix @@ -775,7 +773,7 @@ Markdown is the standard for writing documentation. This snippet loads GFM org-directory (expand-file-name "~/Dropbox/org") org-image-actual-width nil org-format-latex-options (plist-put org-format-latex-options :scale 1.5) - org-latex-pdf-process (list "latexmk -shell-escape -bibtex -f -pdf %f") + org-latex-pdf-process (list "latexmk -lualatex -shell-escape -bibtex -f -pdf %f") org-default-notes-file (concat org-directory "/inbox.org") org-image-actual-width nil org-export-allow-bind-keywords t) -- cgit