aboutsummaryrefslogtreecommitdiff
path: root/data/reference.docx
AgeCommit message (Collapse)AuthorFilesLines
2015-02-12Docx writer: Add footnotes id -1 and 0.Jesse Rosenthal1-0/+0
Word uses, by default, footnotes with id -1 and 0 for separators. If a user modifies reference.docx, they will end up with a settings.xml file that references these footnotes, but no such footnotes in the document. This will produce a corruption error. Here we add these to the document and settings.xml file, so future modifications won't break the file.
2015-02-11Docx Writer: Alter Blockquote style slightly.Jesse Rosenthal1-0/+0
Since blockquote derives from BodyText, we just want to specify by default that it won't indent, regardless of what BodyText does. Note that this will not produce any visible difference in the default configuration.
2015-02-11Docx Writer: Update reference.docxJesse Rosenthal1-0/+0
This updates reference.docx to make BodyText a quick style, and inherit from it appropriately.
2015-02-09Added FirstParagraph to docx templates.Jesse Rosenthal1-0/+0
2015-01-12Remove SourceCode style from reference.docx.John MacFarlane1-0/+0
This is added automatically by the docx writer. If it's in the template, we'll get two copies. See #1872.
2014-08-23Docx writer: Bibliography entries get Bibliography style.John MacFarlane1-0/+0
Closes #1559.
2014-07-29Docx writer: Print subtitle from metadata if present.John MacFarlane1-0/+0
Use Subtitle style. See #1451.
2014-07-26Docx writer: include abstract with Abstract style.John MacFarlane1-0/+0
Addresses docx part of #1451.
2014-06-01Removed header1.xml, footer1.xml from reference.docx.John MacFarlane1-0/+0
2014-06-01Docx writer: Header and footer are now carried over from reference.docx.John MacFarlane1-0/+0
2013-12-27reference.docx: Include 'FootnoteText' style.John MacFarlane1-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-30Docx writer: Use Compact style for Plain block elements.John MacFarlane1-0/+0
This differentiates between tight and loose lists. Closes #775.
2013-02-26Changed style names in reference docx.John MacFarlane1-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-23Added PDF to content types in reference.docx.John MacFarlane1-0/+0
2013-02-23reference.docx: Added default content type for emf.John MacFarlane1-0/+0
2013-01-06reference.docx: PictureCaption style -> ImageCaption.John MacFarlane1-0/+0
This was a typo originally. Thanks to Huashan Chen.
2013-01-06Docx writer: Use separate footnotes.xml for notes.John MacFarlane1-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-29Moved all data files and templates to data/.John MacFarlane1-0/+0