aboutsummaryrefslogtreecommitdiff
path: root/data/reference.docx
AgeCommit message (Collapse)Author
2013-03-30Docx writer: Use Compact style for Plain block elements.John MacFarlane
This differentiates between tight and loose lists. Closes #775.
2013-02-26Changed style names in reference docx.John MacFarlane
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-23Added PDF to content types in reference.docx.John MacFarlane
2013-02-23reference.docx: Added default content type for emf.John MacFarlane
2013-01-06reference.docx: PictureCaption style -> ImageCaption.John MacFarlane
This was a typo originally. Thanks to Huashan Chen.
2013-01-06Docx writer: Use separate footnotes.xml for notes.John MacFarlane
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-29Moved all data files and templates to data/.John MacFarlane