From d05d352ea3e8af3dbd53a021f83532198cd5cce6 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 7 Jan 2009 01:35:04 +0100 Subject: 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 . * NEWS: Update. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 514541f..42cb606 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,10 @@ Copyright (C) 2005, 2006, 2007, 2008, 2009 Ludovic Courtès ** 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 -- cgit v1.2.3