diff --git a/anki/latex.py b/anki/latex.py index 264e72ae3..0931e8cde 100644 --- a/anki/latex.py +++ b/anki/latex.py @@ -12,6 +12,7 @@ from anki.lang import _ latexCmds = [ ["latex", "-interaction=nonstopmode", "tmp.tex"], ["dvipng", "-D", "200", "-T", "tight", "tmp.dvi", "-o", "tmp.png"] +# ["dvipng", "-D", "600", "-T", "tight", "-bg", "Transparent", "tmp.dvi", "-o", "tmp.png"] ] build = True # if off, use existing media but don't create new