>>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> First of all I have to thank all of you for your work on LyX.
Andre> Well, this may sound a bit strange for those used to my usual
Andre> statements, but I am quite serious.
Thanks :)
Andre> 1. In most of the German popups the label strings do not fit
Andre> into the reserved space, they are often still legible, but
Andre> sometimes not. This is because German words tend to be a wee
Andre> bit longer than their English couterparts (we are able to form
Andre> words like 'Donaudampfschifffahrts- kapitaensmuetzenband'
Andre> without any problems). Maybe the popups could reserve a bit
Andre> more space, it looks ugly right now.
Making labels fit with xforms is a real pain. Many popups have already
been overdimensionned so that label fit on some displays, even in
english. I do not do what we can do about that (moreover, big popups
are a problem for some displays).
Andre> 2. Layouts. I think this could be a good place to put in some
Andre> export and probably even import information. E.g. in addition
Andre> to LatexType and LatexName one could add a HtmlType and
Andre> HtmlName. HtmlType corresponds to LatexType and HtmlName is the
Andre> name of the tag to be created when exporting.
The way we have chosen is a bit different: the docbook classe (which
are probably good to output html, BTW) uses LatexName directly for
this (we should think of a better name) but has OutputType set to
DocBook. The idea is to have one class for each document type, because
doing direct export to html from a latex class will be in general very
difficult. The situation is probably not perfect, but I suggest that
you take a look at the DocBook support.
JMarc