I need to have footnotes start at number 45. I have set my Document Settings Part (settings.xml) to include:
<w:footnotePr>
<w:numStart w:val="45"/>
<w:footnote w:id="-1"/>
<w:footnote w:id="0"/>
</w:footnotePr>
In my output document, all footnotes are there, but they still start at 1. Am I missing something?