In AUCTex there is font-latex-math-face
which makes color of string in between $
and $
as green.
Example output:
or:
Is is possible to disable/delete font-latex-math-face
, where the green
color won't apply?
Could be related to: How to delete a face
$$
all white which is now more difficult to read. is it possible to keep the normal coloring – alper May 13 '22 at 09:49font-lock-fontify-buffer
in it after changing the definition? What is the output ofC-h f font-latex-match-dollar-math
? – matteol May 15 '22 at 05:37font-lock-fontify-buffer
but no change occurs :-( It looks like unchanged: `font-latex-match-dollar-math is a native compiled Lisp function in ‘font-latex.el’.(font-latex-match-dollar-math LIMIT)
Match inline math $...$ or display math $$...$$ before LIMIT.
– alper May 15 '22 at 11:38. I added the code piece in your answer at the bottom of my
.emacs` file\(
and\)
as delimiters instead of dollars the syntax highlighting is partially preserved – matteol May 16 '22 at 16:36\( \)
cause the same affect as math format? – alper May 16 '22 at 20:36