summaryrefslogtreecommitdiff
path: root/data/docx/word/styles.xml
Commit message (Collapse)AuthorAge
* Updated reference.docx.John MacFarlane2017-12-26
| | | | | | | | | | 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.
* 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
|/
* Add unpacked reference dataNikolay Yakimov2015-03-28