From 596257f3506e3c89d9471c0b0a1a8c560aba41b2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 26 Dec 2017 22:02:49 -0800 Subject: Updated reference.docx. 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. --- data/docx/word/_rels/document.xml.rels | 2 +- data/docx/word/_rels/footnotes.xml.rels | 2 +- data/docx/word/comments.xml | 2 + data/docx/word/document.xml | 400 +++++++++++++++++++++++++++++++- data/docx/word/footnotes.xml | 33 +-- data/docx/word/numbering.xml | 5 +- data/docx/word/settings.xml | 2 +- data/docx/word/styles.xml | 3 +- 8 files changed, 413 insertions(+), 36 deletions(-) create mode 100644 data/docx/word/comments.xml (limited to 'data/docx/word') diff --git a/data/docx/word/_rels/document.xml.rels b/data/docx/word/_rels/document.xml.rels index ca0c57b63..f01e07658 100644 --- a/data/docx/word/_rels/document.xml.rels +++ b/data/docx/word/_rels/document.xml.rels @@ -1,2 +1,2 @@ - + diff --git a/data/docx/word/_rels/footnotes.xml.rels b/data/docx/word/_rels/footnotes.xml.rels index be7e70853..81d529a4c 100644 --- a/data/docx/word/_rels/footnotes.xml.rels +++ b/data/docx/word/_rels/footnotes.xml.rels @@ -1,2 +1,2 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/data/docx/word/comments.xml b/data/docx/word/comments.xml new file mode 100644 index 000000000..ca80aa7fe --- /dev/null +++ b/data/docx/word/comments.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/data/docx/word/document.xml b/data/docx/word/document.xml index 7199034da..f74c3f56e 100644 --- a/data/docx/word/document.xml +++ b/data/docx/word/document.xml @@ -1,2 +1,398 @@ - -Hello world. + + + + + + + + + + +Title + + + + + + + + + +Subtitle + + + + + + + + + +Author + + + + + + + + + +Date + + + + + + + + + + +Abstract + + + + + + + + + + +Heading 1 + + + + + + + + + + + +Heading 2 + + + + + + + + + + + +Heading 3 + + + + + + + + + + + +Heading 4 + + + + + + + + + + + +Heading 5 + + + + + + + + + + + +Heading 6 + + + + + + + + + + + +Heading 7 + + + + + + + + + + + +Heading 8 + + + + + + + + + + + +Heading 9 + + + + + + + + + + +First Paragraph. + + + + + + + + + +Body Text. Body Text Char. + + + + + + + + + + + + +Verbatim Char + + + + +. + + + + + + + + + + + + + +Hyperlink + + + + + +. + + + + + + + + + +Footnote. + + + + + + + + + + + + + + + +Block Text. + + + + + + + + + +Table caption. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Table + + + + + + + + + + + + + + + + + + +Table + + + + + + + + + + + + + + +1 + + + + + + + + + + + + +2 + + + + + + + + + + + + +Image Caption + + + + + + + + + +DefinitionTerm + + + + + + + + + +Definition + + + + + + + + + +DefinitionTerm + + + + + + + + + +Definition + + + + + + diff --git a/data/docx/word/footnotes.xml b/data/docx/word/footnotes.xml index db82d9462..2a150e026 100644 --- a/data/docx/word/footnotes.xml +++ b/data/docx/word/footnotes.xml @@ -1,26 +1,7 @@ - - - - - - - - - - - - - - - - - - + + + + + + + Footnote Text. \ No newline at end of file diff --git a/data/docx/word/numbering.xml b/data/docx/word/numbering.xml index 970dafc45..2df923f28 100644 --- a/data/docx/word/numbering.xml +++ b/data/docx/word/numbering.xml @@ -1,3 +1,2 @@ - - - + + \ No newline at end of file diff --git a/data/docx/word/settings.xml b/data/docx/word/settings.xml index 425e6f7b5..afa0199c9 100644 --- a/data/docx/word/settings.xml +++ b/data/docx/word/settings.xml @@ -44,4 +44,4 @@ - + \ No newline at end of file diff --git a/data/docx/word/styles.xml b/data/docx/word/styles.xml index 3596d8bbc..130a55a63 100644 --- a/data/docx/word/styles.xml +++ b/data/docx/word/styles.xml @@ -450,8 +450,7 @@ - + -- cgit v1.2.3