Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Conversion

Notices

Reply
 
Thread Tools Search this Thread
Old 11-23-2011, 02:08 PM   #1
laurenrw
Junior Member
laurenrw began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Nov 2011
Device: ipad
Question words break at random in mobi file

I've converted my (well-behaved) epub file to .mobi format, and everything looks good except word breaks. Words break at the end of a line at random -- for example, if the line can't fit the whole word "coming" then "comin" will appear at the end of the line and the "g" appears at the start of the next line. It looks awful.

Anyone ever seen this? Wha went wrong and how do I fix it?

Appreciate any help anyone can offer. Thank you, -- Lauren
laurenrw is offline   Reply With Quote
Old 11-23-2011, 06:08 PM   #2
laurenrw
Junior Member
laurenrw began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Nov 2011
Device: ipad
To add to the confusion: I enabled "heuristic processing and dinked around with the line unwrap factor. I set it to 0.20 -- made matters worse. Set it to 0.60 -- made matters *much* worse. Why should the situation get worse (more words breaking at line endings) *either way*?!?

Sure could use a clue here. Thanks.
laurenrw is offline   Reply With Quote
Advert
Old 11-23-2011, 10:19 PM   #3
Serpentine
Evangelist
Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.
 
Posts: 416
Karma: 1045911
Join Date: Sep 2011
Location: Cape Town, South Africa
Device: Kindle 3
It's hard to speculate about these things, I'd think it's something caused by someone TiDy with wrapping enabled and \n\r EOL's. If you could post some of the raw epub formatting, that might show what's happening. Should be fixable with a little regex if it's what I think.
Serpentine is offline   Reply With Quote
Old 11-24-2011, 01:21 PM   #4
laurenrw
Junior Member
laurenrw began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Nov 2011
Device: ipad
Serpentine,

Not sure what you mean by the raw epub formatting. Attached is a sample epub file made from (a portion of) the same source in exactly the same way. Will this work?

Thanks for any help you can offer. -- Lauren
Attached Files
File Type: epub Riding the Cyclone, sample.epub (206.3 KB, 120 views)
laurenrw is offline   Reply With Quote
Old 11-24-2011, 04:33 PM   #5
Serpentine
Evangelist
Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.
 
Posts: 416
Karma: 1045911
Join Date: Sep 2011
Location: Cape Town, South Africa
Device: Kindle 3
Ah, it looks like some of the CSS in that is causing Calibre to replace all of the spaces with non-breaking spaces. As such it just sees entire paragraphs as a single long word, when it does line wrapping it cant try to cut at white spaces. i.e.,
Code:
<p class="calibre18"><span class="calibre7">“Never&nbsp;imagined&nbsp;I’d&nbsp;be&nbsp;a&nbsp;babysitter,”&nbsp;I&nbsp;hear&nbsp;SNIPno&nbsp;idea&nbsp;I’m&nbsp;grooming&nbsp;the&nbsp;horse&nbsp;in&nbsp;the&nbsp;next&nbsp;stall.</span></p>
You can fix this by removing: white-spacere-wrap
From the styles, in specifically the divs that wrap each chapter.
Serpentine is offline   Reply With Quote
Advert
Old 11-24-2011, 05:02 PM   #6
laurenrw
Junior Member
laurenrw began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Nov 2011
Device: ipad
OK, thanks for the clue. But how do I get at the CSS? I have a tool that can open and edit CSS (and any other text) files -- what I don't see is how to get to it. I have an epub file in and a mobi file out, and both appear as just a single binary file to the OS.

Where or how do I get the file to edit?
Thank you.
laurenrw is offline   Reply With Quote
Old 11-24-2011, 06:51 PM   #7
Serpentine
Evangelist
Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.Serpentine ought to be getting tired of karma fortunes by now.
 
Posts: 416
Karma: 1045911
Join Date: Sep 2011
Location: Cape Town, South Africa
Device: Kindle 3
I would suggest downloading Sigil - it'll let you edit the EPUB directly and does everything you need. Once that is removed the conversion should be as expected, it should also read a bit easier on other devices if they decide to support that option.
Serpentine is offline   Reply With Quote
Old 11-24-2011, 07:22 PM   #8
laurenrw
Junior Member
laurenrw began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Nov 2011
Device: ipad
Thank you. Much appreciated.
laurenrw is offline   Reply With Quote
Old 11-25-2011, 01:44 PM   #9
laurenrw
Junior Member
laurenrw began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Nov 2011
Device: ipad
Yes, Sigil fixed it. Helps to know *what* to change. Thanks for your help.
laurenrw is offline   Reply With Quote
Reply

Tags
word break


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Update Mobi header/file metadata without doing a Mobi to Mobi conversion RecQuery Conversion 2 06-30-2012 11:43 AM
Mobi to epub page break mr.ninja13 Calibre 23 08-09-2011 02:06 PM
Page-break-inside:avoid and mobi AlexBell Kindle Formats 3 06-01-2011 06:03 AM
[Old Thread] Force page break in Mobi Dark123 Conversion 16 05-04-2011 04:38 AM
epub to mobi page break on chapters cybmole Conversion 23 02-23-2011 10:42 AM


All times are GMT -4. The time now is 09:32 PM.


MobileRead.com is a privately owned, operated and funded community.