aboutsummaryrefslogtreecommitdiff
path: root/data/reference.docx
AgeCommit message (Collapse)Author
2015-03-28Remove pre-built reference filesNikolay Yakimov
2015-03-01Update reference.docxNikolay Yakimov
Following styles are set as custom: * Author * Abstract * Compact * Image Caption * Table Caption * Definition Term * Definition * First Paragraph Following styles are renamed to correspond with Word Normal.dotm * Block Quote -> Block Text * Link -> Hyperlink * Footnote Ref -> Footnote Reference Following styles added: * Caption Following styles' inheritance changed: * Image Caption <- Caption * Table Caption <- Caption
2015-02-12Docx writer: Add footnotes id -1 and 0.Jesse Rosenthal
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 Rosenthal
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 Rosenthal
This updates reference.docx to make BodyText a quick style, and inherit from it appropriately.
2015-02-09Added FirstParagraph to docx templates.Jesse Rosenthal
2015-01-12Remove SourceCode style from reference.docx.John MacFarlane
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 MacFarlane
Closes #1559.
2014-07-29Docx writer: Print subtitle from metadata if present.John MacFarlane
Use Subtitle style. See #1451.
2014-07-26Docx writer: include abstract with Abstract style.John MacFarlane
Addresses docx part of #1451.
2014-06-01Removed header1.xml, footer1.xml from reference.docx.John MacFarlane
2014-06-01Docx writer: Header and footer are now carried over from reference.docx.John MacFarlane
2013-12-27reference.docx: Include 'FootnoteText' style.John MacFarlane
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 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