Tuesday, March 27, 2018

Flare: Creating a Numbered Appendix

Refer to this page for help with the auto-numbering in Flare:

Or just use this in your CSS:

h1
{
mc-auto-number-format: 'GH:{n+}. ';
}

h1.Appendix
{
mc-auto-number-format: 'GM:Appendix {A+}. ';
}

h2
{
mc-auto-number-format: 'GH:{n}.{n+}. ';
}

h2.Appendix
{
mc-auto-number-format: 'GM:Appendix {A}.{n+} ';
}

h3
{
mc-auto-number-format: 'GH:{n}.{n}.{n+}. ';
}

h3.Appendix
{
mc-auto-number-format: 'GM:Appendix {A}.{n}.{n+} ';
}

h4
{
mc-auto-number-format: 'GH:{n}.{n}.{n}.{n+}. ';
}

h5
{
mc-auto-number-format: 'GH:{n}.{n}.{n}.{n}.{n+}. ';
}

h6
{
mc-auto-number-format: 'GH:{n}.{n}.{n}.{n}.{n}.{n+}. ';
}

Welcome to Flare

I've jumped onto the MadCap Flare bandwagon. There's sure to be numerous posts about tips for it.

Helpful links: