(Emacs)+org-format-latex-options

Provides finer control over fragment options.
This commit is contained in:
2022-08-11 16:51:00 +01:00
parent 39a060f377
commit 34434e3ac8

View File

@@ -2165,6 +2165,9 @@ Emacs was very helpful here.
(C . t) (C . t)
(python . t) (python . t)
(shell . 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-listings 'minted)
(org-latex-minted-langs '((emacs-lisp "common-lisp") (org-latex-minted-langs '((emacs-lisp "common-lisp")
(ledger "text") (ledger "text")