aboutsummaryrefslogtreecommitdiff
path: root/doc/user/footnote.skb
diff options
context:
space:
mode:
authorLudovic Courtes2006-01-18 23:24:41 +0000
committerLudovic Courtes2006-01-18 23:24:41 +0000
commiteefcf2eac6f4df4f0576ffbbccb280df17d463e4 (patch)
tree49d12a11c44138755cb93fbfbf11a436128828f0 /doc/user/footnote.skb
parent5a6d3f06176735d654b5db8d396b3b043bfca3c8 (diff)
parent8bdcb386f3ce26a9031ca123b4d43af0b5a3721a (diff)
downloadskribilo-eefcf2eac6f4df4f0576ffbbccb280df17d463e4.tar.gz
skribilo-eefcf2eac6f4df4f0576ffbbccb280df17d463e4.tar.lz
skribilo-eefcf2eac6f4df4f0576ffbbccb280df17d463e4.zip
Merge from lcourtes@laas.fr--2005-mobile
Patches applied: * lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2 (patch 27-28) - Merge from lcourtes@laas.fr--2004-libre - More fixes in the hope to get the manual compiled. git-archimport-id: lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--patch-31
Diffstat (limited to 'doc/user/footnote.skb')
-rw-r--r--doc/user/footnote.skb5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/user/footnote.skb b/doc/user/footnote.skb
index 96101f3..43d6c3f 100644
--- a/doc/user/footnote.skb
+++ b/doc/user/footnote.skb
@@ -18,7 +18,10 @@
the reference to the footnote.])
(doc-markup 'footnote
- `((:number [The number of the footnote.])
+ `((:label [This may be either a boolean (i.e., ,(code "#f")
+or ,(code "#t")) indicating whether a footnote label should
+automatically be produced, a string specifying a label to use (e.g.,
+,(code ["*"])), or a number.])
(#!rest text... [The text of the footnote.]))
:see-also '(document chapter section))