View Single Post
Old 02-02-2016, 11:11 AM   #7
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,099
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Paula-59 View Post
I realized what I need to know how to do is NOT have my index.html included in the flow. I keep saying it is an inline TOC, but I think it's really just another Page that happens to have TOC content on it.

Do I need to name it something else? Or click something somewhere else?

If you use the tool to create the Inline TOC, the file gets a Semantic Flag auto-magically and appears in the Guide section of content.opf
ex.
Code:
  <guide>
    <reference href="titlepage.xhtml" title="Cover" type="cover"/>
    <reference type="toc" title="Table of Contents" href="toc.xhtml#calibre_generated_inline_toc"/>
  </guide>
All you need to do is drag the file to the desired position in the file browser (it is created in the first list position)

All other similar files just LOOK like an Inline TOC

You can only have ONE of any kind of semantic assigned (and will be done for you if you use tools to make them):
1 cover PAGE
1 cover IMAGE
1 (inline) TOC
theducks is offline   Reply With Quote