Using latex in Anki
Solution 1:
-
Install LaTeX
-
TeX Live: Essential programs and files support in your system
sudo apt-get install texlive-base
or
-
TeX Live: metapackage pulling in all components of TeX Live
sudo apt-get install texlive-full
-
-
Start Anki
-
Create a deck
Click the button Create Deck in the lower part of the main window and create a deck, in my example
Math
-
Click the field Add below the menu bar…
…and add some LaTeX, eg
Does the sum below converge? [latex]\begin{displaymath}\sum_{k = 1}^{\infty}\frac{1}{k}\end{displaymath}[/latex]
and click Add and Close
-
Click the entry Math
and you will see this
-
Click Study Now…
…and you have your LaTeX
Source and more information here