
So herewith the alternative version. This is in fact the Trunk version but contains the (original) reference to bjam.
OK, I've found the issue with the geometry docs: in your indexes you have a table entry for "1-dimensional (adapted)" which itself contains another table.... but that table is completely empty. Down the line this produces the FO: <fo:table id="id733492" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" table-layout="fixed" width="100%"> <fo:table-column column-number="1" column-width="proportional-column-width(1)"/> <fo:table-body start-indent="0pt" end-indent="0pt"/> </fo:table> Which is invalid XML and gets rejected by XEP. Am I correct in thinking there should really be something in that table anyway? HTH, John.