Quote:
Originally Posted by cryzed
Jimm, do you think it's possible for you to put the table of contents at the beginning of the generated file?
|
It's not really a calibre issue either--it's a mobi issue. The mobi format doesn't define TOC in metadata like epub, it only defines a pointer to where the TOC is in the content.
By default, mobis generated by FFDL will have the TOC right after the title page and the mobi metadata will point to it.
Converted mobis put it at the end because a) I think it's more 'standard' that way and b) they have no other idea where to put it.
Presumably you're converting mobis from epubs. You can add an *extra* TOC right after the title page by setting include_tocpage: true in the [epub] section of personal.ini. Then you'll end up with both, but the official TOC will still be at the end. Whether that's an improvement or not is a personal choice.