From 34434e3ac8a7841ad866dab7c1f98271f457eae5 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Thu, 11 Aug 2022 16:51:00 +0100 Subject: (Emacs)+org-format-latex-options Provides finer control over fragment options. --- Emacs/.config/emacs/config.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index a0ad879..37476c2 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -2165,6 +2165,9 @@ Emacs was very helpful here. (C . t) (python . t) (shell . t))) + (org-format-latex-options '(:foreground default :background default :scale 2 + :html-foreground "Black" :html-background "Transparent" + :html-scale 1.0 :matchers ("begin" "$1" "$" "$$" "\\(" "\\["))) (org-latex-listings 'minted) (org-latex-minted-langs '((emacs-lisp "common-lisp") (ledger "text") -- cgit v1.2.3-13-gbd6f