3.13 Standard Markups -- Footnote


main page
top:Skribe User Manual
index:Index
markups:Standard Markups


Standard Markups
Markup index
3.1Document
3.2Sectioning
3.3Table of contents
3.4Ornaments
3.5Line breaks
3.6Font
3.7Justification
3.8Enumeration
3.9Frame and color
3.10Figure
3.11Image
3.12Table
3.13Footnote
3.14Characters, Strings and Symbols


Chapters
1Getting Started
2Syntax & Values
3Standard Markups
4References and Hyperlinks
5Indexes
6Bibliography
7Computer programs
8Standard Library
9Engines
10Editing Skribe Programs
11Skribe compiler
12Compiling Texi documents
13List of examples
14Table of contents

By default, footnotes appear at the bottom of the page that contains the reference to the footnote.

prototype
(footnote [:ident] [:class] [:number] text...)
optionenginesdescription
:identhtml latex The node identifier.
:classhtml latex The node class.
:numberhtml The number of the footnote.
argumentdescription
text...The text of the footnote.
See also
document chapter section
Example:
[Scheme,(footnote [To be pronounced ,(char "[")Skim,(char "]")])
is a programming language,(footnote [And a great one!]).]
Ex. 17: A footnote
Produces:
Scheme1 is a programming language2.



1: To be pronounced [Skim]
2: And a great one!

This Html page has been produced by Skribe.
Last update Thu Apr 29 06:50:45 2004.