>>>>> "Jose" == Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes:
Jose> This approach could solve some of the problems, and even your
Jose> problem with groups inside groups isn't a problem (this sounds
Jose> like insets inside insets :-). The problem with this approach is
Jose> that there are several layouts that could be part of several
Jose> groups.
Ah :(
Then we would need a more complicated approach with explicit insertion
of groups.
Jose> Even with the present latex implementation you could run into
Jose> problems, related with maketitle stuff. If you insert between
Jose> your title layouts a latex layout with a single % (latex
Jose> comment) the maketitle scheme breaks completly as it isn't
Jose> supposed to have other layouts in the title.
In LaTeX, you are not supposed either to introduce things between
\title{} and \author{}.
Jose> I still think that this is a matter of visual display, the
Jose> plain view of the documents has some limitations, and this is
Jose> one of them.
We could use frames with the name of the group around the
paragraphs. What I'd like to see is a visual cue that show up only
when the cursor is in the paragraph. Therefore you can see what is the
extent of the object you are in. For example, we could have a vertical
colored bar on the left of the current paragraph. In this case
|Here is some text
| E=mc2
|and this was a formula
shows that you entered your displayed math formula correctly, while
|Here is some text
| E=mc2
and this was a formula
shows that you added wrongly a carriage return after the formula. The
idea is a bit sketchy right now, but I'm sure we could show a lot of
structure this way (environment depth...).
JMarc