louietan / anki-editor

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

Superscript issues #96

Open code-SL opened 2 years ago

code-SL commented 2 years ago

Certain superscript symbols in org-mode don't translate correctly, namely ^\plus or ^\minus (which would be a superscript plus or superscript minus symbol in org) when exporting to Anki: In Anki it shows up as literal '^+' or '^-' rather than an actual superscript plus sign or supersript minus sign (using MathJax).

Wondering if I have missed a setting to enable this!

x61 commented 2 years ago

You need to add Edit LaTeX build process

Screen Shot 2021-12-31 at 18 26 46 Screen Shot 2021-12-31 at 18 26 31
code-SL commented 2 years ago

Sorry, that didn't fix the issue. Anki still shows 'RCOO^+', even though it shows correctly in emacs org-mode as a superscripted plus symbol. Tried deleting the anki note and pushing the note again.