dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

OrgOdtContentTemplate.xml (20966B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!-- See etc/org/README for copyright information -->
      3 <office:document-content
      4     xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0"
      5     xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0"
      6     xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0"
      7     xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0"
      8     xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
      9     xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0"
     10     xmlns:xlink="http://www.w3.org/1999/xlink"
     11     xmlns:dc="http://purl.org/dc/elements/1.1/"
     12     xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0"
     13     xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0"
     14     xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0"
     15     xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0"
     16     xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0"
     17     xmlns:math="http://www.w3.org/1998/Math/MathML"
     18     xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0"
     19     xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0"
     20     xmlns:ooo="http://openoffice.org/2004/office"
     21     xmlns:ooow="http://openoffice.org/2004/writer"
     22     xmlns:oooc="http://openoffice.org/2004/calc"
     23     xmlns:dom="http://www.w3.org/2001/xml-events"
     24     xmlns:xforms="http://www.w3.org/2002/xforms"
     25     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     26     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     27     xmlns:rpt="http://openoffice.org/2005/report"
     28     xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2"
     29     xmlns:xodt="http://www.w3.org/1999/xodt"
     30     xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0"    office:version="1.2">
     31   <!-- scripts -->
     32   <office:scripts/>
     33 
     34   <!-- font face declarations -->
     35   <office:font-face-decls>
     36     <style:font-face style:name="Tahoma1" svg:font-family="Tahoma"/>
     37     <style:font-face style:name="courier" svg:font-family="courier, monospace"/>
     38     <style:font-face style:name="Arial Unicode MS" svg:font-family="&apos;Arial Unicode MS&apos;" style:font-pitch="variable"/>
     39     <style:font-face style:name="HG Mincho Light J" svg:font-family="&apos;HG Mincho Light J&apos;" style:font-pitch="variable"/>
     40     <style:font-face style:name="Thorndale" svg:font-family="Thorndale" style:font-family-generic="roman" style:font-pitch="variable"/>
     41     <style:font-face style:name="Times New Roman" svg:font-family="&apos;Times New Roman&apos;" style:font-family-generic="roman" style:font-pitch="variable"/>
     42     <style:font-face style:name="Albany" svg:font-family="Albany" style:font-family-generic="swiss" style:font-pitch="variable"/>
     43     <style:font-face style:name="SimSun" svg:font-family="SimSun" style:font-family-generic="system" style:font-pitch="variable"/>
     44     <style:font-face style:name="Tahoma" svg:font-family="Tahoma" style:font-family-generic="system" style:font-pitch="variable"/>
     45   </office:font-face-decls>
     46 
     47   <!-- automatic styles -->
     48   <office:automatic-styles>
     49 
     50     <!-- Section styles -->
     51 
     52     <!-- Section styles for Table Of Contents and Other Indices -->
     53     <style:style style:name="OrgIndexSection" style:family="section">
     54       <style:section-properties fo:background-color="#c0c0c0" style:editable="false">
     55 	<style:columns fo:column-count="1" fo:column-gap="0cm"/>
     56 	<style:background-image/>
     57       </style:section-properties>
     58     </style:style>
     59 
     60     <!-- Indented sections, used as container for tables that occur
     61          within list items -->
     62     <style:style style:name="OrgIndentedSection-Level-1" style:family="section">
     63       <style:section-properties text:dont-balance-text-columns="false" fo:margin-left="1.281cm" fo:margin-right="0cm" style:editable="false">
     64 	<style:columns fo:column-count="1" fo:column-gap="0cm"/>
     65       </style:section-properties>
     66     </style:style>
     67     <style:style style:name="OrgIndentedSection-Level-2" style:family="section">
     68       <style:section-properties text:dont-balance-text-columns="false" fo:margin-left="1.905cm" fo:margin-right="0cm" style:editable="false">
     69 	<style:columns fo:column-count="1" fo:column-gap="0cm"/>
     70       </style:section-properties>
     71     </style:style>
     72     <style:style style:name="OrgIndentedSection-Level-3" style:family="section">
     73       <style:section-properties text:dont-balance-text-columns="false" fo:margin-left="2.54cm" fo:margin-right="0cm" style:editable="false">
     74 	<style:columns fo:column-count="1" fo:column-gap="0cm"/>
     75       </style:section-properties>
     76     </style:style>
     77     <style:style style:name="OrgIndentedSection-Level-4" style:family="section">
     78       <style:section-properties text:dont-balance-text-columns="false" fo:margin-left="3.175cm" fo:margin-right="0cm" style:editable="false">
     79 	<style:columns fo:column-count="1" fo:column-gap="0cm"/>
     80       </style:section-properties>
     81     </style:style>
     82     <style:style style:name="OrgIndentedSection-Level-5" style:family="section">
     83       <style:section-properties text:dont-balance-text-columns="false" fo:margin-left="3.81cm" fo:margin-right="0cm" style:editable="false">
     84 	<style:columns fo:column-count="1" fo:column-gap="0cm"/>
     85       </style:section-properties>
     86     </style:style>
     87     <style:style style:name="OrgIndentedSection-Level-6" style:family="section">
     88       <style:section-properties text:dont-balance-text-columns="false" fo:margin-left="4.445cm" fo:margin-right="0cm" style:editable="false">
     89 	<style:columns fo:column-count="1" fo:column-gap="0cm"/>
     90       </style:section-properties>
     91     </style:style>
     92     <style:style style:name="OrgIndentedSection-Level-7" style:family="section">
     93       <style:section-properties text:dont-balance-text-columns="false" fo:margin-left="5.08cm" fo:margin-right="0cm" style:editable="false">
     94 	<style:columns fo:column-count="1" fo:column-gap="0cm"/>
     95       </style:section-properties>
     96     </style:style>
     97     <style:style style:name="OrgIndentedSection-Level-8" style:family="section">
     98       <style:section-properties text:dont-balance-text-columns="false" fo:margin-left="5.715cm" fo:margin-right="0cm" style:editable="false">
     99 	<style:columns fo:column-count="1" fo:column-gap="0cm"/>
    100       </style:section-properties>
    101     </style:style>
    102     <style:style style:name="OrgIndentedSection-Level-9" style:family="section">
    103       <style:section-properties text:dont-balance-text-columns="false" fo:margin-left="6.35cm" fo:margin-right="0cm" style:editable="false">
    104 	<style:columns fo:column-count="1" fo:column-gap="0cm"/>
    105       </style:section-properties>
    106     </style:style>
    107     <style:style style:name="OrgIndentedSection-Level-10" style:family="section">
    108       <style:section-properties text:dont-balance-text-columns="false" fo:margin-left="6.985cm" fo:margin-right="0cm" style:editable="false">
    109 	<style:columns fo:column-count="1" fo:column-gap="0cm"/>
    110       </style:section-properties>
    111     </style:style>
    112 
    113     <!-- Table styles -->
    114     <style:style style:name="OrgTable" style:family="table">
    115       <style:table-properties style:rel-width="96%" fo:margin-top="0cm" fo:margin-bottom="0.20cm" table:align="center"/>
    116     </style:style>
    117 
    118     <style:style style:name="OrgTableColumn" style:family="table-column">
    119       <style:table-column-properties style:rel-column-width="1*"/>
    120     </style:style>
    121 
    122     <style:style style:name="OrgTblCell" style:family="table-cell">
    123       <style:table-cell-properties style:vertical-align="top" fo:padding="0.159cm" fo:border-top="none" fo:border-bottom="none" fo:border-left="none" fo:border-right="none"/>
    124     </style:style>
    125     <style:style style:name="OrgTblCellL" style:family="table-cell" style:parent-style-name="OrgTblCell">
    126       <style:table-cell-properties fo:padding="0.159cm" fo:border-top="none" fo:border-bottom="none" fo:border-left="0.002cm solid #000000" fo:border-right="none"/>
    127     </style:style>
    128     <style:style style:name="OrgTblCellR" style:family="table-cell" style:parent-style-name="OrgTblCell">
    129       <style:table-cell-properties fo:padding="0.159cm" fo:border-top="none" fo:border-bottom="none" fo:border-left="none" fo:border-right="0.002cm solid #000000"/>
    130     </style:style>
    131     <style:style style:name="OrgTblCellLR" style:family="table-cell" style:parent-style-name="OrgTblCell">
    132       <style:table-cell-properties fo:padding="0.159cm" fo:border-top="none" fo:border-bottom="none" fo:border-left="0.002cm solid #000000" fo:border-right="0.002cm solid #000000"/>
    133     </style:style>
    134     <style:style style:name="OrgTblCellT" style:family="table-cell" style:parent-style-name="OrgTblCell">
    135       <style:table-cell-properties fo:padding="0.159cm" fo:border-top="0.002cm solid #000000" fo:border-bottom="none" fo:border-left="none" fo:border-right="none"/>
    136     </style:style>
    137     <style:style style:name="OrgTblCellTL" style:family="table-cell" style:parent-style-name="OrgTblCell">
    138       <style:table-cell-properties fo:padding="0.159cm" fo:border-top="0.002cm solid #000000" fo:border-bottom="none" fo:border-left="0.002cm solid #000000" fo:border-right="none"/>
    139     </style:style>
    140     <style:style style:name="OrgTblCellTR" style:family="table-cell" style:parent-style-name="OrgTblCell">
    141       <style:table-cell-properties fo:padding="0.159cm" fo:border-top="0.002cm solid #000000" fo:border-bottom="none" fo:border-left="none" fo:border-right="0.002cm solid #000000"/>
    142     </style:style>
    143     <style:style style:name="OrgTblCellTLR" style:family="table-cell" style:parent-style-name="OrgTblCell">
    144       <style:table-cell-properties fo:padding="0.159cm" fo:border-top="0.002cm solid #000000" fo:border-bottom="none" fo:border-left="0.002cm solid #000000" fo:border-right="0.002cm solid #000000"/>
    145     </style:style>
    146     <style:style style:name="OrgTblCellB" style:family="table-cell" style:parent-style-name="OrgTblCell">
    147       <style:table-cell-properties fo:padding="0.159cm" fo:border-top="none" fo:border-bottom="0.002cm solid #000000" fo:border-left="none" fo:border-right="none"/>
    148     </style:style>
    149     <style:style style:name="OrgTblCellBL" style:family="table-cell" style:parent-style-name="OrgTblCell">
    150       <style:table-cell-properties fo:padding="0.159cm" fo:border-top="none" fo:border-bottom="0.002cm solid #000000" fo:border-left="0.002cm solid #000000" fo:border-right="none"/>
    151     </style:style>
    152     <style:style style:name="OrgTblCellBR" style:family="table-cell" style:parent-style-name="OrgTblCell">
    153       <style:table-cell-properties fo:padding="0.159cm" fo:border-top="none" fo:border-bottom="0.002cm solid #000000" fo:border-left="none" fo:border-right="0.002cm solid #000000"/>
    154     </style:style>
    155     <style:style style:name="OrgTblCellBLR" style:family="table-cell" style:parent-style-name="OrgTblCell">
    156       <style:table-cell-properties fo:padding="0.159cm" fo:border-top="none" fo:border-bottom="0.002cm solid #000000" fo:border-left="0.002cm solid #000000" fo:border-right="0.002cm solid #000000"/>
    157     </style:style>
    158     <style:style style:name="OrgTblCellTB" style:family="table-cell" style:parent-style-name="OrgTblCell">
    159       <style:table-cell-properties fo:padding="0.159cm" fo:border-top="0.002cm solid #000000" fo:border-bottom="0.002cm solid #000000" fo:border-left="none" fo:border-right="none"/>
    160     </style:style>
    161     <style:style style:name="OrgTblCellTBL" style:family="table-cell" style:parent-style-name="OrgTblCell">
    162       <style:table-cell-properties fo:padding="0.159cm" fo:border-top="0.002cm solid #000000" fo:border-bottom="0.002cm solid #000000" fo:border-left="0.002cm solid #000000" fo:border-right="none"/>
    163     </style:style>
    164     <style:style style:name="OrgTblCellTBR" style:family="table-cell" style:parent-style-name="OrgTblCell">
    165       <style:table-cell-properties fo:padding="0.159cm" fo:border-top="0.002cm solid #000000" fo:border-bottom="0.002cm solid #000000" fo:border-left="none" fo:border-right="0.002cm solid #000000"/>
    166     </style:style>
    167     <style:style style:name="OrgTblCellTBLR" style:family="table-cell" style:parent-style-name="OrgTblCell">
    168       <style:table-cell-properties fo:padding="0.159cm" fo:border-top="0.002cm solid #000000" fo:border-bottom="0.002cm solid #000000" fo:border-left="0.002cm solid #000000" fo:border-right="0.002cm solid #000000"/>
    169     </style:style>
    170 
    171     <!-- BEGIN: Table styles for numbered equations -->
    172     <style:style style:name="OrgEquation" style:family="table">
    173       <style:table-properties style:rel-width="100%" fo:margin-top="0cm" fo:margin-bottom="0.20cm" table:align="center"/>
    174     </style:style>
    175     <style:style style:name="OrgEquationTableColumn" style:family="table-column">
    176       <style:table-column-properties style:rel-column-width="1*"/>
    177     </style:style>
    178     <style:style style:name="OrgFirstEquationFirstColumnTableCell" style:family="table-cell">
    179       <style:table-cell-properties style:vertical-align="middle" fo:padding="0.159cm" fo:border-top="none" fo:border-bottom="none" fo:border-left="none" fo:border-right="none"/>
    180     </style:style>
    181     <style:style style:name="OrgEquationLastColumnTableCell" style:family="table-cell">
    182       <style:table-cell-properties style:vertical-align="middle" fo:padding="0.159cm" fo:border-top="none" fo:border-bottom="none" fo:border-left="none" fo:border-right="none"/>
    183     </style:style>
    184     <style:style style:name="OrgEquationFirstColumnTableParagraph" style:family="paragraph" style:parent-style-name="Table_20_Contents">
    185       <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
    186     </style:style>
    187     <style:style style:name="OrgEquationLastColumnTableParagraph" style:family="paragraph" style:parent-style-name="Table_20_Contents">
    188       <style:paragraph-properties fo:text-align="end" style:justify-single-word="false"/>
    189     </style:style>
    190     <!-- END: Table styles for numbered equations -->
    191 
    192     <!-- BEGIN: Custom Table Template -->
    193     <style:style style:name="Custom" style:family="table">
    194       <style:table-properties style:rel-width="80%" table:align="center"/>
    195     </style:style>
    196 
    197     <style:style style:name="CustomColumn" style:family="table-column">
    198       <style:table-column-properties style:rel-column-width="1*"/>
    199     </style:style>
    200 
    201     <!-- Table Paragraph Styles -->
    202     <style:style style:name="CustomTableParagraph" style:family="paragraph" style:parent-style-name="Table_20_Contents">
    203       <style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
    204       <style:text-properties fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:font-name="Times New Roman" fo:font-size="12pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="12pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="12pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-overline-style="none" style:text-overline-color="font-color"/>
    205     </style:style>
    206 
    207     <style:style style:name="CustomLastRowTableParagraph" style:family="paragraph" style:parent-style-name="Table_20_Contents">
    208       <style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
    209       <style:text-properties fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:font-name="Times New Roman" fo:font-size="12pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="12pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="12pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-overline-style="none" style:text-overline-color="font-color"/>
    210     </style:style>
    211 
    212     <style:style style:name="CustomLastColumnTableParagraph" style:family="paragraph" style:parent-style-name="Table_20_Contents">
    213       <style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
    214       <style:text-properties fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:font-name="Times New Roman" fo:font-size="12pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="12pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="12pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-overline-style="none" style:text-overline-color="font-color"/>
    215     </style:style>
    216 
    217     <style:style style:name="CustomFirstRowTableParagraph" style:family="paragraph" style:parent-style-name="Table_20_Contents">
    218       <style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
    219       <style:text-properties fo:color="#ffffff" style:text-outline="false" style:text-line-through-style="none" style:font-name="Times New Roman" fo:font-size="12pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="12pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="12pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-overline-style="none" style:text-overline-color="font-color"/>
    220     </style:style>
    221 
    222     <style:style style:name="CustomFirstColumnTableParagraph" style:family="paragraph" style:parent-style-name="Table_20_Contents">
    223       <style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/>
    224       <style:text-properties fo:color="#ffffff" style:text-outline="false" style:text-line-through-style="none" style:font-name="Times New Roman" fo:font-size="12pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="12pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="12pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-overline-style="none" style:text-overline-color="font-color"/>
    225     </style:style>
    226 
    227     <!-- Table Cell Styles -->
    228     <style:style style:name="CustomTableCell" style:family="table-cell">
    229       <style:table-cell-properties style:vertical-align="top" fo:background-color="#ffffff" fo:padding="0.097cm" fo:border-left="0.002cm solid #000000" fo:border-right="0.002cm solid #000000" fo:border-top="0.002cm solid #000000" fo:border-bottom="0.002cm solid #000000">
    230 	<style:background-image/>
    231       </style:table-cell-properties>
    232     </style:style>
    233 
    234     <style:style style:name="CustomFirstRowTableCell" style:family="table-cell">
    235       <style:table-cell-properties style:vertical-align="top" fo:background-color="#000080" fo:padding="0.097cm" fo:border-left="0.002cm solid #000000" fo:border-right="0.002cm solid #000000" fo:border-top="0.002cm solid #000000" fo:border-bottom="0.002cm solid #000000">
    236 	<style:background-image/>
    237       </style:table-cell-properties>
    238     </style:style>
    239 
    240     <style:style style:name="CustomLastRowTableCell" style:family="table-cell">
    241       <style:table-cell-properties style:vertical-align="top" fo:background-color="#cccccc" fo:padding="0.097cm" fo:border-left="0.002cm solid #000000" fo:border-right="0.002cm solid #000000" fo:border-top="0.002cm solid #000000" fo:border-bottom="0.002cm solid #000000">
    242 	<style:background-image/>
    243       </style:table-cell-properties>
    244     </style:style>
    245 
    246     <style:style style:name="CustomFirstColumnTableCell" style:family="table-cell">
    247       <style:table-cell-properties style:vertical-align="top" fo:background-color="#4d4d4d" fo:padding="0.097cm" fo:border-left="0.002cm solid #000000" fo:border-right="0.002cm solid #000000" fo:border-top="0.002cm solid #000000" fo:border-bottom="0.002cm solid #000000">
    248 	<style:background-image/>
    249       </style:table-cell-properties>
    250     </style:style>
    251 
    252     <style:style style:name="CustomLastColumnTableCell" style:family="table-cell">
    253       <style:table-cell-properties style:vertical-align="top" fo:background-color="#cccccc" fo:padding="0.097cm" fo:border-left="0.002cm solid #000000" fo:border-right="0.002cm solid #000000" fo:border-top="0.002cm solid #000000" fo:border-bottom="0.002cm solid #000000">
    254 	<style:background-image/>
    255       </style:table-cell-properties>
    256     </style:style>
    257 
    258     <!-- END: Custom Table Template -->
    259 
    260   </office:automatic-styles>
    261 
    262   <office:body>
    263     <office:text>
    264       <text:sequence-decls>
    265 	<text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
    266 	<text:sequence-decl text:display-outline-level="0" text:name="Table"/>
    267 	<text:sequence-decl text:display-outline-level="0" text:name="Text"/>
    268 	<text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
    269 	<text:sequence-decl text:display-outline-level="0" text:name="Equation"/>
    270 	<text:sequence-decl text:display-outline-level="0" text:name="Figure"/>
    271 	<text:sequence-decl text:display-outline-level="0" text:name="Listing"/>
    272       </text:sequence-decls>
    273     </office:text>
    274   </office:body>
    275 </office:document-content>