Menu

#1 Footnotes support

1.x series
closed
None
2011-12-18
2011-12-15
No

Footnotes are a planned feature and is in the higher priorities. This ticket is to track and discuss the implementation of such a feature.

Nested footnotes specification

Source document
----------------------------
= Document title =

Nullam laoreet lacinia dolor°°_, quis hendrerit sapien rutrum sed. 
Morbi consequat consequat luctus. Duis hendrerit lobortis°°_ tellus
et mollis. Sed nisl metus, pretium vulputate suscipit°°_ a, 
interdum nec dui.

_°° This is the first footnote. More lorens ipsum.
_°° This the second footnote. This time this is
    a multiline footnote.
_°° This is the last footnote.
----------------------------

HTML export
----------------------------
<h1 id="document_title">Document title</h1>
<p>Nullam laoreet lacinia dolor<a class="footnotemark" href="#document_title_fn1">[1]</a>, 
quis hendrerit sapien rutrum sed. Morbi consequat consequat luctus. Duis hendrerit 
lobortis<a class="footnotemark" href="#document_title_fn2">[2]</a> tellus 
et mollis. Sed nisl metus, pretium vulputate suscipit
<a class="footnotemark" href="#document_title_fn3">[3]</a> a, interdum nec dui.</p>

<div class="footnotes">
  <ul>
    <li id="document_title_fn1">This is the first footnote. More lorens ipsum.</li>
    <li id="document_title_fn2">This the second footnote. This time this is a multiline footnote.</li>
    <li id="document_title_fn3">This is the last footnote.</li>
  </ul>
</div>
----------------------------

LaTeX export
----------------------------
\hypertarget{document_title}{}
\section*{Document title}

Nullam laoreet lacinia dolor\footnotemark, quis hendrerit sapien rutrum sed. 
Morbi consequat consequat luctus. Duis hendrerit lobortis\footnotemark tellus
et mollis. Sed nisl metus, pretium vulputate suscipit\footnotemark a, 
interdum nec dui.

\footnotetext{This is the first footnote. More lorens ipsum.}
\footnotetext{This the second footnote. This time this is a multiline footnote.}
\footnotetext{This is the last footnote.}
----------------------------

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.