Skip to content

IEEEeqnarray not recognized as math environment #2675

@ThomasChaffey

Description

@ThomasChaffey

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions