>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Wed, Mar 12, 2003 at 05:28:20PM +0100, Jean-Marc Lasgouttes John> wrote: >> You can probably make InsetNewline::noFontChange() return true, and >> font setting will be closed and reopened later. John> OK >> The test for style.newline_allowed can probably be moved to the >> inset too. John> Erm how ? When you are in InsetNewline::latex, you have acces to the Buffer (as parameter) and InsetNewline::parOwner() gives you access to the parent paragraph. This is enough to get the paragraph layout. JMarc