>>>>> "Jose" == Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes:
Jose> Regarding the empty layouts issue, I don't see them as an hack
Jose> (maybe I need some glasses ;-).
Jose> If lyx ever supports xml they will be a more commonplace, and
Jose> I would like to hear ways to turn this naturally into lyx. IMHO
Jose> this is more a question of graphical representation then
Jose> anything else. Maybe turning them into boxes?!
I thought about defining a notion of groups like
Group TitleGroup
CodeBegin ""
CodeEnd "\maketitle"
OnlyOnce 1
End
and then
Style Title
...
InGroup TitleGroup
...
End
This would be a (relatively) trivial extension of the current support
for title page. It would even be possible to give a visual clue that
the paragraphs are in some group.
And then, I saw that you have groups inside of groups :(
JMarc