output: Add footnote support.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 13 Sep 2014 23:41:08 +0000 (16:41 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 13 Sep 2014 23:41:08 +0000 (16:41 -0700)
commitd3fef25674baf4f4e25502f257c680b5090535c6
treee6bdfb508599d9c1c84b19defb19f63db788f74e
parentf1db96caae465cb7daaf6efbe69ae17069ea1198
output: Add footnote support.

The initials support for footnotes does not allow the client to specify
the markers and does not merge footnotes with the same text so that they
have the same markers.  It might be necessary to implement one or both of
those features.

The footnote feature doesn't have any users yet, outside of the tests.
15 files changed:
Smake
src/output/ascii.c
src/output/cairo.c
src/output/csv.c
src/output/html.c
src/output/odt.c
src/output/render.c
src/output/render.h
src/output/tab.c
src/output/tab.h
src/output/table-casereader.c
src/output/table-provider.h
src/output/table.c
tests/output/render-test.c
tests/output/render.at