My Appendix is set up as a Chapter. Within that chapter there are sections (each set up as its own document) that I would like to number in their headers alphanumerically.
I want it to read:
Appendix A
Appendix B
Appendix C
If I was setting this up using numbers I would choose {Cn+} under MC Auto Number Format in my style guide. Since I want it to be alphanumeric, I think that it should be {CA+} but this command does not work. If I leave it as {A+} each section in my appendix is headed as an Appendix A.
and so on because the "numbering" is restarting each section. I want each new section to increment from the previous section using alphanumeric values. Suggestions?
Do you have C: in there? The prefix should be seperated by a colon. Maybe it was just a typo in this post. If not, please try if this changes the behavior.
additional info: I *think* you need to have a series label in there, i.e. the C on it's own is not enough, use CA: or some other letter instead of the A.
Section within chapter - mc-auto-number-format: '{chapnum}.{Cn+} '; then mc-auto-number-format: '{chapnum}.{Cn}.{Cn+} '; etc
Appendix - mc-auto-number-format: 'Appendix {chapnum} '; and on the TOC entry for the first appendix, add a chapter break, reset the auto-number to A, format Alpha. This comes out
Sections within appendices are the same as the ordinary headings.
I can't remember why I used {chapnum} originally rather than C. I seem to remember there was some reason why it gave better results for me.
Marjorie
My goal in life is to be as good a person as my dogs already think I am.
Both sets of headings use a global counter (G). The global keeps the chapter numbers incrementing throughout the entire document, so it's not tied to which TOC entry I specify as being the start of a new chapter; it's based strictly on when the h1 tag is used in the content. That said, I do generally tend to set a chapter break when I use an h1 tag, but that's so that I can specify the correct page in a page layout, not because I need to set the chapter number.
The regular headings use a sequence ID of "H" and appendices use a sequence ID of "A". That's what keeps their individual counters incremented correctly.
Lisa Eagles may soar, but weasels aren't sucked into jet engines. Warning! Loose nut behind the keyboard.