Guenter Milde wrote: > In my view the master/child support will only be complete with a proper > support of \includeonly - so that the output will resemble what I see in > LyX (section numbering, cross references, ...) also with compilation of a > single chapter.
I could not agree more. Unfortunately, the implementation is not really easy. The trickiest task is that you have to make sure that all aux files are generated once before the document is compiled with \includeonly including only some children. Proper includeonly support means that LyX cares about this, i.e., the user shouldn't need to manually compile the whole thing himself before he can use the feature (this was the case in the old includeonly support we removed some time ago). I already spent some time thinking about how this could be done (technically), but I didn't find a proper solution yet. Jürgen
