Hi Warren
On 18/07/10 04:51, Warren Block wrote:
Footnotes appear at the end of an HTML article, on the same page in a PDF.
Is there a way to make a chapter footnote appear at the end of the
chapter in HTML, or some other type of note that appears at the end of
the chapter? Footnotes look perfect, but are hard to find unless the
reader realizes they're at the end of the article. Tips/notes and
sidebar blocks jump out too much for some things.
This would require quite a bit of JavaScript to do it from xhtml11 generated
HTML, you could look at generating chunked HTML documents (via DocBook) using
a2x, footnotes are place at the end of each chunk. Here's an example from the
chunked AsciiDoc User Guide:
http://www.methods.co.nz/asciidoc/chunked/ar01s15.html
Cheers, Stuart
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.