Quote:
Originally Posted by kovidgoyal
The next release of calibre will have the ability to set a base font size, just as for LRF files.
The LRF converter actually has code to remove inter-paragraph spacing by default. In html2epub you can try setting --override-css to p{margin:0pt; padding:0pt}
The splitting code also has some improvements, try Noble House again with the next release.
|
Code:
$any2epub --override-css="p{margin:0pt; padding:0pt}" 01_dead_until_dark.epub
Didn't do the job. Still double-spaced between paras. Also, the converted epub was frozen on page 1, although I could force a jump to page 2. Did I enter the command incorrectly?