Section numbering supression not working

This forum is for all Flare issues related to PDF, eBook, Microsoft Word, Adobe FrameMaker, XPS, and XHTML book targets.
Post Reply
AlanKearns
Sr. Propeller Head
Posts: 103
Joined: Thu Sep 11, 2014 2:06 am

Section numbering supression not working

Post by AlanKearns »

I have a global (print and HTML) stylesheet containing

Code: Select all

h1.nonumber, h2.nonumber, h3.nonumber, h4.nonumber, h5.nonumber, h6.nonumber
{
	mc-heading-level: 0;
	mc-auto-number-format: '{ =0}';
}
Called by a print stylesheet (via @import "global.css";) containing

Code: Select all

h4
{
	mc-auto-number-format: 'GH:{n}.{n}.{n}.{n+} ';
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 19mm;	
	mc-heading-level: 0;
}
and nothing in the h4.nonumber class.

I'm finding that h4.nonumber headings are being numbered like '1.0.0.1', on the page, when I was expecting them to be both omitted from the TOC and unnumbered on the page. Can anyone suggest what I'm missing?
AlanKearns
Sr. Propeller Head
Posts: 103
Joined: Thu Sep 11, 2014 2:06 am

Re: Section numbering supression not working

Post by AlanKearns »

The plot has thickened. It only happens on projects run through madbuild. The styles as shown above work within Flare.
Post Reply