Increase the latex preview size

This commit is contained in:
coolneng 2022-10-01 00:58:36 +02:00
parent 2ee4eeacdd
commit ef04978af9
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 0 deletions

View File

@ -134,3 +134,5 @@
(setq org-noter-always-create-frame nil
org-noter-doc-split-fraction '(0.7 . 0.3)
org-noter-default-heading-title " "))
;; Increase the latex preview size
(setq org-format-latex-options (plist-put org-format-latex-options :scale 3.0))