Le 17/12/2015 03:40, Guillaume Munch a écrit :
> Dear list
> 
> 
> Here are three small bugfixes, all of which are quite straightforward
> (and none change the file format):
> 
> 1) Limit the size of navigation menus for performance, which I was
> speaking about to Jean-Marc somewhere on the bug tracker. This solves
> the corner case described in the commit.

This seems OK to me.

> 2) Work around bug #9841. See <http://www.lyx.org/trac/ticket/9841>. I
> could test that git does not complain of a merge conflict anymore in the
> described situation.

I understand it is our only short term solution, although such tricks
are only bandaids.

> 3) Use the parent's preamble to preview the child. See
> <http://www.lyx.org/trac/ticket/9868>. I could test that the previews in
> my child document display correctly now.

I can predict that this will cause a regression for some user who relies
on the old behavior.
Personally, I use child documents for creating either a set of slides or
handouts from the same document (hand made solution based on foiltex).
Master and child are quite distinct things here. Assuming that the child
document preamble should not be taken in account, is just annoying a
different set of users (not yet me AFAICS).

What would make sense IMO would be to output both preambles in this
case. But it requires some care to get right. Or to remember in what
mode the document was output last time (child only or child+master).

JMarc

Reply via email to