View Single Post
Old 11-04-2013, 06:45 PM   #11
Peakcrew
Avid reader of sci-fi
Peakcrew can successfully navigate the Paris bus system.Peakcrew can successfully navigate the Paris bus system.Peakcrew can successfully navigate the Paris bus system.Peakcrew can successfully navigate the Paris bus system.Peakcrew can successfully navigate the Paris bus system.Peakcrew can successfully navigate the Paris bus system.Peakcrew can successfully navigate the Paris bus system.Peakcrew can successfully navigate the Paris bus system.Peakcrew can successfully navigate the Paris bus system.Peakcrew can successfully navigate the Paris bus system.Peakcrew can successfully navigate the Paris bus system.
 
Peakcrew's Avatar
 
Posts: 384
Karma: 36724
Join Date: Sep 2011
Location: Scotland
Device: Kobo Touch, Lenovo X61, Samsung Galaxy Note with Aldiko reader app
Quote:
Originally Posted by arspr View Post


Got it. Thanks to this thread More Hyphenation After 1.2 Update?

In epub renderer (RMSDK), the hyphenation is controlled through adobe-hyphenate property. So, if you add/modify the CSS inside the ebook with:

Code:
body { adobe-hyphenate: none; }
hyphenation is killed.

Nevertheless, the "bug" with white-span: nowrap is still active. I sadly made a bad guess... (I'll continue investigating but in the Bug Thread).

I want to thank every one of you (davidfor, Peakcrew and robko) for the hints you've given me.

PD. hyphens, -webkit-hyphens, or even -adobe-hyphenate or other similar properties DON'T seem to work in RMSDK. The correct one is just adobe-hyphenate.

PDD. The full options for adobe-hyphenate seem to be: none | explicit | auto (see this post) but the author doesn't explicit what each of them does. I suppose explicit only breaks words on shy;* but I haven't tested.
Thanks for that. It is so good when people explain how they solved things. What you have written is not entirely unfamiliar, so I must have read something about it when I was having the same frustration...
Peakcrew is offline   Reply With Quote