1<RefEntry id="X25footnotes-at-endX25">
2<!-- This file is generated automatically from the DSSSL source. -->
3<!-- Do not edit this file! -->
4<?html-filename footnotes-at-end.html>
5
6<RefMeta>
7  <RefEntryTitle>%footnotes-at-end%</RefEntryTitle>
8  <RefMiscInfo Role="file">dbparam.dsl</RefMiscInfo>
9</RefMeta>
10
11<RefNameDiv>
12  <RefName>%footnotes-at-end%</RefName>
13  <RefPurpose>Should footnotes appear at the end of HTML pages?</RefPurpose>
14</RefNameDiv>
15
16<RefSynopsisDiv><Title>Synopsis</Title>
17<Synopsis>
18%footnotes-at-end%
19</Synopsis>
20</RefSynopsisDiv>
21
22<RefSect1><Title>Description</Title>
23
24<para>
25If <literal>#t</literal>, footnotes will be placed at the end of each HTML page
26instead of immediately following the place where they occur.
27Note: support for this feature is dependent on the processing
28performed by the (footer-navigation) function; if you replace
29that function, make sure that you're replacement calls
30(make-endnotes).</para>
31
32
33</RefSect1>
34<RefSect1><Title>Source Code</Title>
35
36<ProgramListing>
37(define %footnotes-at-end%
38  ;; Should footnotes appear at the end of HTML pages?
39  #t)
40</ProgramListing>
41</RefSect1>
42
43</RefEntry>
44