TOC: Unknown TOC item in the table of contents

This forum is for all Flare issues not related to any of the other categories.
Post Reply
henkjans
Propeller Head
Posts: 86
Joined: Wed Feb 02, 2011 1:59 am

TOC: Unknown TOC item in the table of contents

Post by henkjans »

Hello,
I have a struggle with an unknown/undefined TOC item in the table of contents.
See the attached part of the TOC.
TOC1.png
The problem is the text/item "1 TOC" above the line. Changing the style for the TOC1 into Italic, change the belonging chapters to Italic.
But not the text "1 TOC".
I use only 1 pagelayout, (see below) I think its clean but will add it to whom is interested.


========
<?xml version="1.0" encoding="utf-8"?>
<PageStyles>
<Page Name="Title" Width="800" Height="800" Padding="20px" PageSize="A4" PageType="title" PaddingLeft="1.5cm" PaddingRight="1.5cm" PaddingTop="4cm" PaddingBottom="1cm" BleedBottom="0" BleedLeft="0" BleedTop="0" BleedRight="0">
</Page>
<Page Width="800" Height="800" Padding="20px" PageSize="A4" PageType="normal" PaddingLeft="1.5cm" PaddingRight="1.5cm" PaddingTop="4cm" PaddingBottom="1cm" Name="Normal" BleedBottom="0" BleedLeft="0" BleedTop="0" BleedRight="0">
<Frame Flow="body" ColumnCount="1" Anchors="" PaddingLeft="0in" PaddingRight="0in" PaddingTop="0in" PaddingBottom="0in" X="0in" Y="0in" Right="0in" Bottom="0in" Width="17.99167cm" Height="24.71208cm">
</Frame>
<Frame X="0px" Y="-110px" Width="17.99167cm" Height="2.910417cm" Flow="header" Right="0px" Bottom="934px" Anchors="">
<Content>
<xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml">
<xhtml:body>
<xhtml:p>
<xhtml:img xhtml:src="../Images/GSE Logo.png" xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" xhtml:style="width: 5cm;height: auto;float: left;" MadCap:mediastyle="@media print { width: 5cm;height: auto; }" />
</xhtml:p>
</xhtml:body>
</xhtml:html>
</Content>
</Frame>
<Frame X="0px" Y="935px" Width="17.99167cm" Height="1.005417cm" Flow="footer" Right="0px" Bottom="-39px" Anchors="" BorderTopStyle="solid" BorderTopWidth="1px">
<Content>
<xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml">
<xhtml:body>
<xhtml:p xhtml:style="font-size: 10pt;text-align: center;"><MadCap:variable xhtml:name="System.PageNumber" xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" /> - <MadCap:variable xhtml:name="System.PageCount" xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" /></xhtml:p>
</xhtml:body>
</xhtml:html>
</Content>
</Frame>
</Page>
</PageStyles>
You do not have the required permissions to view the files attached to this post.
Thanks,
Henk Jan Schut
The Netherlands
Psider
Propellus Maximus
Posts: 817
Joined: Wed Jul 06, 2011 1:32 am

Re: TOC: Unknown TOC item in the table of contents

Post by Psider »

I think that is the TOC heading. This post suggests if you are using the autogenerated toc method, then the toc heaidng uses H1 and you can't change that? viewtopic.php?t=32616
henkjans
Propeller Head
Posts: 86
Joined: Wed Feb 02, 2011 1:59 am

Re: TOC: Unknown TOC item in the table of contents

Post by henkjans »

Thanks Psider, I think I've solved it
Thanks,
Henk Jan Schut
The Netherlands
Psider
Propellus Maximus
Posts: 817
Joined: Wed Jul 06, 2011 1:32 am

Re: TOC: Unknown TOC item in the table of contents

Post by Psider »

Out of curiosity, what was the issue and solution?
Post Reply