>>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> text2.C:153 Andre> // Realize with the fonts of lesser depth. Andre> tmpfont.realize(outerFont(pit, ownerParagraphs())); Andre> tmpfont.realize(defaultfont_); Andre> text2.C:169 Andre> // Realize with the fonts of lesser depth. Andre> font.realize(outerFont(pit, ownerParagraphs())); Andre> font.realize(defaultfont_); Andre> Under which circumstances is the 'outerFont' lines necessary? Andre> I.e. what does a .lyx file look like that behaves differently Andre> with and without these two lines? Assume that the Theorem layout puts its contents in italics. Then, any Standard (or itemize...) layout that is included in the theorem (depth=1) will inherit this italics setting. Is that clear? JMarc