Quote:
Originally Posted by Ken Maltby
The .lua files for the settings have comments that explain the options, (they are green if you are using Notepad++) From the old defaults.lua:
-- crereader margin sizes
-- margin {left, top, right, bottom} in pixels
DCREREADER_CONFIG_MARGIN_SIZES_SMALL = {5, 10, 5, 10}
DCREREADER_CONFIG_MARGIN_SIZES_MEDIUM = {10, 15, 10, 15}
DCREREADER_CONFIG_MARGIN_SIZES_LARGE = {20, 20, 20, 20}
Luck;
Ken
P.S.; Reading all the Green comments in the defaults.lua, can give the user who is even a little tech-savvy, a decent look at how those features work.
|
Thank you very much. Does it affect the PDF and ePub files the same?