summaryrefslogtreecommitdiff
path: root/data/docx
Commit message (Collapse)AuthorAge
* Removed redundant element from data/docx/word/numbering.xml.John MacFarlane2017-06-27
| | | | | The elements we need are generated when the document is compiled; this didn't do anything.
* Docx writer: Use Table rather than "Table Normal" for table style.John MacFarlane2017-05-25
| | | | | | "Table Normal" is the default table style and can't be modified. Closes #3275, further testing welcome.
* Docx writer: Change FigureWithCaption to CaptionedFigure (#3658)Ian2017-05-18
| | | | Edit styles.xml as part of the fix for #3656
* Docx writer: Support 9 levels of headers.John MacFarlane2017-03-13
| | | | Closes #1642.
* Reference Docx: Add missing Header 6 style (steel blue)Ophir Lifshitz2015-07-15
| | | | Based on Header 4 (bold, steel blue) and Header 5 (italic, steel blue)
* Reference Docx: Correct outlineLvl for Header stylesOphir Lifshitz2015-07-15
| | | | Not sure if this actually affects anything
* Merge pull request #2035 from lierdakil/issue2031John MacFarlane2015-03-30
|\ | | | | Docx Writer/Reference: Add keepNext to objects w/ captions
| * Reference Docx: Add keepNext to table captionsNikolay Yakimov2015-03-29
| |
| * Docx Writer: Add a style to figure imagesNikolay Yakimov2015-03-29
| | | | | | | | | | | | | | 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.
* | Add toc heading style to reference.docxNikolay Yakimov2015-03-29
|/
* Reference Docx: update word/footnotes.xmlNikolay Yakimov2015-03-29
|
* Add unpacked reference dataNikolay Yakimov2015-03-28