Skip to content

Support for footnote. #1

Description

@julienfr112

A footnote is two thing :

  • in the document.xml, at the place of the referecence :
<w:r>
<w:rPr>
<w:rStylew:val="FootnoteReference"/>
</w:rPr>
<w:footnoteReferencew:id="1"/>
</w:r>
  • in the footnote.xml the content of the footnote :
<w:footnotew:id="1">
<w:pw:rsidRDefault="00D935D7"w:rsidR="00D935D7">
<w:pPr>
<w:pStylew:val="FootnoteText"/>
</w:pPr>
<w:r>
<w:rPr>
<w:rStylew:val="FootnoteReference"/>
</w:rPr>
<w:footnoteRef/>
</w:r>
<w:r>
<w:txml:space="preserve"> Note</w:t>
</w:r>
</w:p>
</w:footnote>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions