You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have started using textidote recently and I came across what looks like an unwanted behavior.
The "gather" environment doesn't seem to be recognized contrary to "align" or "equation" for instance.
As a result, the \begin{gather} line is flaged as a spelling mistake, and multiple warnings are raised inside the environment.
The text was updated successfully, but these errors were encountered:
if (line.matches(".*\\\\begin\\s*\\{\\s*(align|displaymath|equation|table|tabular|verbatim|lstlisting|IEEEkeywords|figure|wrapfigure|eqnarray).*") || line.matches(".*\\\\\\[[^\\]]*"))
if (line.matches(".*\\\\end\\s*\\{\\s*(align|equation|table|tabular|verbatim|lstlisting|IEEEkeywords|figure|wrapfigure|eqnarray).*") || line.matches(".*\\\\\\].*"))
Hi,
I have started using textidote recently and I came across what looks like an unwanted behavior.
The "gather" environment doesn't seem to be recognized contrary to "align" or "equation" for instance.
As a result, the \begin{gather} line is flaged as a spelling mistake, and multiple warnings are raised inside the environment.
The text was updated successfully, but these errors were encountered: