Open
Description
A footnote is two thing :
- in the document.xml, at the place of the referecence :
<w:r>
<w:rPr>
<w:rStyle w:val="FootnoteReference"/>
</w:rPr>
<w:footnoteReference w:id="1"/>
</w:r>
- in the footnote.xml the content of the footnote :
<w:footnote w:id="1">
<w:p w:rsidRDefault="00D935D7" w:rsidR="00D935D7">
<w:pPr>
<w:pStyle w:val="FootnoteText"/>
</w:pPr>
<w:r>
<w:rPr>
<w:rStyle w:val="FootnoteReference"/>
</w:rPr>
<w:footnoteRef/>
</w:r>
<w:r>
<w:t xml:space="preserve"> Note</w:t>
</w:r>
</w:p>
</w:footnote>