Quote:
Originally Posted by sautecambre
... am I unlucky or is Aura HD fragile ?
|
Both I'd say. All current eink readers are fragile.
Quote:
Originally Posted by sautecambre
But I am wondering if I can add some lines in the patch or an additionnal patch in order to add a top margin, thus I would not need to reformat all my epub books ?
|
I think the patch labelled
patch_name = `ePub fixed/adjustable top/bottom margins`
should do the trick. You'll need to uncomment the replace_string line in the section:
Code:
# Optional replacement value: Uncomment for a fixed top margin size in px,
# default 25px. Replacement value is margin size, two digits separated by \0
# (Leave commented out for an adjustable top margin.)
#replace_string = C99F1E, `%\01`, `2\05`
and experiment if the default of 25px is not enough.