Andre Poenitz wrote: > On Thu, Oct 09, 2003 at 04:47:12PM +0000, Angus Leeming wrote: >> How does LaTeX do this? > > Special handling. 'Break stuff above, insert displayed stuff, break > stuff below'.
Then it sounds like we had the correct solution in 1.3.x where the insets had a bool display() const; member function and where the core acted on it. The member function still exists (in some cases at least) but the core no longer queries its value. And the offender is... text.C Revision 1.431 / (view) - annotate - [select for diffs] , Tue Aug 26 10:33:55 2003 UTC (6 weeks, 2 days ago) by poenitz Branch: MAIN Changes since 1.430: +14 -58 lines Diff to previous 1.430 Martin's fullRow patch This got rid of fullRow but also got rid of the logic controlling display(). Looks like it was a little over-eager. -- Angus