I need to export a LyX document to TeX.
The LyX document has child documents (I use input{} to refer to some .tex-files). These child documents have other child documents themselves (I again use \input{}).
I need to find a way to export the LyX file to TeX and get the code of all documents (including the child documents and child documents of the child documents) in one single .tex file. If I do it in the "usual way", I just get a line with the command \input{}, and the reference to the child documents.
Does anybody know a way of doing this?
Please let me know if the question is not clear! Thanks a lot for the help.
.texfiles. What I need is LyX to export the code altogether (main body + child documents + child documents of the child documents) in one single.texfile. I hope this is more clear now. I will change the question above. Thanks again!! – Vincent Sep 14 '16 at 08:49