Richard Heck <[EMAIL PROTECTED]> writes:

> But should they also be
> differently defined in the layout file? I.e., should it be more like:
>  CollapsibleInset Endnote
>    LatexName endnote
>  ....
> rather than using CharStyle here, too?

Actually, I would also define things like footnotes like that, to
remove as much hardcoding as possible. Not all layouts want the same
appearance for these notes anyway.

So it could be

Inset Footnote
  Collapsable 1
  Font
   Size Small
  EndFont
  LabelString "foot"
End

InsetFootnote.cpp would only need to contain a few things (latex
knowledge).

JMarc

Reply via email to