mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
make sure latex.py works indepent of gui
This commit is contained in:
parent
942307190e
commit
be8eec52bc
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ import re, tempfile, os, sys, shutil, cgi, subprocess
|
|||
from anki.utils import genID, checksum, call
|
||||
from anki.hooks import addHook
|
||||
from htmlentitydefs import entitydefs
|
||||
from anki.lang import _
|
||||
|
||||
latexDviPngCmd = ["dvipng", "-D", "200", "-T", "tight"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue