aboutsummaryrefslogtreecommitdiff
path: root/data/docx
AgeCommit message (Collapse)AuthorFilesLines
2017-05-25Docx writer: Use Table rather than "Table Normal" for table style.John MacFarlane1-2/+3
"Table Normal" is the default table style and can't be modified. Closes #3275, further testing welcome.
2017-05-18Docx writer: Change FigureWithCaption to CaptionedFigure (#3658)Ian1-2/+2
Edit styles.xml as part of the fix for #3656
2017-03-13Docx writer: Support 9 levels of headers.John MacFarlane1-0/+60
Closes #1642.
2015-07-15Reference Docx: Add missing Header 6 style (steel blue)Ophir Lifshitz1-0/+20
Based on Header 4 (bold, steel blue) and Header 5 (italic, steel blue)
2015-07-15Reference Docx: Correct outlineLvl for Header stylesOphir Lifshitz1-3/+3
Not sure if this actually affects anything
2015-03-30Merge pull request #2035 from lierdakil/issue2031John MacFarlane1-0/+14
Docx Writer/Reference: Add keepNext to objects w/ captions
2015-03-29Add toc heading style to reference.docxNikolay Yakimov1-0/+19
2015-03-29Reference Docx: Add keepNext to table captionsNikolay Yakimov1-0/+3
2015-03-29Docx Writer: Add a style to figure imagesNikolay Yakimov1-0/+11
Figures with empty captions use style "Figure" Figures with nonempty captions use style "Figure with Caption", which is based on "Figure", and additionally has keepNext set.
2015-03-29Reference Docx: update word/footnotes.xmlNikolay Yakimov1-2/+26
2015-03-28Add unpacked reference dataNikolay Yakimov14-0/+483