>> Jean-Marc Lasgouttes writes:

[...]
  JL> Personally, I find that your second proposal is better suited to
  JL> a tree structure. However, this means that we should have a
  JL> notion of 'section depth' of text. We may have to support it in
  JL> any case, since several LaTeX constructs (slides...) need that.
  JL> The question is: how could we define the UI for creating and
  JL> displaying such hierarchies?

Ok, I was only speaking of the first level. Nesting could be done like
this:

\begin_sectioning
  <params>
\end_sectioning
\begin_paragraph
  <params>
  <some contents>
  \begin_inset
    <contents>
  \end_inset
  \begin_sectioning
    <contents>
  \end_sectioning
  \begin_paragraph
    <contents>
  \end_paragraph
\end_paragraph

This is also a very close mapping to how I see the internal structure.

        Lgb

Reply via email to