Footnotes
Capture footnotes in a fn-group element. Capture each footnote in a fn element.
/article/back/fn-group
/book/front-matter/front-matter-part/back/fn-group
//book-part/back/fn-group
/book//ack/fn-group
/book/book-back/book-app/back/fn-group
Capture a title element with the text Footnotes
inside each
fn-group. The alternative titles Endnotes
or Notes
may be used instead of
Footnotes
if provided in the manuscript.
Give the fn element a unique id attribute.
A fn element within a journal article may only have a single p element child.
If the footnote has a label, capture it in a label element (not a symbol attribute).
When capturing a book, capture the fn-group element as close as possible to the reference in the text. For example, if the reference is in the text of a chapter, capture the fn-group element as a descendant of the book-part element representing the chapter.
<fn-group> <title>Footnotes</title> <fn id="n1"> <label>†</label> <p>This is a footnote</p> </fn> </fn-group>