blob: 8a5557b39045a78c274837d2461dca86280ab244 (
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
|
<html>
<head><title>Help On LaTeX \footnotetext</title></head>
<body bgcolor="#ffffff" text="#000000" link="#000099" vlink="#cc0000" alink="#cc0000">
<h1><font size="-2">Hypertext Help with LaTeX</font><br><font color="#cc0000">\footnotetext</font></h1>
<tt>\footnotetext[num]{text}</tt>
<p>
The <tt>\footnotetext</tt> command is used in conjunction with the
<a href="ltx-232.html"><tt>\footnotemark</tt></a> command and
places the <tt>text</tt> in the argument at the bottom
of the page. This command can come anywhere after the
<a href="ltx-232.html"><tt>\footnotemark</tt></a>
command.
<p>
The optional argument, number, is used to change the default footnote
number.
Otherwise, the footnote counter is not changed.
<p>
This command is <a href="fragile.html">fragile.</a>
<hr>
See also: <A href="ltx-82.html">Footnotes</A>,
<a href="ltx-3.html">Counters</a><br>
See also <tt><A href="ltx-231.html">\footnote</A></tt>,
<tt><A href="ltx-232.html">\footnotemark</A></tt><br>
Return to <a href="ltx-2.html">LaTeX Table of Contents</a>
<hr>
<address>
Revised: Sheldon Green, 29 Jun 1995.
</address>
</body>
</html>
|