[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] Fontifying commands in math
From: |
Tassilo Horn |
Subject: |
Re: [AUCTeX] Fontifying commands in math |
Date: |
Fri, 21 Dec 2012 11:52:14 +0100 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) |
Uday S Reddy <address@hidden> writes:
Hi Uday,
>> So basically with
>>
>> (defun font-latex-match-math-env (limit)
>> nil)
>>
>> you'd omit math-face fontification of \[ ... \] and \( ... \), and
>> with
>
> I wasn't actually looking to omit the math-face. I am trying to
> fontify math but further fontify the LaTeX commands in them.
>
> I take it that there is no way to do it at present?
Seems to. I've tried adding some other matchers to
`font-lock-keywords', but if they match inside a math environment, the
complete math-face fontification is gone.
Bye,
Tassilo