2010/6/9 Guenter Milde: > I see. > > So it looks like there are several ways to compile a child document: > > * compile as standalone (using its own preamble, no resolution of > references to siblings or parent), > * compile with \includeonly using "old" *.aux files, > * compile with \includeonly, updating *.aux files, > * compile the parent. > > I see use cases for all of them.
Me, too. Especially since recompiling everything is expensive, and many people use includeonly to have faster compilation. In trunk, I have therefore added a switch "maintain counters" that basically provides option 2 or 3. The other two options are already available with buffer-view and master-buffer-view (without includeonly). > Independent of this, caching *.aux files will save some otherwise needed > (second or third) latex runs in any case and also with standalone documents. Yes, caching still is valuable in itself. An open feature request. Jürgen > Günter > >