examples for online output
Here is how a mini-TOC might look in the output for a Help system:
examples for print-based output
example—styles method
Let's say that you want to use the default method, where the mini-TOC entries are based on headings using the <h1> through <h6> styles in your project. Perhaps you have created a lengthy topic, with the <h1> style applied to the first heading in that topic and several subheadings below it that are using the <h2> and <h3> styles. Like this:
Now let's say that you insert a mini-TOC proxy between the <h1> heading and the first <h2> heading, like this:
When you insert the proxy, let's say you specify that it should use a depth of 3. In that case, the output will display links that point to all your subheadings—the <h2> headings (which are second-level headings), as well as the <h3> headings (which are third-level headings). But suppose you also have, say, <h4> headings in the topic content. Those <h4> headings will not be included in the mini-TOC because you selected a depth of 3 rather than 4 or higher.
In the output, it might look something like this:
example—toc structure method
Let's say that you want to use the method where the mini-TOC entries are based on the structure of your "outline TOC." Perhaps you have created several topics that are organized in your TOC, like "Chapter 5" in this example:
That book in the TOC consists of seven topics (Chapter 5, Exercising a Dog, Indoor Exercise, Outdoor Exercise, Feeding a Dog, Picking a Dog, and Training a Dog). Let's say that you want to insert a mini-TOC proxy into the "Chapter 5" topic so that it creates a small TOC pointing to the other topics under it. Furthermore, suppose that you are using the <h1> style at the top of each of those topics, and you do not want to change that fact. In that case, you can simply insert the mini-TOC proxy into the "Chapter 5" topic, like this:
When you insert the proxy, you specify that it should include three levels of headings in the mini-TOC, because in the output Flare will create three levels based on your structure.
You can then open the target that you want to generate, select the Advanced tab, and click the option to generate your TOC based on the structure of the TOC in your project.
Like this:
In the output, the "Chapter 5" topic might look something like this:
Please remember that the topic containing your mini-TOC proxy must be on a higher level in the TOC than the topics that you want to be captured by that mini-TOC.