Appendix numbering won't work

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
oceanclub
Sr. Propeller Head
Posts: 277
Joined: Thu Oct 10, 2013 4:45 am
Location: Dublin

Appendix numbering won't work

Post by oceanclub »

Am using a legacy template but I've tried everything and appendix numbering refuses to work.

The h1. appendix style looks like this:

h1.appendix
{
mc-auto-number-format: 'CH:{A} ';
}

For the second appendix TOC properties, I have:

Printed output > Break Type: Chapter break
Printed output > Page Layout: Default
Auto-numbers > Increment number: ON

But the second appendix is numbered 0, 0.1, etc, rather than B, B.1, etc.

P.
emsachs
Propeller Head
Posts: 91
Joined: Wed Nov 19, 2014 12:49 pm

Re: Appendix numbering won't work

Post by emsachs »

The A in the mc-auto-number-format is merely a sequence signifier -- it doesn't set the format of the number. You can have sequence A for appendix numbering, sequence C for chapters, sequence F for figures, and they can all show up as numbers.

For my appendix I have in Properties in the TOC:
Autonumbers
next to Reset to: menu -- select Format: ALPHA (A,B,C)
This should switch the format of the numbers.
Post Reply