Skip to content

Add math environment DispWithArrows from package witharrows #2755

@Nora-n

Description

@Nora-n

Currently, the environment DispWithArrows loaded from the package witharrows (see ctan) is not considered a math environment.

\usepackage{physics}
\usepackage{witharrows}
\begin{DispWithArrows}
  \dv{i_2}{t} &= - \frac{M}{L_2} \dv{i_1}{t}
  \Arrow{\text{par intégration}} \\
  \Rightarrow
  i_2 &= -\frac{M}{L_2}i_1 + \mathrm{cte}
\end{DispWithArrows}

It would be a huge help to have this environment read as a mathzone with vimtex#syntax#in_mathzone

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions