From 48b92ee85ddd61b582ccb7b4f5acd69bd25eb4f1 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Fri, 1 Jul 2022 19:57:44 +0200 Subject: [PATCH] Fix size of LaTeX fragments in Org buffers --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index aab7570..86727b8 100644 --- a/init.el +++ b/init.el @@ -738,7 +738,7 @@ (setq org-src-preserve-indentation nil org-edit-src-content-indentation 0) - (setq org-format-latex-options (plist-put org-format-latex-options :scale 1.5)) + (setq org-format-latex-options (plist-put org-format-latex-options :scale 1)) (require 'ox-latex) (add-to-list 'org-latex-classes