comment out high-dpi+transparent latex example

This commit is contained in:
Damien Elmes 2014-10-09 18:12:25 +09:00
parent 47c3bb0796
commit 77dfd63f1e

View File

@ -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