Enable microtype package by default

This commit is contained in:
Marcus Kammer 2023-12-13 21:30:14 +01:00
parent c73dc79230
commit 37314aca9b
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -95,7 +95,8 @@
("AUTO" "polyglossia" t ("xelatex" "lualatex")) ("AUTO" "polyglossia" t ("xelatex" "lualatex"))
("" "grffile") ("" "grffile")
("" "unicode-math") ("" "unicode-math")
("" "xcolor"))) ("" "xcolor")
("expansion,protrusion=true" "microtype")))
;; Define the process to convert Org to PDF using XeLaTeX ;; Define the process to convert Org to PDF using XeLaTeX
(org-latex-pdf-process '("latexmk -xelatex -shell-escape -quiet -f %f")) (org-latex-pdf-process '("latexmk -xelatex -shell-escape -quiet -f %f"))
;; Set the compiler to XeLaTeX ;; Set the compiler to XeLaTeX