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"))
|
("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
|
||||||
|
|
Loading…
Add table
Reference in a new issue