Enable microtype package by default
This commit is contained in:
parent
c73dc79230
commit
37314aca9b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue