On 05/10/2012 11:52 AM, Nico Williams wrote:
On Thu, May 10, 2012 at 10:02 AM, Richard Heck<rgh...@comcast.net>  wrote:
On 05/09/2012 02:29 AM, Nico Williams wrote:
[Actually, I'm noticing one problem with LyXHTML: it doesn't preserve
vertical spacing in any way, not even as horizontal spacing!  I'm
talking about Insert->Formatting->Vertical Space.  I suspect that
there are other such things that aren't preserved.  For now I'll live.
  Vertical space is useful for multi-paragraph list items, which are
very common in RFCs and Internet-Drafts.  If need be I suspect I can
write a patch and submit it.]
I basically didn't know what to do with the vspace stuff, the issue being
that HTML in a way just doesn't have that kind of concept. But if you have an
idea, please let me know, and I'll be happy to put it in.
Ah, good point.  Hmmm, could you use<div class='vspace-1'/>?  Or
maybe an XML entity that gets defined into a newline but with a
processor could replace with an element?

Actually, it looks like this got fixed a while ago. In a simple text document I get:

<div class="standard"><a id='magicparlabel-3' />

this</div>


<div class="standard"><a id='magicparlabel-6' />

</div>

<div style='height:2in'></div>


<div class="standard"><a id='magicparlabel-9' />

that.</div>

If you want to post a simple example file that does the wrong thing, please do.


Richard


Reply via email to