Re: InlineLMs

2004-06-03 Thread Luca Furini
Simon, thanks for all the information. At the moment, I am working on LeafNodeLM (now fo:leader works) and InlineStackingLM. I think I'll be able to post a second patch next week. Regards Luca

Re: InlineLMs

2004-06-02 Thread Chris Bowditch
Simon Pepping wrote: Great stuff. Do you think Luca's patch is ready to be committed with this change? Or is more testing required? No. Without this change other childLMs than TextLM cause an infinite loop, because null is returned but the childLM never finishes. This is a special feature of getC

Re: InlineLMs

2004-06-01 Thread Simon Pepping
On Tue, Jun 01, 2004 at 12:16:24PM +0100, Chris Bowditch wrote: > Simon Pepping wrote: > > >Note that Luca's patch causes a loop on this block. The null > >implementation of AbstractLayoutManager.getNextKnuthElement causes > >this. It should be modified to finish the LM: > > Great stuff. Do you t

Re: InlineLMs

2004-06-01 Thread Chris Bowditch
Simon Pepping wrote: Inline area generating LMs and Inline area containing LMs and their corresponding FO nodes = In the listings below the LMs are followed by the FO nodes that generate them. Thanks for the summary Simon. Note that Luca's pa

InlineLMs

2004-05-28 Thread Simon Pepping
Inline area generating LMs and Inline area containing LMs and their corresponding FO nodes = In the listings below the LMs are followed by the FO nodes that generate them. The following LMs may occur in inline content ---