comment out high-dpi+transparent latex example
This commit is contained in:
parent
47c3bb0796
commit
77dfd63f1e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user