Settings for minimal LaTeX setup in NixOS
This commit is contained in:
parent
fd36415756
commit
f24a67d9ca
3
init.el
3
init.el
|
@ -256,6 +256,9 @@
|
||||||
(org-list-allow-alphabetical t)
|
(org-list-allow-alphabetical t)
|
||||||
(org-hide-emphasis-markers t)
|
(org-hide-emphasis-markers t)
|
||||||
(org-pretty-entities t)
|
(org-pretty-entities t)
|
||||||
|
;; NixOS minimal LaTeX setup
|
||||||
|
(org-latex-compiler "lualatex")
|
||||||
|
(org-preview-latex-default-process 'dvisvgm)
|
||||||
:config
|
:config
|
||||||
(setq org-format-latex-options (plist-put org-format-latex-options :scale 1.1)))
|
(setq org-format-latex-options (plist-put org-format-latex-options :scale 1.1)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue