I've got a nesting problem. I've created three test files, 'main.lyx',
'sub.lyx', and 'subsub.lyx'.
'main.lyx' is empty but for an input-include of 'sub.lyx'.
'sub.lyx' is empty but for an input-include of 'subsub.lyx'.
'subsub.lyx' has one line of text in it.
When I run 'view dvi' in 'main' then the first LaTeX error says:
---
File 'subsub.tex' not found.
<read *>
l.1 \input{subsub.tex}
^^M
***(cannot \read from terminal in nonstop modes)
---
If I export 'subsub.lyx' to LaTeX, then the first LaTeX error
(out of six) is:
---
Can be used only in preamble
l.5 \documentclass {book}
Your command was ignored.
...
---
I've tried using 'don't typeset' since I figured there was a problem
using the preamble in the sub documents.
I'm using Lyx-1.0.4 on RH6.0.
Any help appreciated,
-P�r