View Single Post
Old 04-09-2016, 10:50 AM   #1498
jgoguen
Generally Awesome Person
jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.
 
Posts: 1,100
Karma: 2191133
Join Date: Jan 2013
Location: /dev/kmem
Device: Kobo Clara HD, Kindle Oasis
Taking a look at this and a couple other converted books, it looks like the most obvious difference is that in a purchased KePub the space between sentences is included in the next kobo span:

Code:
<p class="para"><span id="kobo.5.1">The Guild gardens stretched out before her.</span><span id="kobo.5.2"> The University building loomed to the right.</span></p>
While in a converted KePub it's between spans:

Code:
<p class="calibre8"><span class="koboSpan" id="kobo.14.1">Lorkin met the man’s eyes and shrugged.</span> <span class="koboSpan" id="kobo.14.2">“Hardly.”</span></p>
I'll take a look at fixing that as soon as I can, but I can't say how soon that'll be.
jgoguen is offline   Reply With Quote