mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Apparently, this extra check is not necessary as the first one works
whatever the TeX engine. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38918 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
82d6524298
commit
ae361aff19
@ -1305,8 +1305,6 @@ def checkTeXAllowSpaces():
|
|||||||
if LATEX != '':
|
if LATEX != '':
|
||||||
if os.name == 'nt' or sys.platform == 'cygwin':
|
if os.name == 'nt' or sys.platform == 'cygwin':
|
||||||
latex_out = cmdOutput(LATEX + r""" "\nonstopmode\input{\"a b\"}" """)
|
latex_out = cmdOutput(LATEX + r""" "\nonstopmode\input{\"a b\"}" """)
|
||||||
if not 'working' in latex_out:
|
|
||||||
latex_out = cmdOutput(LATEX + r' "\nonstopmode\input{a b}"')
|
|
||||||
else:
|
else:
|
||||||
latex_out = cmdOutput(LATEX + r""" '\nonstopmode\input{"a b"}' """)
|
latex_out = cmdOutput(LATEX + r""" '\nonstopmode\input{"a b"}' """)
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user