From ef04978af9dd4bdf826300ec9a87e90ab9460897 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 1 Oct 2022 00:58:36 +0200 Subject: [PATCH] Increase the latex preview size --- +org.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/+org.el b/+org.el index eaf4d1f..3284847 100644 --- a/+org.el +++ b/+org.el @@ -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))