From 37314aca9bee95b7fabb1311caaeb3dbd4dcb357 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Wed, 13 Dec 2023 21:30:14 +0100 Subject: [PATCH] Enable microtype package by default --- bundle/bundle--org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle/bundle--org.el b/bundle/bundle--org.el index 3bb7ef81..de3c0bef 100644 --- a/bundle/bundle--org.el +++ b/bundle/bundle--org.el @@ -95,7 +95,8 @@ ("AUTO" "polyglossia" t ("xelatex" "lualatex")) ("" "grffile") ("" "unicode-math") - ("" "xcolor"))) + ("" "xcolor") + ("expansion,protrusion=true" "microtype"))) ;; Define the process to convert Org to PDF using XeLaTeX (org-latex-pdf-process '("latexmk -xelatex -shell-escape -quiet -f %f")) ;; Set the compiler to XeLaTeX