Quote:
Originally Posted by xping
Just made an attempt to use page margin parameter but doesn't seem to work. First and last line are "cutted".
I think that should be made something overlapping last lines of previous page with next (I saw something about "showing last lines of previous page" in gray instead of black in some post but don't remember about)
|
In default.lua in the koreader directory there is a line that can be changed:
Code:
-- show dimmed area to indicate page overlap in "page" view mode,
-- default to false
DSHOWOVERLAP = false
Change to true.