aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2019-11-14 22:20:58 -0800
committerJohn MacFarlane <[email protected]>2019-11-14 22:20:58 -0800
commite8de53ce4aac36243d8c2c8bbcb26a3bb8237519 (patch)
tree64fdcac325cb2643747213ac968bbf63a42d9f74
parentbfa6c0b57df299e7d574e65b9b04f65456dfdf28 (diff)
Change reference.docx to use more normal block quotes.
Indented left and right, same font and size. Previously it was unindented, smaller font and different typeface. See #5820.
-rw-r--r--data/docx/word/styles.xml8
-rw-r--r--test/docx/golden/block_quotes.docxbin10022 -> 10034 bytes
-rw-r--r--test/docx/golden/codeblock.docxbin9868 -> 9880 bytes
-rw-r--r--test/docx/golden/comments.docxbin10203 -> 10215 bytes
-rw-r--r--test/docx/golden/custom_style_no_reference.docxbin9967 -> 9979 bytes
-rw-r--r--test/docx/golden/custom_style_preserve.docxbin10595 -> 10605 bytes
-rw-r--r--test/docx/golden/definition_list.docxbin9861 -> 9870 bytes
-rw-r--r--test/docx/golden/document-properties-short-desc.docxbin9872 -> 9883 bytes
-rw-r--r--test/docx/golden/document-properties.docxbin10350 -> 10360 bytes
-rw-r--r--test/docx/golden/headers.docxbin10009 -> 10021 bytes
-rw-r--r--test/docx/golden/image.docxbin26685 -> 26697 bytes
-rw-r--r--test/docx/golden/inline_code.docxbin9804 -> 9816 bytes
-rw-r--r--test/docx/golden/inline_formatting.docxbin9974 -> 9986 bytes
-rw-r--r--test/docx/golden/inline_images.docxbin26740 -> 26752 bytes
-rw-r--r--test/docx/golden/link_in_notes.docxbin10025 -> 10036 bytes
-rw-r--r--test/docx/golden/links.docxbin10204 -> 10216 bytes
-rw-r--r--test/docx/golden/lists.docxbin10282 -> 10293 bytes
-rw-r--r--test/docx/golden/lists_continuing.docxbin10077 -> 10088 bytes
-rw-r--r--test/docx/golden/lists_restarting.docxbin10077 -> 10088 bytes
-rw-r--r--test/docx/golden/nested_anchors_in_header.docxbin10166 -> 10177 bytes
-rw-r--r--test/docx/golden/notes.docxbin9975 -> 9986 bytes
-rw-r--r--test/docx/golden/table_one_row.docxbin9825 -> 9837 bytes
-rw-r--r--test/docx/golden/table_with_list_cell.docxbin10194 -> 10206 bytes
-rw-r--r--test/docx/golden/tables.docxbin10207 -> 10219 bytes
-rw-r--r--test/docx/golden/track_changes_deletion.docxbin9848 -> 9860 bytes
-rw-r--r--test/docx/golden/track_changes_insertion.docxbin9831 -> 9843 bytes
-rw-r--r--test/docx/golden/track_changes_move.docxbin9865 -> 9877 bytes
-rw-r--r--test/docx/golden/unicode.docxbin9789 -> 9801 bytes
-rw-r--r--test/docx/golden/verbatim_subsuper.docxbin9837 -> 9849 bytes
29 files changed, 1 insertions, 7 deletions
diff --git a/data/docx/word/styles.xml b/data/docx/word/styles.xml
index 130a55a63..887b43126 100644
--- a/data/docx/word/styles.xml
+++ b/data/docx/word/styles.xml
@@ -320,14 +320,8 @@
<w:qFormat />
<w:pPr>
<w:spacing w:before="100" w:after="100" />
- <w:ind w:firstLine="0" />
+ <w:ind w:firstLine="0" w:left="480" w:right="480" />
</w:pPr>
- <w:rPr>
- <w:rFonts w:asciiTheme="majorHAnsi" w:eastAsiaTheme="majorEastAsia" w:hAnsiTheme="majorHAnsi" w:cstheme="majorBidi" />
- <w:bCs />
- <w:sz w:val="20" />
- <w:szCs w:val="20" />
- </w:rPr>
</w:style>
<w:style w:type="paragraph" w:styleId="FootnoteText">
<w:name w:val="Footnote Text" />
diff --git a/test/docx/golden/block_quotes.docx b/test/docx/golden/block_quotes.docx
index d90c7c740..fd709c754 100644
--- a/test/docx/golden/block_quotes.docx
+++ b/test/docx/golden/block_quotes.docx
Binary files differ
diff --git a/test/docx/golden/codeblock.docx b/test/docx/golden/codeblock.docx
index 97497c49e..b4d7cc20f 100644
--- a/test/docx/golden/codeblock.docx
+++ b/test/docx/golden/codeblock.docx
Binary files differ
diff --git a/test/docx/golden/comments.docx b/test/docx/golden/comments.docx
index 394ae9986..50df7a5e2 100644
--- a/test/docx/golden/comments.docx
+++ b/test/docx/golden/comments.docx
Binary files differ
diff --git a/test/docx/golden/custom_style_no_reference.docx b/test/docx/golden/custom_style_no_reference.docx
index f9c657289..72b0e0023 100644
--- a/test/docx/golden/custom_style_no_reference.docx
+++ b/test/docx/golden/custom_style_no_reference.docx
Binary files differ
diff --git a/test/docx/golden/custom_style_preserve.docx b/test/docx/golden/custom_style_preserve.docx
index 06371d51e..722cbe2e4 100644
--- a/test/docx/golden/custom_style_preserve.docx
+++ b/test/docx/golden/custom_style_preserve.docx
Binary files differ
diff --git a/test/docx/golden/definition_list.docx b/test/docx/golden/definition_list.docx
index 1fe2a1e00..c6886343a 100644
--- a/test/docx/golden/definition_list.docx
+++ b/test/docx/golden/definition_list.docx
Binary files differ
diff --git a/test/docx/golden/document-properties-short-desc.docx b/test/docx/golden/document-properties-short-desc.docx
index 4ac249316..8697791c7 100644
--- a/test/docx/golden/document-properties-short-desc.docx
+++ b/test/docx/golden/document-properties-short-desc.docx
Binary files differ
diff --git a/test/docx/golden/document-properties.docx b/test/docx/golden/document-properties.docx
index 8bb498e02..2a2402584 100644
--- a/test/docx/golden/document-properties.docx
+++ b/test/docx/golden/document-properties.docx
Binary files differ
diff --git a/test/docx/golden/headers.docx b/test/docx/golden/headers.docx
index b8b3e0e16..6b531c575 100644
--- a/test/docx/golden/headers.docx
+++ b/test/docx/golden/headers.docx
Binary files differ
diff --git a/test/docx/golden/image.docx b/test/docx/golden/image.docx
index ea5d13a08..bd6c252f3 100644
--- a/test/docx/golden/image.docx
+++ b/test/docx/golden/image.docx
Binary files differ
diff --git a/test/docx/golden/inline_code.docx b/test/docx/golden/inline_code.docx
index 962a4f058..d47bf8614 100644
--- a/test/docx/golden/inline_code.docx
+++ b/test/docx/golden/inline_code.docx
Binary files differ
diff --git a/test/docx/golden/inline_formatting.docx b/test/docx/golden/inline_formatting.docx
index 5ae95f32e..a09aa75c8 100644
--- a/test/docx/golden/inline_formatting.docx
+++ b/test/docx/golden/inline_formatting.docx
Binary files differ
diff --git a/test/docx/golden/inline_images.docx b/test/docx/golden/inline_images.docx
index ef3376ffd..4f4450aec 100644
--- a/test/docx/golden/inline_images.docx
+++ b/test/docx/golden/inline_images.docx
Binary files differ
diff --git a/test/docx/golden/link_in_notes.docx b/test/docx/golden/link_in_notes.docx
index 967347ae9..ee1b35806 100644
--- a/test/docx/golden/link_in_notes.docx
+++ b/test/docx/golden/link_in_notes.docx
Binary files differ
diff --git a/test/docx/golden/links.docx b/test/docx/golden/links.docx
index 142ac19cb..22c75165d 100644
--- a/test/docx/golden/links.docx
+++ b/test/docx/golden/links.docx
Binary files differ
diff --git a/test/docx/golden/lists.docx b/test/docx/golden/lists.docx
index 96a2816b7..91df67412 100644
--- a/test/docx/golden/lists.docx
+++ b/test/docx/golden/lists.docx
Binary files differ
diff --git a/test/docx/golden/lists_continuing.docx b/test/docx/golden/lists_continuing.docx
index e6bac969e..c6706d2ce 100644
--- a/test/docx/golden/lists_continuing.docx
+++ b/test/docx/golden/lists_continuing.docx
Binary files differ
diff --git a/test/docx/golden/lists_restarting.docx b/test/docx/golden/lists_restarting.docx
index 3f153ce1d..fa771fd57 100644
--- a/test/docx/golden/lists_restarting.docx
+++ b/test/docx/golden/lists_restarting.docx
Binary files differ
diff --git a/test/docx/golden/nested_anchors_in_header.docx b/test/docx/golden/nested_anchors_in_header.docx
index 735b5a4a5..3d426c03b 100644
--- a/test/docx/golden/nested_anchors_in_header.docx
+++ b/test/docx/golden/nested_anchors_in_header.docx
Binary files differ
diff --git a/test/docx/golden/notes.docx b/test/docx/golden/notes.docx
index 597d7cc83..6e082457b 100644
--- a/test/docx/golden/notes.docx
+++ b/test/docx/golden/notes.docx
Binary files differ
diff --git a/test/docx/golden/table_one_row.docx b/test/docx/golden/table_one_row.docx
index 92b8c3963..25cff8f5b 100644
--- a/test/docx/golden/table_one_row.docx
+++ b/test/docx/golden/table_one_row.docx
Binary files differ
diff --git a/test/docx/golden/table_with_list_cell.docx b/test/docx/golden/table_with_list_cell.docx
index 9130c33f3..44b1c631e 100644
--- a/test/docx/golden/table_with_list_cell.docx
+++ b/test/docx/golden/table_with_list_cell.docx
Binary files differ
diff --git a/test/docx/golden/tables.docx b/test/docx/golden/tables.docx
index 61449d981..b0bdbee99 100644
--- a/test/docx/golden/tables.docx
+++ b/test/docx/golden/tables.docx
Binary files differ
diff --git a/test/docx/golden/track_changes_deletion.docx b/test/docx/golden/track_changes_deletion.docx
index b52d6948d..0f22366f1 100644
--- a/test/docx/golden/track_changes_deletion.docx
+++ b/test/docx/golden/track_changes_deletion.docx
Binary files differ
diff --git a/test/docx/golden/track_changes_insertion.docx b/test/docx/golden/track_changes_insertion.docx
index 8528a4ded..7729b62a0 100644
--- a/test/docx/golden/track_changes_insertion.docx
+++ b/test/docx/golden/track_changes_insertion.docx
Binary files differ
diff --git a/test/docx/golden/track_changes_move.docx b/test/docx/golden/track_changes_move.docx
index 7904f4e87..5f33207ea 100644
--- a/test/docx/golden/track_changes_move.docx
+++ b/test/docx/golden/track_changes_move.docx
Binary files differ
diff --git a/test/docx/golden/unicode.docx b/test/docx/golden/unicode.docx
index cbca6d83f..278501372 100644
--- a/test/docx/golden/unicode.docx
+++ b/test/docx/golden/unicode.docx
Binary files differ
diff --git a/test/docx/golden/verbatim_subsuper.docx b/test/docx/golden/verbatim_subsuper.docx
index 4fbfd9c21..b355eda08 100644
--- a/test/docx/golden/verbatim_subsuper.docx
+++ b/test/docx/golden/verbatim_subsuper.docx
Binary files differ