html: freeculture.html freeculture.nb.html
%.pdf: %.xml
- $(DBLATEX) $^ --param=lingua=nb
+# $(DBLATEX) $^ --param=lingua=nb
+
+# Alternative processing path to dblatex is to use xmlto using fop to
+# create PDF like this. The PDF output (visual design) is better, but
+# the PDF index and footnote handling is worse.
+ xmlto --noautosize -m xmlto-pdf.xsl --with-fop pdf $^
%.html: %.xml
xmlto html-nochunks $^
<!-- PAGE BREAK 264 -->
</chapter>
</part>
-<part id="c-conclusion">
+<chapter id="c-conclusion">
<title>CONCLUSION</title>
-<partintro>
<para>
There are more than 35 million people with the AIDS virus
worldwide. Twenty-five million of them live in sub-Saharan Africa.
<!-- PAGE BREAK 279 -->
</para>
-</partintro>
-<chapter><title></title><para></para></chapter>
-</part>
-<part id="c-afterword">
+</chapter>
+<chapter id="c-afterword">
<title>AFTERWORD</title>
-<partintro>
<para>
<!-- PAGE BREAK 280 -->
<!-- PAGE BREAK 312 -->
</section>
</section>
-</partintro>
-<chapter><title></title><para></para></chapter>
-</part>
+</chapter>
<chapter id="c-notes">
<title>NOTES</title>
<para>
<!-- PAGE BREAK 338 -->
</chapter>
+<index></index>
</book>
--- /dev/null
+<?xml version='1.0'?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0">
+<xsl:param name="paper.type">A5</xsl:param>
+</xsl:stylesheet>