Fontify latex script & entities in org-mode

This commit is contained in:
Henrik Lissner 2020-01-05 21:17:34 -05:00
parent 8a9d8f03e2
commit 14552bc66b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -124,8 +124,8 @@ path too.")
org-refile-use-outline-path 'file
org-outline-path-complete-in-steps nil)
;; Fontify latex blocks natively
(setq org-highlight-latex-and-related '(native))
;; Fontify latex blocks and entities natively
(setq org-highlight-latex-and-related '(native script entities))
(plist-put! org-format-latex-options
:scale 1.5 ; larger previews
:foreground 'auto ; match the theme foreground