>>>>> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
>> The reason seems to be that LyX does not recursively create
>> temporary .tex files.
Dekel> Nested input will work if LyX doesn't use temporary directories
Dekel> (put "\use_tempdir false" in the lyxrc file).
Nested inputs should work without this workaround. However the code is
not clever enough. The problem is mainly the InsetInclude::Latex uses
does not follow the chain of includes to find the main file. It might
be better to use the parent feature for that, but I am not sure what
its semantics are.
Definitely something we should fix one day :)
JMarc