summaryrefslogtreecommitdiff
path: root/support/tcltexed/hlp/bre/RCS/Footnotes.txt,v
blob: c1a925ef3fcd5eb84a57d6b781b2c2251197926c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
head	1.1;
access;
symbols;
locks
	mys:1.1; strict;
comment	@# @;


1.1
date	99.11.22.23.41.12;	author mys;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@############################################################
Footnotes
############################################################

Footnotes can be produced in one of two ways. They can be 
produced with one command, the \footnote command. They can 
also be produced with two commands, the \footnotemark and the 
\footnotetext commands. See the specific command for 
information on why you would use one over the other. 

	\footnote: Insert a footnote. 
	\footnotemark: Insert footnote mark only. 
	\footnotetext: Insert footnote text only. 

############################################################
	\footnote ::footnote::
############################################################
\footnote[number]{text} 
The \footnote command places the numbered footnote text at 
the bottom of the current page. The optional argument, number, 
is used to change the default footnote number. This command 
can only be used in outer paragraph mode; i.e., you cannot 
use it in sectioning commands like \chapter, in figures, 
tables or in a tabular environment. 
############################################################
	\footnotemark ::footnotemark::
############################################################
The \footnotemark command puts the footnote number in the 
text. This command can be used in inner paragraph mode. The 
text of the footnote is supplied by the \footnotetext command. 
This command can be used to produce several consecutive 
footnote markers referring to the same footnote by using 

	\footnotemark[\value{footnote}] 

after the first \footnote command. 
############################################################
	\footnotetext ::footnotetext::
############################################################
\footnotetext[number]{text} 
The \footnotetext command produces the text to be placed at 
the bottom of the page. This command can come anywhere after 
the \footnotemark command. The \footnotetext command must 
appear in outer paragraph mode. 

The optional argument, number, is used to change the default 
footnote number. 
@