Mathpix / mathpix-markdown-it

Markdown rendering + Latex extras (equations, tables, ...), with conversion features, for the scientific community
MIT License
542 stars 45 forks source link

Undefined control sequence \bra #283

Open nicolas-tesla-x opened 1 year ago

nicolas-tesla-x commented 1 year ago

I got an error: Undefined control sequence \bra,

Here's my formula code:

\[\bra{E,\alpha}W_{q}\ket{E,\beta} =\bra{E,\alpha}U_{g_{1}}^{\dagger}W_{q}U_{g_{1}}\ket{E,\beta}=e^{i( \beta-\alpha)}\bra{E,\alpha}W_{q}\ket{E,\beta},\]
\[\Rightarrow\quad\bra{E,\alpha}W_{q}\ket{E,\beta} =0. \tag{3.8}\]

When I use MathJax, it renders normally: image

I added a package here and it works:
image