auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: font-latex-math-face


From: Ikumi Keita
Subject: Re: font-latex-math-face
Date: Wed, 25 Mar 2020 23:24:45 +0900

Hello, Colin,

>>>>> Colin Baxter <address@hidden> writes:
> How can I locally change the foreground of font-latex-math-face? I
> have tried
 
> %%% Local Variables:
> %%% mode: latex
> %%% eval: (setq font-latex-math-face '(:foreground "#00eeee"))
> %%% End:

> which doesn't work.

It doesn't work to set `font-latex-math-face' as variable because that
symbol is used as face, not variable in font-latex.el.  How about this?

%%% Local Variables:
%%% mode: latex
%%% face-remapping-alist: ((font-latex-math-face . (:foreground "#00eeee")))
%%% End:

This works at least for me.

Bye,
Ikumi Keita



reply via email to

[Prev in Thread] Current Thread [Next in Thread]