Fontify latex script & entities in org-mode
This commit is contained in:
parent
8a9d8f03e2
commit
14552bc66b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue