On Tue, Dec 11, 2007 at 08:21:00PM +0100, Stefan Schimanski wrote: > Hi! > > > I am working on the math macros scope logic for notes currently and came > across the following: > > \begin_layout Standard > Some > \series bold > bold font block with an > \begin_inset Note Comment > status open > > \begin_layout Standard > note inset > \end_layout > > \end_inset > > in between. > \end_layout > > How should the font appear in the inset? On screen it is displayed normally > (not bold), the TeX output makes it bold: > > Some \textbf{bold font block with an note inset {} in between.}
This doesn't look right. It should output a \begin{comment} \end{comment} environment. > My macro code would be _much_ easier if the textbf block would be left > before such an inset. How is it supposed to be? > > Stefan - Martin