Stefan Schimanski <[EMAIL PROTECTED]> writes: > So it's a bug. But is it supposed to leave the bold block before > entering the comment?
Only for insets which set noFontChange. From Inset.h: /** * Is this inset allowed within a font change? * * FIXME: noFontChange means currently that the font change is closed * in LaTeX before the inset, and that the contents of the inset * will be in default font. This should be changed so that the inset * changes the font again. */ virtual bool noFontChange() const { return false; } JMarc