-
Notifications
You must be signed in to change notification settings - Fork 407
IEEEeqnarray not recognized as math environment #2675
Copy link
Copy link
Closed
Description
IEEEeqnarray is not being recongnized as a math environment by vimtex.
Previously, I manually added IEEEeqnarray as a math environment. Originally, this was done by placing the command call TexNewMathZone("M", "IEEEeqnarray", 1) in a file in ~/.vim/after/syntax/tex/. After some updates, the method changed to call vimtex#syntax#core#new_region_math('IEEEeqnarray') in .vimrc. This is no longer working.
I see that support for IEEEtrantools should now be standard, as per this feature request: #1796. I've updated to the latest versions of vim and vimtex for OS X, but still have the problem.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels