diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-08-11 16:51:00 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-09-14 00:45:42 +0100 |
commit | 34434e3ac8a7841ad866dab7c1f98271f457eae5 (patch) | |
tree | 90dfc478363a06d5b1c4f88867ca4301de9dabd6 /Emacs/.config/emacs | |
parent | 39a060f37797d37f02bda60c921ce644766fb2d9 (diff) | |
download | dotfiles-34434e3ac8a7841ad866dab7c1f98271f457eae5.tar.gz dotfiles-34434e3ac8a7841ad866dab7c1f98271f457eae5.tar.bz2 dotfiles-34434e3ac8a7841ad866dab7c1f98271f457eae5.zip |
(Emacs)+org-format-latex-options
Provides finer control over fragment options.
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r-- | Emacs/.config/emacs/config.org | 3 |
1 files changed, 3 insertions, 0 deletions
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") |