Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-07-29 | Docx writer: Print subtitle from metadata if present. | John MacFarlane | 1 | -0/+0 | |
Use Subtitle style. See #1451. | |||||
2014-07-26 | Docx writer: include abstract with Abstract style. | John MacFarlane | 1 | -0/+0 | |
Addresses docx part of #1451. | |||||
2014-06-01 | Removed header1.xml, footer1.xml from reference.docx. | John MacFarlane | 1 | -0/+0 | |
2014-06-01 | Docx writer: Header and footer are now carried over from reference.docx. | John MacFarlane | 1 | -0/+0 | |
2013-12-27 | reference.docx: Include 'FootnoteText' style. | John MacFarlane | 1 | -0/+0 | |
Otherwise Word ignores the style, even when specified in the pPr element. I believe this should help with issue #901. You should now get 'FootnoteText' as the style of the footnote. You'll have to adjust the style yourself; it's currently just the same as Normal. | |||||
2013-03-30 | Docx writer: Use Compact style for Plain block elements. | John MacFarlane | 1 | -0/+0 | |
This differentiates between tight and loose lists. Closes #775. | |||||
2013-02-26 | Changed style names in reference docx. | John MacFarlane | 1 | -0/+0 | |
FootnoteReference -> FootnoteRef. Hyperlink -> Link. Why? Because the old names got changed by Word when the reference.docx was edited. I don't understand why, but this fixes things. Closes #414. | |||||
2013-02-23 | Added PDF to content types in reference.docx. | John MacFarlane | 1 | -0/+0 | |
2013-02-23 | reference.docx: Added default content type for emf. | John MacFarlane | 1 | -0/+0 | |
2013-01-06 | reference.docx: PictureCaption style -> ImageCaption. | John MacFarlane | 1 | -0/+0 | |
This was a typo originally. Thanks to Huashan Chen. | |||||
2013-01-06 | Docx writer: Use separate footnotes.xml for notes. | John MacFarlane | 1 | -0/+0 | |
This seems to help LibreOffice convert the file, even though it was valid docx before. Note that the references in notes must be in word/_rels/footnotes.xml.rel. We handle this now by simply making that file contain all the references in word/_rels/document.xml.rel. Something better could be done eventually, but this works. Closes #637. | |||||
2012-12-29 | Moved all data files and templates to data/. | John MacFarlane | 1 | -0/+0 | |