joeyuping / quick_latex_obsidian

MIT License
327 stars 21 forks source link

double loop integral(and multiple loop integral) seems to be not supported yet. #97

Closed lingkerio closed 1 year ago

lingkerio commented 1 year ago

It looks like double (and multiple) loop integration is not supported yet, but it's really common. Hope to be supported soon

image
joeyuping commented 1 year ago

Hi! @lingkerio

This has to do with Obsidian itself. From my understanding, Obsidian uses Mathjax for math rendering, which does not currently supports double or multiple loop integral.

I did found a link that suggest some work arounds : https://math.meta.stackexchange.com/questions/9973/how-do-you-render-a-closed-surface-double-integral

Hope this help!

mayurankv commented 1 year ago

I'm interested in these workarounds! I unfortunately can't see the link right now. Was it possibly not attached?

joeyuping commented 1 year ago

Hi! @mayurankv

sorry, I updated the link above!

lingkerio commented 1 year ago

Hi! @lingkerio

This has to do with Obsidian itself. From my understanding, Obsidian uses Mathjax for math rendering, which does not currently supports double or multiple loop integral.

I did found a link that suggest some work arounds : https://math.meta.stackexchange.com/questions/9973/how-do-you-render-a-closed-surface-double-integral

Hope this help!

Thanks! It's very beneficial for me!

mayurankv commented 1 year ago

Also hopefully Mathias will come packaged with these soon aka this PR.