* fix instant preview without dvipng (bug 6579).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33640 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2010-03-06 14:53:27 +00:00
parent 321f6031af
commit 61e55ac197

View File

@ -183,7 +183,7 @@ def main(argv):
# The data is input to legacy_conversion in as similar # The data is input to legacy_conversion in as similar
# as possible a manner to that input to the code used in # as possible a manner to that input to the code used in
# LyX 1.3.x. # LyX 1.3.x.
vec = [ argv[0], argv[2], argv[3], argv[1], argv[4], argv[5], argv[6] ] vec = [ argv[0], argv[2], argv[3], argv[1], argv[4], argv[5], latex ]
return legacy_conversion(vec) return legacy_conversion(vec)
pngtopnm = "" pngtopnm = ""