mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 22:06:15 +00:00
* 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:
parent
321f6031af
commit
61e55ac197
@ -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 = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user