Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-27 | Removed redundant element from data/docx/word/numbering.xml. | John MacFarlane | 1 | -2/+3 | |
The elements we need are generated when the document is compiled; this didn't do anything. | |||||
2017-05-25 | Docx writer: Use Table rather than "Table Normal" for table style. | John MacFarlane | 1 | -2/+3 | |
"Table Normal" is the default table style and can't be modified. Closes #3275, further testing welcome. | |||||
2017-05-18 | Docx writer: Change FigureWithCaption to CaptionedFigure (#3658) | Ian | 1 | -2/+2 | |
Edit styles.xml as part of the fix for #3656 | |||||
2017-03-13 | Docx writer: Support 9 levels of headers. | John MacFarlane | 1 | -0/+60 | |
Closes #1642. | |||||
2015-07-15 | Reference Docx: Add missing Header 6 style (steel blue) | Ophir Lifshitz | 1 | -0/+20 | |
Based on Header 4 (bold, steel blue) and Header 5 (italic, steel blue) | |||||
2015-07-15 | Reference Docx: Correct outlineLvl for Header styles | Ophir Lifshitz | 1 | -3/+3 | |
Not sure if this actually affects anything | |||||
2015-03-30 | Merge pull request #2035 from lierdakil/issue2031 | John MacFarlane | 1 | -0/+14 | |
Docx Writer/Reference: Add keepNext to objects w/ captions | |||||
2015-03-29 | Add toc heading style to reference.docx | Nikolay Yakimov | 1 | -0/+19 | |
2015-03-29 | Reference Docx: Add keepNext to table captions | Nikolay Yakimov | 1 | -0/+3 | |
2015-03-29 | Docx Writer: Add a style to figure images | Nikolay Yakimov | 1 | -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-29 | Reference Docx: update word/footnotes.xml | Nikolay Yakimov | 1 | -2/+26 | |
2015-03-28 | Add unpacked reference data | Nikolay Yakimov | 14 | -0/+483 | |