Quote:
Originally Posted by GeoffR
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...