Skip to content

Commit

Permalink
Cleaned up Abstract Title and Subtitle in default reference docx.
Browse files Browse the repository at this point in the history
Center Subtitle, remove color.
  • Loading branch information
jgm committed May 18, 2024
1 parent 3e4f61f commit c26211b
Show file tree
Hide file tree
Showing 36 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions data/docx/word/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</w:style>
<w:style w:type="paragraph" w:styleId="Subtitle">
<w:name w:val="Subtitle" />
<w:basedOn w:val="Normal" />
<w:basedOn w:val="Title" />
<w:next w:val="BodyText" />
<w:link w:val="SubtitleChar" />
<w:uiPriority w:val="11" />
Expand All @@ -99,8 +99,6 @@
<w:rPr>
<w:rFonts w:eastAsiaTheme="majorEastAsia"
w:cstheme="majorBidi" />
<w:color w:val="595959" w:themeColor="text1"
w:themeTint="A6" />
<w:spacing w:val="15" />
<w:sz w:val="28" />
<w:szCs w:val="28" />
Expand Down Expand Up @@ -156,7 +154,6 @@
</w:pPr>
<w:rPr>
<w:b />
<w:color w:val="345A8A" />
<w:sz w:val="20" />
<w:szCs w:val="20" />
</w:rPr>
Expand Down
Binary file modified test/docx/golden/block_quotes.docx
Binary file not shown.
Binary file modified test/docx/golden/codeblock.docx
Binary file not shown.
Binary file modified test/docx/golden/comments.docx
Binary file not shown.
Binary file modified test/docx/golden/custom_style_no_reference.docx
Binary file not shown.
Binary file modified test/docx/golden/custom_style_preserve.docx
Binary file not shown.
Binary file modified test/docx/golden/definition_list.docx
Binary file not shown.
Binary file modified test/docx/golden/document-properties-short-desc.docx
Binary file not shown.
Binary file modified test/docx/golden/document-properties.docx
Binary file not shown.
Binary file modified test/docx/golden/headers.docx
Binary file not shown.
Binary file modified test/docx/golden/image.docx
Binary file not shown.
Binary file modified test/docx/golden/inline_code.docx
Binary file not shown.
Binary file modified test/docx/golden/inline_formatting.docx
Binary file not shown.
Binary file modified test/docx/golden/inline_images.docx
Binary file not shown.
Binary file modified test/docx/golden/link_in_notes.docx
Binary file not shown.
Binary file modified test/docx/golden/links.docx
Binary file not shown.
Binary file modified test/docx/golden/lists.docx
Binary file not shown.
Binary file modified test/docx/golden/lists_continuing.docx
Binary file not shown.
Binary file modified test/docx/golden/lists_div_bullets.docx
Binary file not shown.
Binary file modified test/docx/golden/lists_multiple_initial.docx
Binary file not shown.
Binary file modified test/docx/golden/lists_restarting.docx
Binary file not shown.
Binary file modified test/docx/golden/nested_anchors_in_header.docx
Binary file not shown.
Binary file modified test/docx/golden/notes.docx
Binary file not shown.
Binary file modified test/docx/golden/raw-blocks.docx
Binary file not shown.
Binary file modified test/docx/golden/raw-bookmarks.docx
Binary file not shown.
Binary file modified test/docx/golden/table_one_row.docx
Binary file not shown.
Binary file modified test/docx/golden/table_with_list_cell.docx
Binary file not shown.
Binary file modified test/docx/golden/tables-default-widths.docx
Binary file not shown.
Binary file modified test/docx/golden/tables.docx
Binary file not shown.
Binary file modified test/docx/golden/tables_separated_with_rawblock.docx
Binary file not shown.
Binary file modified test/docx/golden/track_changes_deletion.docx
Binary file not shown.
Binary file modified test/docx/golden/track_changes_insertion.docx
Binary file not shown.
Binary file modified test/docx/golden/track_changes_move.docx
Binary file not shown.
Binary file modified test/docx/golden/track_changes_scrubbed_metadata.docx
Binary file not shown.
Binary file modified test/docx/golden/unicode.docx
Binary file not shown.
Binary file modified test/docx/golden/verbatim_subsuper.docx
Binary file not shown.

0 comments on commit c26211b

Please sign in to comment.