This got me the on first epub I made.
Make sure that you check the spine section of the content.opf file. If it says the following:
<spine>
...
<itemref idref="nav.xhtml" linear="no"/>
...
</spine>
you need to delete the linear="no" to make the TOC visible.
|