pivot-table: Allow footnote marker style to change after creation.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 10 Jan 2021 02:02:50 +0000 (18:02 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 10 Jan 2021 02:03:06 +0000 (18:03 -0800)
commitabc77034fd0bf89464c491ca3b573f6c3ab17648
tree078d91f64f584e0c807f5c469a7504adfe0784ef
parentab6a6170a426bbae24d65f7aedaa0c38913ca44c
pivot-table: Allow footnote marker style to change after creation.

Footnote markers can be set as numeric or alphabetic.  Until now, the code
for this has only honored this setting at the time the footnote was added.
With this commit, changes in this setting are also honored after adding it.
src/output/cairo-fsm.c
src/output/html.c
src/output/odt.c
src/output/pivot-output.c
src/output/pivot-table.c
src/output/pivot-table.h
src/output/tex.c