View Single Post
Old 01-15-2013, 05:00 AM   #8
fraylocus
Groupie
fraylocus knows the difference between 'who' and 'whom'fraylocus knows the difference between 'who' and 'whom'fraylocus knows the difference between 'who' and 'whom'fraylocus knows the difference between 'who' and 'whom'fraylocus knows the difference between 'who' and 'whom'fraylocus knows the difference between 'who' and 'whom'fraylocus knows the difference between 'who' and 'whom'fraylocus knows the difference between 'who' and 'whom'fraylocus knows the difference between 'who' and 'whom'fraylocus knows the difference between 'who' and 'whom'fraylocus knows the difference between 'who' and 'whom'
 
fraylocus's Avatar
 
Posts: 164
Karma: 10020
Join Date: Mar 2012
Device: Onyx Boox M92, Onyx Boox T68
Quote:
Originally Posted by pkbo View Post
fraylocus I'm not sure I've got your idea correctly. There is setting in the cr3.ini file that controls if CoolReader should display styles embedded in the epub:
Code:
crengine.doc.embedded.styles.enabled=0
There is no gui setting for it in the onyx version but you can edit the ini file. It is disabled in the above sample. You need to set it to 1 in order to enable. Regarding hyphenation - to turn hyphenation off you need to add (modify) in the cr3.in file the 'crengine.hyphenation.directory' property like below:
Code:
crengine.hyphenation.directory=@none
To turn on algorithmic hyphenation the property should look like:
Code:
crengine.hyphenation.directory=@algorithm
To use spanish hyphenation dictionary you should set it to
Code:
crengine.hyphenation.directory=Spanish_hyphen_(Alan).pdb
It would have to check what you said.

But anyway, the normal user must read only provide a simple and accessible interface rather than proposing a code tangling.
And that is the manufacturer & distributor work.

A greeting.
fraylocus is offline   Reply With Quote