Three Tables of Contents?
The epub I'm working on has two tables of contents. One is the TOC that drops down when you click the icon at the top of your epub reader. The other TOC is something I created manually in a file named introduction.xhtml, which also includes a few other things (Preface, Introduction, etc.).
I just realized that the HTML for the automatically generated TOC is in a file named nav.xhtml, not in toc.ncx (which I thought was the file associated with the auto-TOC).
So if my TOC content is in nav.xhtml, then what's the purpose of toc.ncx?
I'm working with Sigil on a Mac, by the way.
|