From: Jürgen Spitzmüller Date: Sat, 6 Mar 2010 14:53:27 +0000 (+0000) Subject: * fix instant preview without dvipng (bug 6579). X-Git-Tag: 2.0.0~3896 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=61e55ac1976622e076dd332db32daee07152935a;p=features.git * fix instant preview without dvipng (bug 6579). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33640 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/scripts/lyxpreview2bitmap.py b/lib/scripts/lyxpreview2bitmap.py index b14518381d..ac425f14d2 100755 --- a/lib/scripts/lyxpreview2bitmap.py +++ b/lib/scripts/lyxpreview2bitmap.py @@ -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 = ""