louietan / anki-editor

Emacs minor mode for making Anki cards with Org
705 stars 87 forks source link

Sequence of curly brackets in latex-fragment not compatible with cloze #8

Closed torfjelde closed 6 years ago

torfjelde commented 6 years ago

E.g. \frac{x}{y^{z}} will fail to compile when wrapped in a cloze for Anki, .e.g. {{c1::$\frac{x}{y^{z}}$}}, as it will pre-emptively close the cloze.

I made an attempt at a fix # #9

louietan commented 6 years ago

This is the limitation from Anki. For this to work, check out the Anki manual.

louietan commented 6 years ago

Added a customization variable to break consecutive braces in latex in 647df92aec8149254857b32b24a9bb09ecedbf50.