Navigation Pattern

Appendix Numbering

A separate appendix numbering format that distinguishes backup slides from the main story.

appendix-numberingOPF extension pending

Use Case

Board packets, financial models, and technical decks with substantial backup material.

When to Use

Use when appendix slides are likely to be referenced separately from the main narrative.

When to Avoid

Avoid if the deck has only one or two backup slides; a separate numbering system adds ceremony.

OPF Config Options

Slide numbers
Enabled
Slide number format
A-{current}
Date format
Not used
Logo position
Not used
Legal line
Not used
Classification line
Not used
Header content
Appendix
Footer content
Not used
Hide on title slide
Yes

Best Practices

1

Start appendix numbering only after a clear appendix divider.

2

Use a simple prefix such as A-1, A-2, A-3.

3

Keep appendix labels consistent with the table of contents.

Related How-to Articles

OPF Config

headers-footers:appendix-numbering
Open Presentation Format
{
  "design": {
    "layoutPreferences": {
      "slideNumbers": true
    },
    "headersFooters": {
      "pattern": "appendix-numbering",
      "slideNumberFormat": "A-{current}",
      "dateFormat": null,
      "logoPosition": null,
      "legalLine": null,
      "classificationLine": null,
      "header": "Appendix",
      "footer": null,
      "hideOnTitleSlide": true
    }
  }
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.

Playground deep link: config=headers-footers:appendix-numbering