From 77dfd63f1e0c62ac3f51c828967870f0f88ea0fe Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 9 Oct 2014 18:12:25 +0900 Subject: [PATCH] comment out high-dpi+transparent latex example --- anki/latex.py | 1 + 1 file changed, 1 insertion(+) 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