Increase the latex preview size
This commit is contained in:
parent
2ee4eeacdd
commit
ef04978af9
2
+org.el
2
+org.el
|
@ -134,3 +134,5 @@
|
||||||
(setq org-noter-always-create-frame nil
|
(setq org-noter-always-create-frame nil
|
||||||
org-noter-doc-split-fraction '(0.7 . 0.3)
|
org-noter-doc-split-fraction '(0.7 . 0.3)
|
||||||
org-noter-default-heading-title " "))
|
org-noter-default-heading-title " "))
|
||||||
|
;; Increase the latex preview size
|
||||||
|
(setq org-format-latex-options (plist-put org-format-latex-options :scale 3.0))
|
||||||
|
|
Loading…
Reference in New Issue