jbyuki / nabla.nvim

take your scientific notes :pencil2: in Neovim
MIT License
581 stars 17 forks source link

root of n #65

Open admbeck opened 10 months ago

admbeck commented 10 months ago

Is it possible to take a root of custom value, not only 2? In Latex that would be \sqrt[n]{ab}: image This is the result currently: image Is there another way achieve the same result?

jonboh commented 4 months ago

you can achieve something close enough by using:

{}^n\sqrt{ab}

image

I'm not too thrilled to write bad latex to just make a good visualization though