EPUB is just a thin wrapper around HTML. There are plenty of tools to create HTML both WYSWYG and not. All that's needed is to modify one of these tools to allow marking of chapters, TOC entries (say using the class attribute) and a cover then html2epub will do all you need.
|