View Single Post
Old 01-22-2012, 02:51 AM   #2
eBookLuke
Writer2ePub creator
eBookLuke knows the chase is better than the catch.eBookLuke knows the chase is better than the catch.eBookLuke knows the chase is better than the catch.eBookLuke knows the chase is better than the catch.eBookLuke knows the chase is better than the catch.eBookLuke knows the chase is better than the catch.eBookLuke knows the chase is better than the catch.eBookLuke knows the chase is better than the catch.eBookLuke knows the chase is better than the catch.eBookLuke knows the chase is better than the catch.eBookLuke knows the chase is better than the catch.
 
eBookLuke's Avatar
 
Posts: 354
Karma: 121129
Join Date: Sep 2009
Location: Genova, Italy
Device: Cybook Bebook iLiad Kindle HanlinV2 Readius SonyPRS500 SonyPRS700 etc
Quote:
Originally Posted by BobC View Post
Is there a list of what styles W2E will handle (other than Headers).
Hi BobC,
I'm working to improve style handling in W2E. In the 1.1.15, the styles supported are:

Code:
	SupportedStylesList(0) = "Standard"
	SupportedStylesList(1) = "Text body"
	SupportedStylesList(2) = "Heading"
	SupportedStylesList(3) = "Heading 1"
	SupportedStylesList(4) = "Heading 2"
	SupportedStylesList(5) = "Heading 3"
	SupportedStylesList(6) = "Heading 4"
	SupportedStylesList(7) = "Heading 5"
	SupportedStylesList(8) = "Heading 6"
	SupportedStylesList(9) = "Title"
	SupportedStylesList(10) = "Subtitle"
	SupportedStylesList(11) = "Caption"
	SupportedStylesList(12) = "Quotations"
	SupportedStylesList(13) = "Marginalia"
	SupportedStylesList(14) = "Illustration"
	SupportedStylesList(15) = "Horizontal Line"
	SupportedStylesList(16) = "Footnote"
These styles are managed by superimpose a standard CSS. You cannot change parameters in this CSS from the OOo Style Manager, but you can edit the CSS with Calibre after the ePub creation.

What happens in the next release?
In the next release will be support more styles (included Preformatted Text, and you can create your own style calling it w2e_something.
All styles which name starts with w2e_ will be added to the CSS respecting:
– font height
– paragraph's top, left, right, bottom margins
– first line indent

Moreover the 1.1.16 has a better image export quality, many bugs corrected, optional export to Mobipocket format.

You can test the beta by downloading it here

Finally, the user manual is here, I need translators in other languages as soon as will be update…

Thanks

Luke

Last edited by eBookLuke; 01-22-2012 at 02:54 AM.
eBookLuke is offline   Reply With Quote