View Single Post
Old 10-27-2015, 07:33 AM   #83
Nick_1964
Bookworm
Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.
 
Nick_1964's Avatar
 
Posts: 975
Karma: 768585
Join Date: Aug 2010
Location: Netherlands
Device: Sony prs-650, Kobo Glo HD (2x), Kobo Glo
Quote:
Originally Posted by GeoffR View Post
The `ePub fixed/adjustable top/bottom margins` patch can do this.

[...]

Edit: You can also use the Modify ePub plugin to remove the @page and body margins, it does a good job with the @page margins, but doesn't always remove all body margins in books that have had their CSS structure flattened by a Calibre conversion.
Thanks for the example, now I know where to look for it..
in 3.17.3 I found the last part of the patch a bit strange.
Because I want to use fixed margins, I commented out the replace value of the adjustable. is that correct ??

#
# Replacement value: Sets the value of the ADJUSTABLE top/bottom margin (if any)
# to a multiple of readingLeftMargin, in pixels. Suggested values are:
# Normal reading mode: 5px (Touch/Mini), 6px (Glo/Aura), 8px (AuraHD/H2O/GloHD)
# Full-screen mode: 6px (Touch/Mini), 7px (Glo/Aura), 10px (AuraHD/H2O/GloHD)
#replace_int = 45985E, 1, 6


I found the patch for kepubs to put off hyphenation.
Is there anything to prevent to do the same with epubs ??
Hyphenation on epubs in Dutch keep going wrong..
I tried the following to add to an extra css
p {
hyphens: none !important;
}
Only to see that another one does it in the div tags...

Last edited by Nick_1964; 10-27-2015 at 07:51 AM.
Nick_1964 is offline   Reply With Quote