> > I found a few easy bugs in InsetLabel::DocBook. It should not return 0, but
the
> > width of the string.
>
> I tried to mimic the latex counterpart in those cases...
As Jean-Marc pointed out, there is probably no bug there after all. I was
mistaken, and you did the right thing.
> The header appears a little bit weird, since the title, date,
> abstract, and author are included at level 1 inside the the article
> header, which is itself an empty layout.
Hmm. Can't you work around this in a way similar to how we handle the
\maketitle stuff?
We can consider the \maketitle command as a postfix to the title page. Similar,
the </article> is a postfix to the header. Maybe we can consider the <article>
as a prefix to the header? It's just a rough idea: Generalize the \maketitle
support to allow arbitrary tags after some other tags.
> I'm sure the visual parameters of the layout textclass could be
> changed to improve the graphical presentation. Any help is kindly
> welcome.
Anybody up for this?
> Ok here it is the draft for font support:
> Full support for typewriter (?), emphasis and latex fonts.
> Compatibility support for bold, italic, slanted and sans serif, since
> those are kind of word emphasis.
Looks good to me.
Greets,
Asger