View Single Post
Old 10-08-2013, 10:04 PM   #598
tacitus
Member
tacitus ought to be getting tired of karma fortunes by now.tacitus ought to be getting tired of karma fortunes by now.tacitus ought to be getting tired of karma fortunes by now.tacitus ought to be getting tired of karma fortunes by now.tacitus ought to be getting tired of karma fortunes by now.tacitus ought to be getting tired of karma fortunes by now.tacitus ought to be getting tired of karma fortunes by now.tacitus ought to be getting tired of karma fortunes by now.tacitus ought to be getting tired of karma fortunes by now.tacitus ought to be getting tired of karma fortunes by now.tacitus ought to be getting tired of karma fortunes by now.
 
Posts: 11
Karma: 288770
Join Date: Jun 2012
Device: none
Quote:
Originally Posted by Hitch View Post
The problem with "real top-margin support" is simply that: top-margin from what, exactly, when you have one big file?
Yeah, I guess my terminology was inaccurate. Really what I mean (in MS Word terms) is for the "before" paragraph spacing attribute to be honored after a page-break (i.e. at the start of a new chapter). KF8 seems to handle that just fine, and by the time my next book is ready, I guess it may be time ditch the old format altogether.

(Does Amazon keep stats on the number of old-format-only devices out there, in the same way Google tracks the different versions of Android?)

Quote:
And won't K8 ignore those empty paras? If not given some type of element, even an nbsp?
FWIW, this is what Calibre generates for mobi7:

Code:
 <p height="0pt" width="0pt" align="center">
  <font size="2">*</font>
 </p>
The * is actually 0xa0 (which is the ASCII version of correspond to &nbsp; )

I assume if you specify KF8 instead, it will generate something different, but I suspect they will try to preserve the spacing in some way. They did a passable job of faking small caps for mobi7 (not good enough for me to want to use, but still...) by capitalizing the text and setting the appropriate font sizes.
tacitus is offline   Reply With Quote