View Single Post
Old 02-18-2008, 11:50 PM   #296
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
Quote:
Originally Posted by nrapallo View Post
Thanks for the suggestion! This construct will work; getting it into the converted HTML will be another story.

I will implement (in version 7) switches for indentation '--indent' and 'no paragraph separation '--nopara'. As it stands now, the default for eBook Publisher appears to be 'no' indentation and '1em' paragraph separation.

JSWolf, you would have to use two switches '--indent' (1em) and '--nopara' (0em) to achieve your desired results. Wait until I implement these options as my testing indicates they do work.

-Nick
Typically if you do nopara spacing you will automatically need indent since you need some way to separate the paragraphs. However you might want to add indent anyway and a separate option for people who want separation and indent. Note that mobi, in particular, does not encode the indent but adds it automatically at the display and also adds a slight separation between the paragraphs. As it is translated today the indent is gone so taking about the spacing makes it look like one huge paragraph. They do not support CSS.

To get it in there you could do a substitute on the <head> and the add the <head> back in with all the new stuff.

Dale
DaleDe is offline   Reply With Quote