]> git.lyx.org Git - features.git/commitdiff
* fix instant preview without dvipng (bug 6579).
authorJürgen Spitzmüller <spitz@lyx.org>
Sat, 6 Mar 2010 14:53:27 +0000 (14:53 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sat, 6 Mar 2010 14:53:27 +0000 (14:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33640 a592a061-630c-0410-9148-cb99ea01b6c8

lib/scripts/lyxpreview2bitmap.py

index b14518381d844b59b062feaf79486110fc8a02ed..ac425f14d272a6aea3df419f8917769224d3da7a 100755 (executable)
@@ -183,7 +183,7 @@ def main(argv):
         # The data is input to legacy_conversion in as similar
         # as possible a manner to that input to the code used in
         # 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)
 
     pngtopnm = ""