Quote:
Originally Posted by mr_nihilism
I made the necessary changes and it does indeed eliminate the header/footer, but now with a Calibre sideloaded epub all my text along the right hand side from top to bottom is cut off somewhat. Adjusting font settings does not fix the problem.
I tried it with one Kobo purchased book and it works excellent without issues.
|
Have you tried the patch to fix the cut off characters at the right hand side?
To fix this you should apply the 'Margins fine tuning' patch only.
<Patch>
patch_name = `Margins fine tuning`
patch_enable = `yes`
#
# Do not enable this patch unless you're sure you need it.
# It may cause the screen to be off-centre.
#
# Initial replaces
replace_bytes = 9A9D88, 19 46, 00
21
replace_bytes = 9A9D8C, 1A 46, 00
22
# Values for replace
# Left margin
replace_int = 9A9D88, 0,
00
# Top margin
replace_int = 9A9D8C, 0,
00
</Patch>
The red values are the default values, green are the modified values. Only change the green values or the patch won't work. 00 are the values I use. Use a value < 21 and < 22 that suits you.
This might fix cut off characters at the end of a line. This patch might not work if the cut off is triggered by a 'hard margin' or @page rule.