You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
emacs -Q -l minimal-config.el opens the same file, will see that math (latex) highlight is broken:
It is clearly that the keyword \sum highlight is broken, and variable pitch for superscript and subscript is also broken polymode/poly-R#35 these two might be actually the same issue
The text was updated successfully, but these errors were encountered:
two versions of minimal config (one with auctex installed and one without auctex installed)
the first is without auctex installed:
emacs -Q -l minimal-config.el
opens the following rmd file: test.mdthe rendering is the following:
and if with auctex installed:
emacs -Q -l minimal-config.el
opens the same file, will see that math (latex) highlight is broken:It is clearly that the keyword
\sum
highlight is broken, and variable pitch for superscript and subscript is also brokenpolymode/poly-R#35 these two might be actually the same issue
The text was updated successfully, but these errors were encountered: