Skip to content

Commit

Permalink
fix: Fix the unproportionally too big latex symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Maverobot committed Feb 4, 2024
1 parent e9026f4 commit 5ee2007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ This function should only modify configuration layer settings."
org-enable-hugo-support t
org-enable-reveal-js-support t
org-re-reveal-root (concat "file://" (file-truename "~/.spacemacs.d/reveal.js"))
org-format-latex-options '(:foreground default :background default :scale 3.0
org-format-latex-options '(:foreground default :background default :scale 2.0
:html-foreground "Black" :html-background "Transparent" :html-scale 3.0
:matchers ("begin" "$1" "$" "$$" "\\(" "\\[")))

Expand Down

0 comments on commit 5ee2007

Please sign in to comment.