Quote:
Originally Posted by rayhigh
This works great. Does anyone have a script or methodology that would enable this to be added for a lot of books, either inside Calibre or outside of it? Would love to find a way to batch this without having to go through hundreds or thousands of titles...
|
In Caliber:
When converting the ebook put the following in the 'Extra CSS' box on the 'look and feel' options page. (I.e. Select the books you want to edit, then click convert and go to the look and feel page):
p, body{
widows: 0;
orphans: 0;
}
While you're at it you may want to get rid of epub-embedded css styles too so that you can set margins, fonts etc. on the KOBO. To do that tick all boxes in the 'filter style information' tab on the same options page.
Note that you can 'convert' epub to epub in Caliber. You can save these conversion settings (somewhere in the preferences) so that Caliber uses them per default.