TOPIC IN BOOK BUT NOT WANTED IN TOC

This forum is for all Flare issues related to PDF, eBook, Microsoft Word, Adobe FrameMaker, XPS, and XHTML book targets.
Post Reply
jbananak
Propeller Head
Posts: 59
Joined: Thu May 03, 2012 2:45 am

TOPIC IN BOOK BUT NOT WANTED IN TOC

Post by jbananak »

Hi
I have 2 topics that are continuations of the previous topic for pdf output. I want them to appear in the book, but not in the TOC.
How do I do this.
Thanks in advance.
Joanna
Daniel Ferguson
Propeller Head
Posts: 77
Joined: Wed Jul 10, 2013 12:34 pm
Location: Salt Lake City
Contact:

Re: TOPIC IN BOOK BUT NOT WANTED IN TOC

Post by Daniel Ferguson »

Create a class in your stylesheet with the mc-heading-level property set to 0, and then assign that class to the headings you want out of the TOC.

CSS will look something like this:

Code: Select all

@media print
{
.noTOC
{
mc-heading-level: 0;
}
}
Then just assign the noTOC class to your headings.
Daniel Ferguson
Certified Flare Trainer & Consultant
smartoutput.com
jbananak
Propeller Head
Posts: 59
Joined: Thu May 03, 2012 2:45 am

Re: TOPIC IN BOOK BUT NOT WANTED IN TOC

Post by jbananak »

Thanks

Regards,
Joanna Krashniker
Post Reply