Endnotes done, and tables half-done
Posted by mholmes on 17 Nov 2008 in Activity log
Got the endnotes working properly, with somewhat simpler code than I used in ScanCan. Also managed to fix the basic-link to internal-destination problem; links within the document now work.
After that, I started work on tables. This is not simple, because the styling requirements for tables in APA are quite unusual and quite strict; you need to have top and bottom borders on tables and label rows, but no borders on cells, and no vertical borders at all. I have what I think is basically the right xsl:fo code going into FOP, but right now it's failing to do right by my borders. I'll have to hack around at it a bit more, but I may end up having to compromised and just go for a straight grid table.