From 4bfadc42296fc5579e41358d3f333a0270bff7d0 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Mon, 18 Sep 2023 17:06:28 +0200 Subject: [PATCH] Set tex-engine to xetex --- bundle/custom_gnu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index b52552ee..daa3ff08 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -5,7 +5,7 @@ ;; If there is more than one, they won't work right. '(Info-additional-directory-list '("~/Documents/info/")) '(Info-default-directory-list '("/usr/share/info/")) - '(TeX-engine 'xetex) + '(TeX-engine 'xetex t) '(ansi-color-faces-vector [default default default italic underline success warning error]) '(backup-directory-alist '(("." . "~/.backup_filez")))