mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 22:27:12 -05:00
comment out high-dpi+transparent latex example
This commit is contained in:
parent
47c3bb0796
commit
77dfd63f1e
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue