Thread: EPUB output
View Single Post
Old 10-03-2008, 12:54 PM   #157
JeffElkins
Guru
JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.
 
JeffElkins's Avatar
 
Posts: 780
Karma: 1416
Join Date: Jan 2008
Device: Kobo Clara 2E/HD, Kindle PW
Quote:
Originally Posted by kovidgoyal View Post
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?
JeffElkins is offline   Reply With Quote