blob: 7c2523f3cd192d1339e1213bbac692678a3ad191 (
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
|
+-----------------------------------------------------------------------------+
| printendnotes |
+-----------------------------------------------------------------------------+
Abbreviation: ã|\penã%
Parameters: ã|noneã%
ã|Description:ã%
To print the endnotes accumulated with the \autoendnote markup, use the
\printendnotes markup.
ã|Example:ã%
To start a new page, center a title (such as "Notes"), and dump the
endnotes, enter:
There is a well-marked division of
labor.\autoendnote{Such as it is. Things could be
different in the geological world, but they are not.}
Details of organization have evolved by an
optimization process. . . .
\newpage
\titlepage
\cl{\bd Notes}
\vs{\bl}
\printendnotes
+-----------------------------------------------------------------------------+
| |
| Notes |
| |
| 1. Such as it is. Things could be different in the geological world, but |
| they are not. |
| |
+-----------------------------------------------------------------------------+
ã|Notes:ã%
The \printendnotes markup does not print the title "Note". It may be used
more than once in a paper; for example, you may want to print all endnotes
within a chapter at the end of the chapter rather than at the end of the
entire paper. The \printendnotes markup prints all endnotes accumulated up
to that point.
|