Footnote Macro
Adds a note of text placed (by default) at the bottom of the page. The footnote is flagged by a superscript number following that portion of the text the note is in reference to. The superscript number is actually a link to the place (in the page) where that footnote is displayed. When the link is clicked, the target footnote is highlighted. The footnote text in the footnote area is preceded by a back-link, to the place in the text where that footnote is referred. The #footnote macro can be used with the #putFootnotes, which allows placing the footnote area elsewhere in the page.Usage
#footnote("text")Parameters definition
text is the text that will be displayed in the footnote. It is also used as title for the link to the footnote.Example
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus lacus est, euismod at, lobortis eu, rhoncus et, leo #footnote("This is some text from www.lipsum.com"). Morbi eget leo. Praesent tempor erat nec sapien. Etiam tincidunt, tellus et faucibus sagittis, diam diam tincidunt magna, id fringilla metus libero nec dolor. Curabitur vestibulum fringilla felis #footnote("More dummy text"). Sed auctor. Sed scelerisque. Proin sed ipsum. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Nulla vestibulum, neque sed sodales laoreet, augue ante varius pede, quis feugiat quam nisl varius orci. Maecenas ultricies pede vitae turpis.
Result
The code above results in:
When the superscript number link is clicked, the corresponding footnote is highlighted:
When the link that leads back to the reference of a footnote is clicked, the corresponding footnote marker is highlighted:
Version 8.1 last modified by VincentMassol on 19/06/2008 at 22:03
Comments: 0