aboutsummaryrefslogtreecommitdiff
path: root/data/docx
AgeCommit message (Collapse)AuthorFilesLines
2021-05-15docx writer settings.xml:John MacFarlane1-5/+5
- Set zoom to 100% by default. - Align math options more with current Word defaults (e.g. Cambria Math font).
2021-05-15docx writer: Remove rsids from settings.docx.John MacFarlane1-11/+1
Word will add these when revisions are made. But it's pointless to start out with a set of them.
2021-01-12Docx writer: handle table header using styles.John MacFarlane1-0/+15
Instead of hard-coding the border and header cell vertical alignment, we now let this be determined by the Table style, making use of Word's "conditional formatting" for the table's first row. For headerless tables, we use the tblLook element to tell Word not to apply conditional first-row formatting. Closes #7008.
2020-07-22Docx writer: support --number-sections.John MacFarlane1-0/+4
Closes #1413.
2019-11-16Change styles in reference.docx.John MacFarlane1-7/+6
All headings now have a uniform color. Level-1 headings no longer set `w:themeShade="B5"`. Level-2 headings are now 14 point rather than 16 point. Level-3 headings are now 12 point rather than 14 point. Level-4 headings are italic rather than bold. Closes #5820.
2019-11-14Change reference.docx to use more normal block quotes.John MacFarlane1-7/+1
Indented left and right, same font and size. Previously it was unindented, smaller font and different typeface. See #5820.
2018-10-09Docx writer: added framework for custom properties.John MacFarlane3-2/+5
So far, we don't actually write any custom properties, but we have the infrastructure to add this. See #3034.
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