I am a Flare newbie but I need to prepare a prety complex document and so far I think it is an excellent tool. But recently I ran into a problem that I cannot overcome. I am using a following structure in the TOC:

The chapter Extension modules uses standard one column page layout. I have prepared a special page layout with 2 columns for the chapter List of extension modules and applied it in the TOC. Then I apply the 1 column page layout back to the topic "Module name here". But it does not apply! My page layout remains to be 2 columns in the consequent pages.
Strange thing is that the similar structure works in other places of the document but in this case and several other places it won´t change the page layout.
Can anyone help me out with this. I am really confused by this. I can even see the right page template to be applied in Flare editor and in preview. But the output ignores the setting and keeps the 2 column template.
Here is a problematic part from the TOC file:
Code: Select all
<TocEntry
Title="Extension modules"
Link="/Content/Chapters/09_Appendix/Extension modules/Extension modules.htm"
BreakType="pageLayout"
StartSection="false"
PageLayout="/Content/Resources/PageLayouts/A4_1column.flpgl">
<TocEntry
Title="List of extension modules"
Link="/Content/Chapters/09_Appendix/Extension modules/List of extension modules.htm"
BreakType="pageLayout"
StartSection="false"
PageLayout="/Content/Resources/PageLayouts/A4_2columns_heading.flpgl" />
<TocEntry
Title="Module name here"
Link="/Content/Chapters/09_Appendix/Extension modules/ExtModules/ModuleTemplate.htm"
BreakType="pageLayout"
StartSection="false"
PageLayout="/Content/Resources/PageLayouts/A4_1column.flpgl" />
<TocEntry
Title="Module name here"
Link="/Content/Chapters/09_Appendix/Extension modules/ExtModules/ModuleTemplate.htm" />
</TocEntry>