View Single Post
Old 06-28-2013, 11:07 AM   #14
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,424
Karma: 169098492
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by vanminh View Post
Here is a sample of a page in Mini Kobo reader :

The first 3 paragraphs in the reader screen should be only one paragraph . They are somehow randomly truncated for no apparent reason . Or is this the way the Mini Kobo reader works ?

Please comment . Thanks
Looking at your screen, I would agree with the comment that Higgles made. Those lines might look okay on a system with a wider page width but the Mini is showing that each line in your original is now it's own paragraph. That is where the search I suggested in my earlier post comes in -- locate all the lines ending in a lower case letter and join them to the next line.

In Sigil, I use something like:

Find: [a-z]</p> <p class="para">
Replace: single space character

Then hit find, if you want to replace, hit replace, otherwise hit find again. If you are feeling enthused, you can try hitting replace all or replace all after selecting current file instead of all files to do it one file at a time.

Repeat the find/replace looking for commas followed by the end of paragraph and repeat again for any other characters that you choose.

Regards,
David
DNSB is offline   Reply With Quote