diff options
author | Ludovic Courtès | 2009-01-07 01:35:04 +0100 |
---|---|---|
committer | Ludovic Courtès | 2009-01-07 01:35:04 +0100 |
commit | d05d352ea3e8af3dbd53a021f83532198cd5cce6 (patch) | |
tree | 847c5b16ad217c6022110616ce3b6efe5c7335f8 /NEWS | |
parent | fd9a9dc8ff1c4b7e77a28b4556e62620d15b1293 (diff) | |
download | skribilo-d05d352ea3e8af3dbd53a021f83532198cd5cce6.tar.gz skribilo-d05d352ea3e8af3dbd53a021f83532198cd5cce6.tar.lz skribilo-d05d352ea3e8af3dbd53a021f83532198cd5cce6.zip |
html: Fix footnote output for chapters that are not in a separate file.
* src/guile/skribilo/engine/html.scm (section-in-separate-file?,
section-in-current-file?): New.
(&html-generic-document)[ftnotes]: Collect the footnotes not only of N
but also those of all its sub-containers that are to be output in the
same file. This fixes a bug where chapters that are not output in the
same file don't get their footnotes printed. Reported by Klaus
Schilling <schilling.klaus@web.de>.
* NEWS: Update.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ Copyright (C) 2005, 2006, 2007, 2008, 2009 Ludovic Courtès <ludo@gnu.org> ** Using `(image :url ...)' with `lout' yields a warning, not an error ** New `rss-2' input syntax, for RSS 2.0 feeds ** HTML engine: footnotes now yield hyperlinks back to the call site +** HTML engine: footnotes are properly printed for same-file chapters + +Previously, footnotes would not get printed in the case of chapters that +are not output in a separate file. * New in Skribilo 0.9.1 |