We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got the following error while trying to use nabla.nvim to preview a block math equation:
nabla.nvim
The latex content in a quarto qmd file is:
latex
quarto
qmd
$$ \begin{alignat}{1} \overline{ \boldsymbol{\hat{y}}} &= \bigg(\frac{\partial \mathcal{L}}{\partial\boldsymbol{ \hat{y}}}\bigg)^\top \overline{\mathcal{L}} \\ &=\big(J_{g(\boldsymbol {\hat{y}} ,\boldsymbol {y})\text{ w.r.t }\boldsymbol {\hat{y}}} \big) ^\top \overline{\mathcal{L}} \end{alignat} $$
...which is expected to be rendered like this:
The text was updated successfully, but these errors were encountered:
im also having the same issue while using \begin{gather}, so the error is like "Unknown block expression gather"
Sorry, something went wrong.
No branches or pull requests
I got the following error while trying to use
nabla.nvim
to preview a block math equation:The
latex
content in aquarto
qmd
file is:...which is expected to be rendered like this:
The text was updated successfully, but these errors were encountered: