]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/lyxpreview2bitmap.py
Add script that writes the bbl file in place of the bibliography.
[lyx.git] / 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 = ""