Compare commits
3 Commits
de46a61c3a
...
a3659a8ca5
Author | SHA1 | Date |
---|---|---|
coolneng | a3659a8ca5 | |
coolneng | 6ae9a4da84 | |
coolneng | bdc40e3f79 |
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