You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have looked through the documentation, and as far as I can see, there is no way currently to achieve this, unless one were to split the LaTeX snippet like so:
Pythagoras Theorem is ==$c^{2}$== $=$ ==$a^{2} + b^{2}$==
where I have used == to indicate the cloze. Also, this would not work for more complex, multiline maths like so:
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
It would be really great if cloze cards could be generated from LaTeX blocks, like so:
In the above example, I have used
{{
and}}
to indicate the cloze ({
and}
aren't rendered in LaTeX unless escaped).Similarly, this could work for inline LaTeX, like so:
I have looked through the documentation, and as far as I can see, there is no way currently to achieve this, unless one were to split the LaTeX snippet like so:
where I have used
==
to indicate the cloze. Also, this would not work for more complex, multiline maths like so:Additional context
No response
The text was updated successfully, but these errors were encountered: