diff options
author | Laurent Balland <laurent.balland@mailo.fr> | 2024-08-14 09:57:26 +0200 |
---|---|---|
committer | Laurent Balland <laurent.balland@mailo.fr> | 2024-08-29 23:16:04 +0200 |
commit | 21c9751b56e3bd238369414cbf25c08fdda9f6c3 (patch) | |
tree | 7cdba608471b07e854eccf4c61a6d89fbb05dca9 /extras/source | |
parent | 9626fe5447e0ce71e0d13a5cea5c323c77113304 (diff) |
tdf#108034 Resume Writer template
Replace sections with tables to fix export bug to MS Word format
Change-Id: I5527bf9181cecb23ce756daa67f9284d3f6c58ff
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171849
Tested-by: Jenkins
Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
Diffstat (limited to 'extras/source')
-rw-r--r-- | extras/source/templates/personal/Resume1page/content.xml | 321 | ||||
-rw-r--r-- | extras/source/templates/personal/Resume1page/styles.xml | 63 |
2 files changed, 209 insertions, 175 deletions
diff --git a/extras/source/templates/personal/Resume1page/content.xml b/extras/source/templates/personal/Resume1page/content.xml index 35507ef5267c..6a335c7222fe 100644 --- a/extras/source/templates/personal/Resume1page/content.xml +++ b/extras/source/templates/personal/Resume1page/content.xml @@ -1,154 +1,141 @@ <?xml version="1.0" encoding="UTF-8"?> -<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2"> - <office:scripts/> - <office:font-face-decls> - <style:font-face style:name="OpenSymbol" svg:font-family="OpenSymbol" style:font-charset="x-symbol"/> - <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/> - <style:font-face style:name="Liberation Sans" svg:font-family="'Liberation Sans'" style:font-family-generic="swiss" style:font-pitch="variable"/> - </office:font-face-decls> +<office:document-content xmlns:css3t="http://www.w3.org/TR/css3-text/" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:rpt="http://openoffice.org/2005/report" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" office:version="1.2"> <office:automatic-styles> - <style:style style:name="P1" style:family="paragraph" style:parent-style-name="Text_20_body"> - <style:paragraph-properties fo:break-before="column" style:shadow="none"/> - <style:text-properties officeooo:paragraph-rsid="00157aba"/> + <style:style style:name="Table1" style:family="table"> + <style:table-properties style:width="11.09cm" table:align="margins"/> </style:style> - <style:style style:name="P2" style:family="paragraph" style:parent-style-name="Text_20_body"> - <style:paragraph-properties fo:break-before="column" style:shadow="none"/> - <style:text-properties fo:font-weight="normal" officeooo:rsid="0013f2a7" officeooo:paragraph-rsid="00157aba"/> + <style:style style:name="Table1.A" style:family="table-column"> + <style:table-column-properties style:rel-column-width="32767*"/> </style:style> - <style:style style:name="P3" style:family="paragraph" style:parent-style-name="Text_20_body"> - <style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-align="start" style:justify-single-word="false" fo:text-indent="0in" style:auto-text-indent="false" style:shadow="none"/> - <style:text-properties fo:font-weight="bold" officeooo:rsid="0013f2a7" officeooo:paragraph-rsid="00157aba"/> + <style:style style:name="Table1.B" style:family="table-column"> + <style:table-column-properties style:rel-column-width="16000*"/> </style:style> - <style:style style:name="P4" style:family="paragraph" style:parent-style-name="Text_20_body"> - <style:paragraph-properties style:shadow="none"/> - <style:text-properties fo:color="#666666" fo:font-weight="bold" officeooo:rsid="0013023f" officeooo:paragraph-rsid="0013023f"/> + <style:style style:name="Table1.A1" style:family="table-cell"> + <style:table-cell-properties fo:padding="0cm" fo:border="none"/> </style:style> - <style:style style:name="P5" style:family="paragraph" style:parent-style-name="Text_20_body"> - <style:paragraph-properties style:shadow="none"/> - <style:text-properties fo:font-weight="bold" officeooo:rsid="0013f2a7" officeooo:paragraph-rsid="0017273a"/> + <style:style style:name="Table2" style:family="table"> + <style:table-properties style:width="11.09cm" table:align="margins"/> </style:style> - <style:style style:name="P6" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L1"> - <style:paragraph-properties style:shadow="none"/> - <style:text-properties fo:font-weight="normal" officeooo:rsid="0013f2a7" officeooo:paragraph-rsid="0013f2a7"/> + <style:style style:name="Table2.A" style:family="table-column"> + <style:table-column-properties style:column-width="7.288cm" style:rel-column-width="32767*"/> </style:style> - <style:style style:name="P7" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L1"> - <style:paragraph-properties style:shadow="none"/> - <style:text-properties fo:font-weight="normal" officeooo:rsid="0013f2a7" officeooo:paragraph-rsid="00157aba"/> + <style:style style:name="Table2.B" style:family="table-column"> + <style:table-column-properties style:column-width="3.801cm" style:rel-column-width="16000*"/> </style:style> - <style:style style:name="P9" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L1"> - <style:paragraph-properties style:shadow="none"/> - <style:text-properties officeooo:paragraph-rsid="0017273a"/> + <style:style style:name="Table2.A1" style:family="table-cell"> + <style:table-cell-properties fo:padding="0cm" fo:border="none"/> + </style:style> + <style:style style:name="Table3" style:family="table"> + <style:table-properties style:width="11.1cm" table:align="margins"/> </style:style> - <style:style style:name="P13" style:family="paragraph" style:parent-style-name="Text_20_body"> - <style:paragraph-properties fo:margin-left="0in" fo:margin-right="0in" fo:text-indent="0in" style:auto-text-indent="false" style:shadow="none"/> - <style:text-properties officeooo:paragraph-rsid="0017273a"/> + <style:style style:name="Table3.A" style:family="table-column"> + <style:table-column-properties style:column-width="5.551cm" style:rel-column-width="32767*"/> </style:style> - <style:style style:name="P14" style:family="paragraph" style:parent-style-name="Heading_20_1"> + <style:style style:name="Table3.A1" style:family="table-cell"> + <style:table-cell-properties fo:padding="0cm" fo:border="none"/> + </style:style> + <style:style style:name="P1" style:family="paragraph" style:parent-style-name="Heading_20_1"> <style:paragraph-properties style:shadow="none"/> - <style:text-properties/> + <style:text-properties officeooo:paragraph-rsid="00047a24"/> </style:style> - <style:style style:name="P15" style:family="paragraph" style:parent-style-name="Heading_20_3"> - <style:paragraph-properties fo:break-before="column" fo:padding="0.0201in" fo:border-left="none" fo:border-right="none" fo:border-top="0.06pt solid #000000" fo:border-bottom="0.06pt solid #000000" style:shadow="none"/> + <style:style style:name="P2" style:family="paragraph" style:parent-style-name="Heading_20_3"> + <style:text-properties officeooo:rsid="0020bee8" officeooo:paragraph-rsid="00047a24"/> </style:style> - <style:style style:name="P16" style:family="paragraph" style:parent-style-name="Heading_20_3"> - <style:paragraph-properties fo:padding="0.0201in" fo:border-left="none" fo:border-right="none" fo:border-top="0.06pt solid #000000" fo:border-bottom="0.06pt solid #000000" style:shadow="none"/> + <style:style style:name="P3" style:family="paragraph" style:parent-style-name="Heading_20_3"> + <style:paragraph-properties fo:break-before="column" fo:padding="0.051cm" fo:border-left="none" fo:border-right="none" fo:border-top="0.06pt solid #000000" fo:border-bottom="0.06pt solid #000000" style:shadow="none"/> + <style:text-properties officeooo:paragraph-rsid="00047a24"/> </style:style> - <style:style style:name="P17" style:family="paragraph" style:parent-style-name="Heading_20_3"> - <style:paragraph-properties fo:padding="0.0201in" fo:border-left="none" fo:border-right="none" fo:border-top="0.06pt solid #000000" fo:border-bottom="0.06pt solid #000000" style:shadow="none"/> - <style:text-properties officeooo:rsid="0020bee8" officeooo:paragraph-rsid="0020bee8"/> + <style:style style:name="P4" style:family="paragraph" style:parent-style-name="Heading_20_3"> + <style:text-properties officeooo:paragraph-rsid="00062e06"/> </style:style> - <style:style style:name="T2" style:family="text"> - <style:text-properties fo:font-weight="normal" officeooo:rsid="0013f2a7"/> + <style:style style:name="P5" style:family="paragraph" style:parent-style-name="Text_20_body"> + <style:paragraph-properties style:shadow="none"/> + <style:text-properties fo:color="#666666" loext:opacity="100%" fo:font-weight="bold" officeooo:rsid="0013023f" officeooo:paragraph-rsid="00047a24"/> </style:style> - <style:style style:name="T3" style:family="text"> - <style:text-properties fo:font-weight="normal" officeooo:rsid="0017273a"/> + <style:style style:name="P6" style:family="paragraph" style:parent-style-name="Text_20_body"> + <style:paragraph-properties style:shadow="none"/> + <style:text-properties fo:font-weight="bold" officeooo:rsid="0013f2a7" officeooo:paragraph-rsid="00047a24"/> </style:style> - <style:style style:name="T4" style:family="text"> - <style:text-properties officeooo:rsid="00157aba"/> + <style:style style:name="P7" style:family="paragraph" style:parent-style-name="Text_20_body"> + <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:text-align="start" style:justify-single-word="false" fo:text-indent="0cm" style:auto-text-indent="false" style:shadow="none"/> + <style:text-properties fo:font-weight="bold" officeooo:rsid="0013f2a7" officeooo:paragraph-rsid="00062e06"/> </style:style> - <style:style style:name="T5" style:family="text"> - <style:text-properties officeooo:rsid="0017273a"/> + <style:style style:name="P8" style:family="paragraph" style:parent-style-name="Text_20_body"> + <style:paragraph-properties style:shadow="none" fo:text-align="end"/> + <style:text-properties fo:font-weight="normal" officeooo:rsid="0013f2a7" officeooo:paragraph-rsid="00062e06"/> </style:style> - <style:style style:name="T8" style:family="text"> - <style:text-properties fo:font-weight="normal" officeooo:rsid="00157aba"/> + <style:style style:name="P9" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L1"/> + <style:style style:name="P10" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L1"> + <style:text-properties officeooo:paragraph-rsid="00062e06"/> </style:style> - <style:style style:name="T9" style:family="text"> - <style:text-properties fo:font-weight="normal" officeooo:rsid="001937fc"/> + <style:style style:name="P11" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L1"> + <style:paragraph-properties style:shadow="none"/> + <style:text-properties officeooo:paragraph-rsid="00062e06"/> </style:style> - <style:style style:name="T10" style:family="text"> - <style:text-properties fo:font-weight="normal" officeooo:rsid="0013f2a7"/> + <style:style style:name="T1" style:family="text"> + <style:text-properties officeooo:rsid="0017273a"/> </style:style> - <style:style style:name="T12" style:family="text"> - <style:text-properties fo:font-style="normal" fo:font-weight="normal" officeooo:rsid="0017273a"/> + <style:style style:name="T2" style:family="text"> + <style:text-properties fo:font-weight="normal" officeooo:rsid="0017273a"/> </style:style> - <style:style style:name="T15" style:family="text"> - <style:text-properties fo:font-weight="bold" officeooo:rsid="0013f2a7"/> + <style:style style:name="T3" style:family="text"> + <style:text-properties fo:font-weight="normal" officeooo:rsid="00157aba"/> </style:style> - <style:style style:name="Sect1" style:family="section"> - <style:section-properties text:dont-balance-text-columns="false" style:editable="false"> - <style:columns fo:column-count="2"> - <style:column style:rel-width="4342*" fo:start-indent="0in" fo:end-indent="0in"/> - <style:column style:rel-width="2174*" fo:start-indent="0in" fo:end-indent="0in"/> - </style:columns> - </style:section-properties> + <style:style style:name="T4" style:family="text"> + <style:text-properties fo:font-weight="normal" officeooo:rsid="001937fc"/> </style:style> - <style:style style:name="Sect2" style:family="section"> - <style:section-properties text:dont-balance-text-columns="false" style:editable="false"> - <style:columns fo:column-count="2" fo:column-gap="0in"> - <style:column style:rel-width="32767*" fo:start-indent="0in" fo:end-indent="0in"/> - <style:column style:rel-width="32768*" fo:start-indent="0in" fo:end-indent="0in"/> - </style:columns> - </style:section-properties> + <style:style style:name="T5" style:family="text"> + <style:text-properties officeooo:rsid="00157aba" style:font-weight-asian="bold" style:font-weight-complex="bold"/> </style:style> <text:list-style style:name="L1"> - <text:list-level-style-bullet text:level="1" text:style-name="Bullet_20_Symbols" text:bullet-char="•"> + <text:list-level-style-bullet text:level="1" text:style-name="Bullet_20_Symbols" loext:num-list-format="%1%" text:bullet-char="•"> <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> - <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.5in" fo:text-indent="-0.25in" fo:margin-left="0.5in"/> + <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.27cm" fo:text-indent="-0.635cm" fo:margin-left="1.27cm"/> </style:list-level-properties> </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="2" text:style-name="Bullet_20_Symbols" text:bullet-char="◦"> + <text:list-level-style-bullet text:level="2" text:style-name="Bullet_20_Symbols" loext:num-list-format="%2%" text:bullet-char="◦"> <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> - <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.75in" fo:text-indent="-0.25in" fo:margin-left="0.75in"/> + <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.905cm" fo:text-indent="-0.635cm" fo:margin-left="1.905cm"/> </style:list-level-properties> </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="3" text:style-name="Bullet_20_Symbols" text:bullet-char="▪"> + <text:list-level-style-bullet text:level="3" text:style-name="Bullet_20_Symbols" loext:num-list-format="%3%" text:bullet-char="▪"> <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> - <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1in" fo:text-indent="-0.25in" fo:margin-left="1in"/> + <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.54cm" fo:text-indent="-0.635cm" fo:margin-left="2.54cm"/> </style:list-level-properties> </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="4" text:style-name="Bullet_20_Symbols" text:bullet-char="•"> + <text:list-level-style-bullet text:level="4" text:style-name="Bullet_20_Symbols" loext:num-list-format="%4%" text:bullet-char="•"> <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> - <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.25in" fo:text-indent="-0.25in" fo:margin-left="1.25in"/> + <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="3.175cm" fo:text-indent="-0.635cm" fo:margin-left="3.175cm"/> </style:list-level-properties> </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="5" text:style-name="Bullet_20_Symbols" text:bullet-char="◦"> + <text:list-level-style-bullet text:level="5" text:style-name="Bullet_20_Symbols" loext:num-list-format="%5%" text:bullet-char="◦"> <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> - <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.5in" fo:text-indent="-0.25in" fo:margin-left="1.5in"/> + <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="3.81cm" fo:text-indent="-0.635cm" fo:margin-left="3.81cm"/> </style:list-level-properties> </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="6" text:style-name="Bullet_20_Symbols" text:bullet-char="▪"> + <text:list-level-style-bullet text:level="6" text:style-name="Bullet_20_Symbols" loext:num-list-format="%6%" text:bullet-char="▪"> <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> - <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.75in" fo:text-indent="-0.25in" fo:margin-left="1.75in"/> + <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="4.445cm" fo:text-indent="-0.635cm" fo:margin-left="4.445cm"/> </style:list-level-properties> </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="7" text:style-name="Bullet_20_Symbols" text:bullet-char="•"> + <text:list-level-style-bullet text:level="7" text:style-name="Bullet_20_Symbols" loext:num-list-format="%7%" text:bullet-char="•"> <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> - <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2in" fo:text-indent="-0.25in" fo:margin-left="2in"/> + <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="5.08cm" fo:text-indent="-0.635cm" fo:margin-left="5.08cm"/> </style:list-level-properties> </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="8" text:style-name="Bullet_20_Symbols" text:bullet-char="◦"> + <text:list-level-style-bullet text:level="8" text:style-name="Bullet_20_Symbols" loext:num-list-format="%8%" text:bullet-char="◦"> <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> - <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.25in" fo:text-indent="-0.25in" fo:margin-left="2.25in"/> + <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="5.715cm" fo:text-indent="-0.635cm" fo:margin-left="5.715cm"/> </style:list-level-properties> </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="9" text:style-name="Bullet_20_Symbols" text:bullet-char="▪"> + <text:list-level-style-bullet text:level="9" text:style-name="Bullet_20_Symbols" loext:num-list-format="%9%" text:bullet-char="▪"> <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> - <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.5in" fo:text-indent="-0.25in" fo:margin-left="2.5in"/> + <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="6.35cm" fo:text-indent="-0.635cm" fo:margin-left="6.35cm"/> </style:list-level-properties> </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="10" text:style-name="Bullet_20_Symbols" text:bullet-char="•"> + <text:list-level-style-bullet text:level="10" text:style-name="Bullet_20_Symbols" loext:num-list-format="%10%" text:bullet-char="•"> <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> - <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.75in" fo:text-indent="-0.25in" fo:margin-left="2.75in"/> + <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="6.985cm" fo:text-indent="-0.635cm" fo:margin-left="6.985cm"/> </style:list-level-properties> </text:list-level-style-bullet> </text:list-style> @@ -160,83 +147,107 @@ <text:sequence-decl text:display-outline-level="0" text:name="Table"/> <text:sequence-decl text:display-outline-level="0" text:name="Text"/> <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/> + <text:sequence-decl text:display-outline-level="0" text:name="Figure"/> </text:sequence-decls> - <text:h text:style-name="P14" text:outline-level="1">Your Name</text:h> - <text:p text:style-name="P4">Address Line 1<text:line-break/>Address Line 2</text:p> - <text:p text:style-name="P4">(000) 000 000<text:line-break/>(000) 000 000<text:line-break/>(000) 000 000</text:p> - <text:p text:style-name="P4">you@example.com<text:line-break/>webpage.url</text:p> - <text:h text:style-name="P15" text:outline-level="3">Education</text:h> - <text:p text:style-name="P5"> - <text:span text:style-name="T5">PhD in Egg Engineering</text:span> - <text:span text:style-name="T3"><text:line-break/>University of Eggington, May 2010<text:line-break/>Cumulative GPA: 2.89</text:span> + <text:h text:style-name="P1" text:outline-level="1">Your Name</text:h> + <text:p text:style-name="P5">Address Line 1<text:line-break/>Address Line 2</text:p> + <text:p text:style-name="P5">(000) 000 000<text:line-break/>(000) 000 000<text:line-break/>(000) 000 000</text:p> + <text:p text:style-name="P5">you@example.com<text:line-break/>webpage.url</text:p> + <text:h text:style-name="P3" text:outline-level="3">Education</text:h> + <text:p text:style-name="P6"> + <text:span text:style-name="T1">PhD in Egg Engineering</text:span> + <text:span text:style-name="T2"><text:line-break/>University of Eggington, May 2010<text:line-break/>Cumulative GPA: 2.89</text:span> </text:p> - <text:p text:style-name="P5"> - <text:span text:style-name="T5">BS in Hamology</text:span> - <text:span text:style-name="T3"><text:line-break/>Hammsworth College, May 2007<text:line-break/>Cumulative GPA: 3.26</text:span> + <text:p text:style-name="P6"> + <text:span text:style-name="T1">BS in Hamology</text:span> + <text:span text:style-name="T2"><text:line-break/>Hammsworth College, May 2007<text:line-break/>Cumulative GPA: 3.26</text:span> </text:p> - <text:h text:style-name="P17" text:outline-level="3">Experience</text:h> - <text:section text:style-name="Sect1" text:name="Section1"> - <text:p text:style-name="P3">Egg Inspector<text:line-break/><text:span text:style-name="T8">Eggs and Ham, Co.</text:span></text:p> - <text:p text:style-name="P2">Jan 2013 – Mar 2014 </text:p> - </text:section> - <text:list xml:id="list5698211917512062373" text:style-name="L1"> + <text:h text:style-name="P2" text:outline-level="3">Experience</text:h> + <table:table table:name="Table1" table:style-name="Table1"> + <table:table-column table:style-name="Table1.A"/> + <table:table-column table:style-name="Table1.B"/> + <table:table-row> + <table:table-cell table:style-name="Table1.A1" office:value-type="string"> + <text:p text:style-name="P7">Egg Inspector<text:line-break/><text:span text:style-name="T3">Eggs and Ham, Co.</text:span></text:p> + </table:table-cell> + <table:table-cell table:style-name="Table1.A1" office:value-type="string"> + <text:p text:style-name="P8">Jan 2013 – Mar 2014</text:p> + </table:table-cell> + </table:table-row> + </table:table> + <text:list text:style-name="L1"> <text:list-item> - <text:p text:style-name="P6"> - <text:s/> - </text:p> + <text:p text:style-name="P9"/> </text:list-item> <text:list-item> - <text:p text:style-name="P6"/> + <text:p text:style-name="P9"/> </text:list-item> <text:list-item> - <text:p text:style-name="P6"/> + <text:p text:style-name="P9"/> </text:list-item> </text:list> - <text:section text:style-name="Sect1" text:name="Section2"> - <text:p text:style-name="P3"> - <text:span text:style-name="T4">Ham Inspector<text:line-break/></text:span> - <text:span text:style-name="T9">Ham and Eggs, Co.</text:span> - </text:p> - <text:p text:style-name="P1"> - <text:span text:style-name="T2">Jun 2011 – Nov 2013 </text:span> - </text:p> - </text:section> - <text:list xml:id="list3621681738151" text:continue-numbering="true" text:style-name="L1"> + <table:table table:name="Table2" table:style-name="Table2"> + <table:table-column table:style-name="Table2.A"/> + <table:table-column table:style-name="Table2.B"/> + <table:table-row> + <table:table-cell table:style-name="Table2.A1" office:value-type="string"> + <text:p text:style-name="P7"> + <text:span text:style-name="T5">Ham Inspector</text:span> + <text:span text:style-name="T3"> + <text:line-break/> + </text:span> + <text:span text:style-name="T4">Ham and Eggs, Co.</text:span> + </text:p> + </table:table-cell> + <table:table-cell table:style-name="Table2.A1" office:value-type="string"> + <text:p text:style-name="P8">Jun 2011 – Nov 2013</text:p> + </table:table-cell> + </table:table-row> + </table:table> + <text:list text:continue-numbering="true" text:style-name="L1"> <text:list-item> - <text:p text:style-name="P7"> - <text:s/> - </text:p> + <text:p text:style-name="P10"/> </text:list-item> <text:list-item> - <text:p text:style-name="P7"/> + <text:p text:style-name="P10"/> </text:list-item> <text:list-item> - <text:p text:style-name="P7"/> + <text:p text:style-name="P10"/> </text:list-item> </text:list> - <text:h text:style-name="P16" text:outline-level="3">Skills</text:h> - <text:section text:style-name="Sect2" text:name="Section3"> - <text:list xml:id="list3294719333560076527" text:style-name="L1"> - <text:list-item> - <text:p text:style-name="P9"/> - </text:list-item> - <text:list-item> - <text:p text:style-name="P9"/> - </text:list-item> - <text:list-item> - <text:p text:style-name="P9"/> - </text:list-item> - <text:list-item> - <text:p text:style-name="P9"/> - </text:list-item> - <text:list-item> - <text:p text:style-name="P9"/> - </text:list-item> - <text:list-item> - <text:p text:style-name="P9"/> - </text:list-item> - </text:list> - </text:section> + <text:h text:style-name="P4" text:outline-level="3">Skills</text:h> + <table:table table:name="Table3" table:style-name="Table3"> + <table:table-column table:style-name="Table3.A" table:number-columns-repeated="2"/> + <table:table-row> + <table:table-cell table:style-name="Table3.A1" office:value-type="string"> + <text:list text:style-name="L1"> + <text:list-item> + <text:p text:style-name="P11"/> + </text:list-item> + <text:list-item> + <text:p text:style-name="P11"/> + </text:list-item> + <text:list-item> + <text:p text:style-name="P11"/> + </text:list-item> + </text:list> + </table:table-cell> + <table:table-cell table:style-name="Table3.A1" office:value-type="string"> + <text:list text:continue-numbering="true" text:style-name="L1"> + <text:list-item> + <text:p text:style-name="P11"/> + </text:list-item> + <text:list-item> + <text:p text:style-name="P11"/> + </text:list-item> + <text:list-item> + <text:p text:style-name="P11"/> + </text:list-item> + </text:list> + </table:table-cell> + </table:table-row> + </table:table> + <text:p text:style-name="Standard"/> </office:text> </office:body> </office:document-content> diff --git a/extras/source/templates/personal/Resume1page/styles.xml b/extras/source/templates/personal/Resume1page/styles.xml index 4524f4d01b81..c317ff456c43 100644 --- a/extras/source/templates/personal/Resume1page/styles.xml +++ b/extras/source/templates/personal/Resume1page/styles.xml @@ -1,14 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> -<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2"> +<office:document-styles xmlns:css3t="http://www.w3.org/TR/css3-text/" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:rpt="http://openoffice.org/2005/report" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" office:version="1.2"> <office:font-face-decls> - <style:font-face style:name="OpenSymbol" svg:font-family="OpenSymbol" style:font-charset="x-symbol"/> - <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/> <style:font-face style:name="Liberation Sans" svg:font-family="'Liberation Sans'" style:font-family-generic="swiss" style:font-pitch="variable"/> + <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/> + <style:font-face style:name="Lohit Devanagari" svg:font-family="'Lohit Devanagari'" style:font-family-generic="system" style:font-pitch="variable"/> + <style:font-face style:name="Noto Sans CJK SC" svg:font-family="'Noto Sans CJK SC'" style:font-family-generic="system" style:font-pitch="variable"/> + <style:font-face style:name="Noto Serif CJK SC" svg:font-family="'Noto Serif CJK SC'" style:font-family-generic="system" style:font-pitch="variable"/> + <style:font-face style:name="OpenSymbol" svg:font-family="OpenSymbol" style:font-charset="x-symbol"/> </office:font-face-decls> <office:styles> + <style:default-style style:family="graphic"> + <style:graphic-properties svg:stroke-color="#3465a4" draw:fill-color="#729fcf" fo:wrap-option="no-wrap" draw:shadow-offset-x="0.3cm" draw:shadow-offset-y="0.3cm" draw:start-line-spacing-horizontal="0.283cm" draw:start-line-spacing-vertical="0.283cm" draw:end-line-spacing-horizontal="0.283cm" draw:end-line-spacing-vertical="0.283cm" style:flow-with-text="false"/> + <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" loext:tab-stop-distance="0cm" style:font-independent-line-spacing="false"> + <style:tab-stops/> + </style:paragraph-properties> + <style:text-properties style:use-window-font-color="true" loext:opacity="0%" style:font-name="Liberation Serif" fo:font-size="12pt" style:letter-kerning="true" style:font-name-asian="Noto Serif CJK SC" style:font-size-asian="10.5pt" style:font-name-complex="Lohit Devanagari" style:font-size-complex="12pt"/> + </style:default-style> <style:default-style style:family="paragraph"> - <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.4925in" style:writing-mode="page"/> - <style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="11pt" style:letter-kerning="true" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/> + <style:paragraph-properties fo:orphans="2" fo:widows="2" fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="1.251cm" style:writing-mode="page"/> + <style:text-properties style:use-window-font-color="true" loext:opacity="0%" style:font-name="Liberation Serif" fo:font-size="12pt" style:letter-kerning="true" style:font-name-asian="Noto Serif CJK SC" style:font-size-asian="12pt" style:font-name-complex="Lohit Devanagari" style:font-size-complex="12pt" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2" loext:hyphenation-no-caps="false" loext:hyphenation-no-last-word="false" loext:hyphenation-word-char-count="5" loext:hyphenation-zone="no-limit"/> </style:default-style> <style:default-style style:family="table"> <style:table-properties table:border-model="collapsing"/> @@ -18,38 +28,51 @@ </style:default-style> <style:style style:name="Standard" style:family="paragraph" style:class="text"/> <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text"> - <style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" loext:contextual-spacing="false" fo:keep-with-next="always"/> - <style:text-properties style:font-name="Liberation Sans" fo:font-family="'Liberation Sans'" style:font-family-generic="swiss" style:font-pitch="variable" fo:font-size="14pt"/> + <style:paragraph-properties fo:margin-top="0.423cm" fo:margin-bottom="0.212cm" style:contextual-spacing="false" fo:keep-with-next="always"/> + <style:text-properties style:font-name="Liberation Sans" fo:font-family="'Liberation Sans'" style:font-family-generic="swiss" style:font-pitch="variable" fo:font-size="14pt" style:font-name-asian="Noto Sans CJK SC" style:font-family-asian="'Noto Sans CJK SC'" style:font-family-generic-asian="system" style:font-pitch-asian="variable" style:font-size-asian="14pt" style:font-name-complex="Lohit Devanagari" style:font-family-complex="'Lohit Devanagari'" style:font-family-generic-complex="system" style:font-pitch-complex="variable" style:font-size-complex="14pt"/> </style:style> <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text"> - <style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0972in" loext:contextual-spacing="false" fo:line-height="120%"/> + <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0.247cm" style:contextual-spacing="false" fo:line-height="115%"/> </style:style> <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="1" style:class="text"> - <style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" loext:contextual-spacing="false"/> - <style:text-properties fo:font-size="130%" fo:font-weight="bold"/> - </style:style> - <style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="2" style:class="text"> - <style:paragraph-properties fo:margin-top="0.139in" fo:margin-bottom="0.0835in" loext:contextual-spacing="false"/> - <style:text-properties fo:font-size="115%" fo:font-weight="bold"/> + <style:paragraph-properties fo:margin-top="0.423cm" fo:margin-bottom="0.212cm" style:contextual-spacing="false"/> + <style:text-properties fo:font-size="130%" style:font-size-asian="130%" style:font-size-complex="130%" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/> </style:style> <style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="3" style:class="text"> - <style:paragraph-properties fo:margin-top="0.0972in" fo:margin-bottom="0.0835in" loext:contextual-spacing="false"/> - <style:text-properties fo:color="#808080" fo:font-size="14pt" fo:font-weight="bold"/> + <style:paragraph-properties fo:margin-top="0.247cm" fo:margin-bottom="0.212cm" style:contextual-spacing="false" fo:padding="0.051cm" fo:border-left="none" fo:border-right="none" fo:border-top="0.06pt solid #000000" fo:border-bottom="0.06pt solid #000000" style:shadow="none"/> + <style:text-properties fo:color="#808080" loext:opacity="100%" fo:font-size="14pt" style:font-size-asian="14pt" style:font-size-complex="14pt" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/> </style:style> <style:style style:name="Bullet_20_Symbols" style:display-name="Bullet Symbols" style:family="text"> <style:text-properties style:font-name="OpenSymbol" fo:font-family="OpenSymbol" style:font-charset="x-symbol"/> </style:style> <text:notes-configuration text:note-class="footnote" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="document"/> <text:notes-configuration text:note-class="endnote" style:num-format="i" text:start-value="0"/> - <text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in" style:num-format="1" text:number-position="left" text:increment="5"/> + <text:linenumbering-configuration text:number-lines="false" text:offset="0.499cm" style:num-format="1" text:number-position="left" text:increment="5"/> + <loext:theme loext:name="Office"> + <loext:theme-colors loext:name="LibreOffice"> + <loext:color loext:name="dark1" loext:color="#000000"/> + <loext:color loext:name="light1" loext:color="#ffffff"/> + <loext:color loext:name="dark2" loext:color="#000000"/> + <loext:color loext:name="light2" loext:color="#ffffff"/> + <loext:color loext:name="accent1" loext:color="#18a303"/> + <loext:color loext:name="accent2" loext:color="#0369a3"/> + <loext:color loext:name="accent3" loext:color="#a33e03"/> + <loext:color loext:name="accent4" loext:color="#8e03a3"/> + <loext:color loext:name="accent5" loext:color="#c99c00"/> + <loext:color loext:name="accent6" loext:color="#c9211e"/> + <loext:color loext:name="hyperlink" loext:color="#0000ee"/> + <loext:color loext:name="followed-hyperlink" loext:color="#551a8b"/> + </loext:theme-colors> + </loext:theme> </office:styles> <office:automatic-styles> <style:page-layout style:name="Mpm1"> - <style:page-layout-properties> + <style:page-layout-properties style:num-format="1" style:print-orientation="portrait" style:footnote-max-height="0cm" loext:margin-gutter="0cm"> <style:columns fo:column-count="2"> - <style:column style:rel-width="3456*" fo:start-indent="0in" fo:end-indent="0in"/> - <style:column style:rel-width="6516*" fo:start-indent="0in" fo:end-indent="0in"/> + <style:column style:rel-width="3345*" fo:start-indent="0cm" fo:end-indent="0cm"/> + <style:column style:rel-width="6293*" fo:start-indent="0cm" fo:end-indent="0cm"/> </style:columns> + <style:footnote-sep style:width="0.018cm" style:distance-before-sep="0.101cm" style:distance-after-sep="0.101cm" style:line-style="solid" style:adjustment="left" style:rel-width="25%" style:color="#000000"/> </style:page-layout-properties> <style:header-style/> <style:footer-style/> |