aboutsummaryrefslogtreecommitdiff
path: root/data/docx
AgeCommit message (Collapse)AuthorFilesLines
2017-12-26Updated reference.docx.John MacFarlane10-38/+415
Instead of just "Hello, world", the document now contains exemplars of most of the styles that have an effect on pandoc documents. This makes it easier to see the effect of style changes. Closes #4175.
2017-06-27Removed redundant element from data/docx/word/numbering.xml.John MacFarlane1-2/+3
The elements we need are generated when the document is compiled; this didn't do anything.
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