SublimeText / LaTeXTools

LaTeX plugin for Sublime Text
https://latextools.readthedocs.io/
2.01k stars 364 forks source link

No math live preview for IEEEeqnarray environment #1413

Open joachimneu opened 5 years ago

joachimneu commented 5 years ago

The math live preview does not work for the IEEEeqnarray environment which is commonly used for multiline equations (http://moser-isi.ethz.ch/docs/typeset_equations.pdf).

The first reason is that IEEEeqnarray is not covered in LaTeX.sublime-syntax https://github.com/sublimehq/Packages/blob/master/LaTeX/LaTeX.sublime-syntax. Even after adding it (currently, it seems cumbersome to extend a syntax definition -- perhaps IEEEeqnarray should be included in the syntax definition shipped with Sublime Text?), additional care would have to be taken of the alignment parameter of IEEEeqnarray.

This topic was touched upon in #883 and #936.