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
NVIM v0.10.4
EndeavorOS
as you can see there are two arrows over b1 and none over a2 and the latex code is also hidden. also the alpha in top lines is too big
code for the equation:
$\mathbf{d} = \frac{(\vec{a_1} - \vec{a_2}\cdot(\vec{b_1} \times \vec{b_2})}{|\vec{b_1} \times \vec{b_2}|}$
proper arrows
coundnt figure this out
vim.env.LAZY_STDPATH = ".repro" load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))() require("lazy.minit").repro({ spec = { { "folke/snacks.nvim", opts = {} }, -- add any other plugins here }, })
The text was updated successfully, but these errors were encountered:
i typed the same thing again to check for any errors in latex and it magically started working again but now it covers up text.
Sorry, something went wrong.
No branches or pull requests
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.10.4
Operating system/version
EndeavorOS
Describe the bug
as you can see there are two arrows over b1 and none over a2 and the latex code is also hidden.
also the alpha in top lines is too big
Steps To Reproduce
code for the equation:
$\mathbf{d} = \frac{(\vec{a_1} - \vec{a_2}\cdot(\vec{b_1} \times \vec{b_2})}{|\vec{b_1} \times \vec{b_2}|}$
Expected Behavior
proper arrows
Repro
coundnt figure this out
The text was updated successfully, but these errors were encountered: