Jose' Matos wrote:
Oops, I think that I have a fix for that in Susana's laptop. It is from
Jean-Marc and it changes the behaviour of configure.ac to know the correct
arguments of tex2lyx.
If you want to fix it for you meanwhile, you should go to converters and
add to the converter of latex to lyx
> $$o
If not then tex2lyx is exporting the resulting file to the standard
output.
Will that work? Not if tex2lyx is spawned by forkedcall. We have no code to
redirect the stdout stream. It will work if we use systemcall though...
Angus