aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docx/Types.hs
AgeCommit message (Collapse)AuthorFilesLines
2021-06-29Docx writer: Add table numbering for captioned tables.John MacFarlane1-0/+2
The numbers are added using fields, so that Word can create a list of tables that will update automatically.
2021-06-29Docx writer: support figure numbers.John MacFarlane1-0/+2
These are set up in such a way that they will work with Word's automatic table of figures. Closes #7392.
2021-04-20Docx writer: add missing fileAlbert Krewinkel1-0/+181