diff options
| author | Bastien Guerry | 2012-01-03 18:27:21 +0100 |
|---|---|---|
| committer | Bastien Guerry | 2012-01-03 18:27:21 +0100 |
| commit | e66ba1dfc4cf2e12100191d2c24436c42d097268 (patch) | |
| tree | b50b009e703fe1a9e8cb13cddf7928a97ad6210c /etc | |
| parent | 88c5c7c8313162b94173fd4333e6062aa07c4d2e (diff) | |
| download | emacs-e66ba1dfc4cf2e12100191d2c24436c42d097268.tar.gz emacs-e66ba1dfc4cf2e12100191d2c24436c42d097268.zip | |
Merge Org 7.8.03
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 14 | ||||
| -rw-r--r-- | etc/org/COPYRIGHT-AND-LICENSE | 36 | ||||
| -rw-r--r-- | etc/org/OrgOdtContentTemplate.xml | 208 | ||||
| -rw-r--r-- | etc/org/OrgOdtStyles.xml | 731 | ||||
| -rw-r--r-- | etc/refcards/orgcard.pdf | bin | 60101 -> 81199 bytes | |||
| -rw-r--r-- | etc/refcards/orgcard.tex | 10 |
6 files changed, 994 insertions, 5 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 758025c6c3e..f7c37b24654 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2012-01-03 Bastien Guerry <bzg@altern.org> | ||
| 2 | |||
| 3 | * org/COPYRIGHT-AND-LICENSE: New file. | ||
| 4 | |||
| 5 | * org/OrgOdtContentTemplate.xml: New file. | ||
| 6 | |||
| 7 | * org/OrgOdtStyles.xml: New file. | ||
| 8 | |||
| 9 | * org/: New directory. | ||
| 10 | |||
| 11 | 2012-01-03 Julian Gehring <julian.gehring@googlemail.com> | ||
| 12 | |||
| 13 | * refcards/orgcard.tex: Correct one markup in the "Timestamps" section. | ||
| 14 | |||
| 1 | 2011-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org> | 15 | 2011-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 16 | ||
| 3 | * NEWS: Mention auth-source twice in connection with smtpmail to | 17 | * NEWS: Mention auth-source twice in connection with smtpmail to |
diff --git a/etc/org/COPYRIGHT-AND-LICENSE b/etc/org/COPYRIGHT-AND-LICENSE new file mode 100644 index 00000000000..e4438bb84a9 --- /dev/null +++ b/etc/org/COPYRIGHT-AND-LICENSE | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | OrgOdtContentTemplate.xml --- Aux XML file (Org-mode's OpenDocument export) | ||
| 2 | OrgOdtStyles.xml --- Aux XML file (Org-mode's OpenDocument export) | ||
| 3 | |||
| 4 | Copyright (C) 2010-2011 Free Software Foundation, Inc. | ||
| 5 | |||
| 6 | Author: Jambunathan K <kjambunathan at gmail dot com> | ||
| 7 | Keywords: outlines, hypermedia, calendar, wp | ||
| 8 | Homepage: http://orgmode.org | ||
| 9 | |||
| 10 | These file are not (yet) part of GNU Emacs. | ||
| 11 | However, it is distributed under the same license. | ||
| 12 | |||
| 13 | GNU Emacs is free software: you can redistribute it and/or modify | ||
| 14 | it under the terms of the GNU General Public License as published by | ||
| 15 | the Free Software Foundation, either version 3 of the License, or | ||
| 16 | (at your option) any later version. | ||
| 17 | |||
| 18 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 19 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 20 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 21 | GNU General Public License for more details. | ||
| 22 | |||
| 23 | You should have received a copy of the GNU General Public License | ||
| 24 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | ||
| 25 | |||
| 26 | Commentary: | ||
| 27 | |||
| 28 | Above files are part of Org-mode's OpenDocument export module. | ||
| 29 | |||
| 30 | OrgOdtContentTemplate.xml provides a template within which the content | ||
| 31 | of an exported document is enclosed. This file contributes to | ||
| 32 | "content.xml" file within an exported document and acts as a | ||
| 33 | repository of automatic styles. | ||
| 34 | |||
| 35 | OrgOdtStyles.xml contributes to "styles.xml" file within an exported | ||
| 36 | document and acts as a repository of custom styles. | ||
diff --git a/etc/org/OrgOdtContentTemplate.xml b/etc/org/OrgOdtContentTemplate.xml new file mode 100644 index 00000000000..f4982f6203b --- /dev/null +++ b/etc/org/OrgOdtContentTemplate.xml | |||
| @@ -0,0 +1,208 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <office:document-content | ||
| 3 | xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" | ||
| 4 | xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" | ||
| 5 | xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" | ||
| 6 | xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" | ||
| 7 | xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" | ||
| 8 | xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" | ||
| 9 | xmlns:xlink="http://www.w3.org/1999/xlink" | ||
| 10 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
| 11 | xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" | ||
| 12 | xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" | ||
| 13 | xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" | ||
| 14 | xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" | ||
| 15 | xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" | ||
| 16 | xmlns:math="http://www.w3.org/1998/Math/MathML" | ||
| 17 | xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" | ||
| 18 | xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" | ||
| 19 | xmlns:ooo="http://openoffice.org/2004/office" | ||
| 20 | xmlns:ooow="http://openoffice.org/2004/writer" | ||
| 21 | xmlns:oooc="http://openoffice.org/2004/calc" | ||
| 22 | xmlns:dom="http://www.w3.org/2001/xml-events" | ||
| 23 | xmlns:xforms="http://www.w3.org/2002/xforms" | ||
| 24 | xmlns:xsd="http://www.w3.org/2001/XMLSchema" | ||
| 25 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
| 26 | xmlns:rpt="http://openoffice.org/2005/report" | ||
| 27 | xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" | ||
| 28 | xmlns:xodt="http://www.w3.org/1999/xodt" | ||
| 29 | xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" office:version="1.2"> | ||
| 30 | <!-- scripts --> | ||
| 31 | <office:scripts/> | ||
| 32 | |||
| 33 | <!-- font face declarations --> | ||
| 34 | <office:font-face-decls> | ||
| 35 | <style:font-face style:name="Tahoma1" svg:font-family="Tahoma"/> | ||
| 36 | <style:font-face style:name="courier" svg:font-family="courier, monospace"/> | ||
| 37 | <style:font-face style:name="Arial Unicode MS" svg:font-family="'Arial Unicode MS'" style:font-pitch="variable"/> | ||
| 38 | <style:font-face style:name="HG Mincho Light J" svg:font-family="'HG Mincho Light J'" style:font-pitch="variable"/> | ||
| 39 | <style:font-face style:name="Thorndale" svg:font-family="Thorndale" style:font-family-generic="roman" style:font-pitch="variable"/> | ||
| 40 | <style:font-face style:name="Times New Roman" svg:font-family="'Times New Roman'" style:font-family-generic="roman" style:font-pitch="variable"/> | ||
| 41 | <style:font-face style:name="Albany" svg:font-family="Albany" style:font-family-generic="swiss" style:font-pitch="variable"/> | ||
| 42 | <style:font-face style:name="SimSun" svg:font-family="SimSun" style:font-family-generic="system" style:font-pitch="variable"/> | ||
| 43 | <style:font-face style:name="Tahoma" svg:font-family="Tahoma" style:font-family-generic="system" style:font-pitch="variable"/> | ||
| 44 | </office:font-face-decls> | ||
| 45 | |||
| 46 | <!-- automatic styles --> | ||
| 47 | <office:automatic-styles> | ||
| 48 | <style:style style:name="OrgTable" style:family="table"> | ||
| 49 | <style:table-properties style:rel-width="90%" fo:margin-top="0cm" fo:margin-bottom="0.20cm" table:align="center"/> | ||
| 50 | </style:style> | ||
| 51 | |||
| 52 | <style:style style:name="OrgTableColumn" style:family="table-column"> | ||
| 53 | <style:table-column-properties style:rel-column-width="1*"/> | ||
| 54 | </style:style> | ||
| 55 | |||
| 56 | <style:style style:name="OrgTblCell" style:family="table-cell"> | ||
| 57 | <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"/> | ||
| 58 | </style:style> | ||
| 59 | <style:style style:name="OrgTblCellL" style:family="table-cell" style:parent-style-name="OrgTblCell"> | ||
| 60 | <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"/> | ||
| 61 | </style:style> | ||
| 62 | <style:style style:name="OrgTblCellR" style:family="table-cell" style:parent-style-name="OrgTblCell"> | ||
| 63 | <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"/> | ||
| 64 | </style:style> | ||
| 65 | <style:style style:name="OrgTblCellLR" style:family="table-cell" style:parent-style-name="OrgTblCell"> | ||
| 66 | <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"/> | ||
| 67 | </style:style> | ||
| 68 | <style:style style:name="OrgTblCellT" style:family="table-cell" style:parent-style-name="OrgTblCell"> | ||
| 69 | <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"/> | ||
| 70 | </style:style> | ||
| 71 | <style:style style:name="OrgTblCellTL" style:family="table-cell" style:parent-style-name="OrgTblCell"> | ||
| 72 | <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"/> | ||
| 73 | </style:style> | ||
| 74 | <style:style style:name="OrgTblCellTR" style:family="table-cell" style:parent-style-name="OrgTblCell"> | ||
| 75 | <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"/> | ||
| 76 | </style:style> | ||
| 77 | <style:style style:name="OrgTblCellTLR" style:family="table-cell" style:parent-style-name="OrgTblCell"> | ||
| 78 | <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"/> | ||
| 79 | </style:style> | ||
| 80 | <style:style style:name="OrgTblCellB" style:family="table-cell" style:parent-style-name="OrgTblCell"> | ||
| 81 | <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"/> | ||
| 82 | </style:style> | ||
| 83 | <style:style style:name="OrgTblCellBL" style:family="table-cell" style:parent-style-name="OrgTblCell"> | ||
| 84 | <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"/> | ||
| 85 | </style:style> | ||
| 86 | <style:style style:name="OrgTblCellBR" style:family="table-cell" style:parent-style-name="OrgTblCell"> | ||
| 87 | <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"/> | ||
| 88 | </style:style> | ||
| 89 | <style:style style:name="OrgTblCellBLR" style:family="table-cell" style:parent-style-name="OrgTblCell"> | ||
| 90 | <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"/> | ||
| 91 | </style:style> | ||
| 92 | <style:style style:name="OrgTblCellTB" style:family="table-cell" style:parent-style-name="OrgTblCell"> | ||
| 93 | <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"/> | ||
| 94 | </style:style> | ||
| 95 | <style:style style:name="OrgTblCellTBL" style:family="table-cell" style:parent-style-name="OrgTblCell"> | ||
| 96 | <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"/> | ||
| 97 | </style:style> | ||
| 98 | <style:style style:name="OrgTblCellTBR" style:family="table-cell" style:parent-style-name="OrgTblCell"> | ||
| 99 | <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"/> | ||
| 100 | </style:style> | ||
| 101 | <style:style style:name="OrgTblCellTBLR" style:family="table-cell" style:parent-style-name="OrgTblCell"> | ||
| 102 | <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"/> | ||
| 103 | </style:style> | ||
| 104 | |||
| 105 | <!-- BEGIN: Table styles for numbered equations --> | ||
| 106 | <style:style style:name="OrgEquation" style:family="table"> | ||
| 107 | <style:table-properties style:rel-width="100%" fo:margin-top="0cm" fo:margin-bottom="0.20cm" table:align="center"/> | ||
| 108 | </style:style> | ||
| 109 | <style:style style:name="OrgEquationTableColumn" style:family="table-column"> | ||
| 110 | <style:table-column-properties style:rel-column-width="1*"/> | ||
| 111 | </style:style> | ||
| 112 | <style:style style:name="OrgFirstEquationFirstColumnTableCell" style:family="table-cell"> | ||
| 113 | <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"/> | ||
| 114 | </style:style> | ||
| 115 | <style:style style:name="OrgEquationLastColumnTableCell" style:family="table-cell"> | ||
| 116 | <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"/> | ||
| 117 | </style:style> | ||
| 118 | <style:style style:name="OrgEquationFirstColumnTableParagraph" style:family="paragraph" style:parent-style-name="Table_20_Contents"> | ||
| 119 | <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/> | ||
| 120 | </style:style> | ||
| 121 | <style:style style:name="OrgEquationLastColumnTableParagraph" style:family="paragraph" style:parent-style-name="Table_20_Contents"> | ||
| 122 | <style:paragraph-properties fo:text-align="end" style:justify-single-word="false"/> | ||
| 123 | </style:style> | ||
| 124 | <!-- END: Table styles for numbered equations --> | ||
| 125 | |||
| 126 | <!-- BEGIN: Custom Table Template --> | ||
| 127 | <style:style style:name="Custom" style:family="table"> | ||
| 128 | <style:table-properties style:rel-width="80%" table:align="center"/> | ||
| 129 | </style:style> | ||
| 130 | |||
| 131 | <style:style style:name="CustomColumn" style:family="table-column"> | ||
| 132 | <style:table-column-properties style:rel-column-width="1*"/> | ||
| 133 | </style:style> | ||
| 134 | |||
| 135 | <!-- Table Paragraph Styles --> | ||
| 136 | <style:style style:name="CustomTableParagraph" style:family="paragraph" style:parent-style-name="Table_20_Contents"> | ||
| 137 | <style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/> | ||
| 138 | <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"/> | ||
| 139 | </style:style> | ||
| 140 | |||
| 141 | <style:style style:name="CustomLastRowTableParagraph" style:family="paragraph" style:parent-style-name="Table_20_Contents"> | ||
| 142 | <style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/> | ||
| 143 | <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"/> | ||
| 144 | </style:style> | ||
| 145 | |||
| 146 | <style:style style:name="CustomLastColumnTableParagraph" style:family="paragraph" style:parent-style-name="Table_20_Contents"> | ||
| 147 | <style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/> | ||
| 148 | <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"/> | ||
| 149 | </style:style> | ||
| 150 | |||
| 151 | <style:style style:name="CustomFirstRowTableParagraph" style:family="paragraph" style:parent-style-name="Table_20_Contents"> | ||
| 152 | <style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/> | ||
| 153 | <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"/> | ||
| 154 | </style:style> | ||
| 155 | |||
| 156 | <style:style style:name="CustomFirstColumnTableParagraph" style:family="paragraph" style:parent-style-name="Table_20_Contents"> | ||
| 157 | <style:paragraph-properties fo:text-align="start" style:justify-single-word="false"/> | ||
| 158 | <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"/> | ||
| 159 | </style:style> | ||
| 160 | |||
| 161 | <!-- Table Cell Styles --> | ||
| 162 | <style:style style:name="CustomTableCell" style:family="table-cell"> | ||
| 163 | <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"> | ||
| 164 | <style:background-image/> | ||
| 165 | </style:table-cell-properties> | ||
| 166 | </style:style> | ||
| 167 | |||
| 168 | <style:style style:name="CustomFirstRowTableCell" style:family="table-cell"> | ||
| 169 | <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"> | ||
| 170 | <style:background-image/> | ||
| 171 | </style:table-cell-properties> | ||
| 172 | </style:style> | ||
| 173 | |||
| 174 | <style:style style:name="CustomLastRowTableCell" style:family="table-cell"> | ||
| 175 | <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"> | ||
| 176 | <style:background-image/> | ||
| 177 | </style:table-cell-properties> | ||
| 178 | </style:style> | ||
| 179 | |||
| 180 | <style:style style:name="CustomFirstColumnTableCell" style:family="table-cell"> | ||
| 181 | <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"> | ||
| 182 | <style:background-image/> | ||
| 183 | </style:table-cell-properties> | ||
| 184 | </style:style> | ||
| 185 | |||
| 186 | <style:style style:name="CustomLastColumnTableCell" style:family="table-cell"> | ||
| 187 | <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"> | ||
| 188 | <style:background-image/> | ||
| 189 | </style:table-cell-properties> | ||
| 190 | </style:style> | ||
| 191 | |||
| 192 | <!-- END: Custom Table Template --> | ||
| 193 | |||
| 194 | </office:automatic-styles> | ||
| 195 | |||
| 196 | <office:body> | ||
| 197 | <office:text> | ||
| 198 | <text:sequence-decls> | ||
| 199 | <text:sequence-decl text:display-outline-level="0" text:name="Illustration"/> | ||
| 200 | <text:sequence-decl text:display-outline-level="0" text:name="Table"/> | ||
| 201 | <text:sequence-decl text:display-outline-level="0" text:name="Text"/> | ||
| 202 | <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/> | ||
| 203 | <text:sequence-decl text:display-outline-level="0" text:name="Equation"/> | ||
| 204 | <text:sequence-decl text:display-outline-level="0" text:name="Figure"/> | ||
| 205 | </text:sequence-decls> | ||
| 206 | </office:text> | ||
| 207 | </office:body> | ||
| 208 | </office:document-content> | ||
diff --git a/etc/org/OrgOdtStyles.xml b/etc/org/OrgOdtStyles.xml new file mode 100644 index 00000000000..762d56abc6d --- /dev/null +++ b/etc/org/OrgOdtStyles.xml | |||
| @@ -0,0 +1,731 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <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#" office:version="1.2"> | ||
| 3 | <office:font-face-decls> | ||
| 4 | <style:font-face style:name="OpenSymbol" svg:font-family="OpenSymbol"/> | ||
| 5 | <style:font-face style:name="Tahoma1" svg:font-family="Tahoma"/> | ||
| 6 | <style:font-face style:name="Courier New" svg:font-family="'Courier New'" style:font-family-generic="modern" style:font-pitch="fixed"/> | ||
| 7 | <style:font-face style:name="NSimSun" svg:font-family="NSimSun" style:font-family-generic="modern" style:font-pitch="fixed"/> | ||
| 8 | <style:font-face style:name="Times New Roman" svg:font-family="'Times New Roman'" style:font-family-generic="roman" style:font-pitch="variable"/> | ||
| 9 | <style:font-face style:name="Arial" svg:font-family="Arial" style:font-family-generic="swiss" style:font-pitch="variable"/> | ||
| 10 | <style:font-face style:name="SimSun" svg:font-family="SimSun" style:font-family-generic="system" style:font-pitch="variable"/> | ||
| 11 | <style:font-face style:name="Tahoma" svg:font-family="Tahoma" style:font-family-generic="system" style:font-pitch="variable"/> | ||
| 12 | </office:font-face-decls> | ||
| 13 | <office:styles> | ||
| 14 | <style:default-style style:family="graphic"> | ||
| 15 | <style:graphic-properties 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"/> | ||
| 16 | <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false"> | ||
| 17 | <style:tab-stops/> | ||
| 18 | </style:paragraph-properties> | ||
| 19 | <style:text-properties style:use-window-font-color="true" fo:font-size="12pt" fo:language="en" fo:country="GB" style:letter-kerning="true" style:font-size-asian="12pt" style:language-asian="zh" style:country-asian="CN" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN"/> | ||
| 20 | </style:default-style> | ||
| 21 | <style:default-style style:family="paragraph"> | ||
| 22 | <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="1.251cm" style:writing-mode="page"/> | ||
| 23 | <style:text-properties style:use-window-font-color="true" style:font-name="Times New Roman" fo:font-size="12pt" fo:language="en" fo:country="GB" style:letter-kerning="true" style:font-name-asian="SimSun" style:font-size-asian="12pt" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="Tahoma" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/> | ||
| 24 | </style:default-style> | ||
| 25 | <style:default-style style:family="table"> | ||
| 26 | <style:table-properties table:border-model="collapsing"/> | ||
| 27 | </style:default-style> | ||
| 28 | <style:default-style style:family="table-row"> | ||
| 29 | <style:table-row-properties fo:keep-together="auto"/> | ||
| 30 | </style:default-style> | ||
| 31 | |||
| 32 | <!-- Outline numbering --> | ||
| 33 | <text:outline-style style:name="OrgOutline"> | ||
| 34 | <text:outline-level-style text:level="1" style:num-suffix=". " style:num-format="1"> | ||
| 35 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 36 | <style:list-level-label-alignment text:label-followed-by="nothing" fo:text-indent="-0.762cm" fo:margin-left="0.762cm"/> | ||
| 37 | </style:list-level-properties> | ||
| 38 | </text:outline-level-style> | ||
| 39 | <text:outline-level-style text:level="2" style:num-suffix=". " style:num-format="1" text:display-levels="2"> | ||
| 40 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 41 | <style:list-level-label-alignment text:label-followed-by="nothing" fo:text-indent="-1.016cm" fo:margin-left="1.016cm"/> | ||
| 42 | </style:list-level-properties> | ||
| 43 | </text:outline-level-style> | ||
| 44 | <text:outline-level-style text:level="3" style:num-suffix=". " style:num-format="1" text:display-levels="3"> | ||
| 45 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 46 | <style:list-level-label-alignment text:label-followed-by="nothing" fo:text-indent="-1.27cm" fo:margin-left="1.27cm"/> | ||
| 47 | </style:list-level-properties> | ||
| 48 | </text:outline-level-style> | ||
| 49 | <text:outline-level-style text:level="4" style:num-suffix=". " style:num-format="1" text:display-levels="4"> | ||
| 50 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 51 | <style:list-level-label-alignment text:label-followed-by="nothing" fo:text-indent="-1.524cm" fo:margin-left="1.524cm"/> | ||
| 52 | </style:list-level-properties> | ||
| 53 | </text:outline-level-style> | ||
| 54 | <text:outline-level-style text:level="5" style:num-suffix=". " style:num-format="1" text:display-levels="5"> | ||
| 55 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 56 | <style:list-level-label-alignment text:label-followed-by="nothing" fo:text-indent="-1.778cm" fo:margin-left="1.778cm"/> | ||
| 57 | </style:list-level-properties> | ||
| 58 | </text:outline-level-style> | ||
| 59 | <text:outline-level-style text:level="6" style:num-suffix=". " style:num-format="1" text:display-levels="6"> | ||
| 60 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 61 | <style:list-level-label-alignment text:label-followed-by="nothing" fo:text-indent="-2.032cm" fo:margin-left="2.032cm"/> | ||
| 62 | </style:list-level-properties> | ||
| 63 | </text:outline-level-style> | ||
| 64 | <text:outline-level-style text:level="7" style:num-suffix=". " style:num-format="1" text:display-levels="7"> | ||
| 65 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 66 | <style:list-level-label-alignment text:label-followed-by="nothing" fo:text-indent="-2.286cm" fo:margin-left="2.286cm"/> | ||
| 67 | </style:list-level-properties> | ||
| 68 | </text:outline-level-style> | ||
| 69 | <text:outline-level-style text:level="8" style:num-suffix=". " style:num-format="1" text:display-levels="8"> | ||
| 70 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 71 | <style:list-level-label-alignment text:label-followed-by="nothing" fo:text-indent="-2.54cm" fo:margin-left="2.54cm"/> | ||
| 72 | </style:list-level-properties> | ||
| 73 | </text:outline-level-style> | ||
| 74 | <text:outline-level-style text:level="9" style:num-suffix=". " style:num-format="1" text:display-levels="9"> | ||
| 75 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 76 | <style:list-level-label-alignment text:label-followed-by="nothing" fo:text-indent="-2.794cm" fo:margin-left="2.794cm"/> | ||
| 77 | </style:list-level-properties> | ||
| 78 | </text:outline-level-style> | ||
| 79 | <text:outline-level-style text:level="10" style:num-suffix=". " style:num-format="1" text:display-levels="10"> | ||
| 80 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 81 | <style:list-level-label-alignment text:label-followed-by="nothing" fo:text-indent="-3.048cm" fo:margin-left="3.048cm"/> | ||
| 82 | </style:list-level-properties> | ||
| 83 | </text:outline-level-style> | ||
| 84 | </text:outline-style> | ||
| 85 | |||
| 86 | <style:style style:name="Standard" style:family="paragraph" style:class="text"/> | ||
| 87 | <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text"> | ||
| 88 | <style:paragraph-properties fo:margin-top="0.423cm" fo:margin-bottom="0.212cm" fo:keep-with-next="always"/> | ||
| 89 | <style:text-properties style:font-name="Arial" fo:font-size="14pt" style:font-name-asian="SimSun" style:font-size-asian="14pt" style:font-name-complex="Tahoma" style:font-size-complex="14pt"/> | ||
| 90 | </style:style> | ||
| 91 | <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text"> | ||
| 92 | <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0.212cm"/> | ||
| 93 | </style:style> | ||
| 94 | <style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list"> | ||
| 95 | <style:text-properties style:font-name-complex="Tahoma1"/> | ||
| 96 | </style:style> | ||
| 97 | <style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra"> | ||
| 98 | <style:paragraph-properties fo:margin-top="0.212cm" fo:margin-bottom="0.212cm" text:number-lines="false" text:line-number="0"/> | ||
| 99 | <style:text-properties fo:font-size="12pt" fo:font-style="italic" style:font-size-asian="12pt" style:font-style-asian="italic" style:font-name-complex="Tahoma1" style:font-size-complex="12pt" style:font-style-complex="italic"/> | ||
| 100 | </style:style> | ||
| 101 | <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index"> | ||
| 102 | <style:paragraph-properties text:number-lines="false" text:line-number="0"/> | ||
| 103 | <style:text-properties style:font-name-complex="Tahoma1"/> | ||
| 104 | </style:style> | ||
| 105 | <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"> | ||
| 106 | <style:text-properties fo:font-size="115%" fo:font-weight="bold" style:font-size-asian="115%" style:font-weight-asian="bold" style:font-size-complex="115%" style:font-weight-complex="bold"/> | ||
| 107 | </style:style> | ||
| 108 | <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"> | ||
| 109 | <style:text-properties fo:font-size="14pt" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="14pt" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-style-complex="italic" style:font-weight-complex="bold"/> | ||
| 110 | </style:style> | ||
| 111 | <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"> | ||
| 112 | <style:text-properties fo:font-size="14pt" fo:font-weight="bold" style:font-size-asian="14pt" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-weight-complex="bold"/> | ||
| 113 | </style:style> | ||
| 114 | <style:style style:name="Heading_20_4" style:display-name="Heading 4" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="4" style:class="text"> | ||
| 115 | <style:text-properties fo:font-size="85%" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="85%" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-style-complex="italic" style:font-weight-complex="bold"/> | ||
| 116 | </style:style> | ||
| 117 | <style:style style:name="Heading_20_5" style:display-name="Heading 5" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="5" style:class="text"> | ||
| 118 | <style:text-properties fo:font-size="85%" fo:font-weight="bold" style:font-size-asian="85%" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-weight-complex="bold"/> | ||
| 119 | </style:style> | ||
| 120 | <style:style style:name="Heading_20_6" style:display-name="Heading 6" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="6" style:class="text"> | ||
| 121 | <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/> | ||
| 122 | </style:style> | ||
| 123 | <style:style style:name="Heading_20_7" style:display-name="Heading 7" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="7" style:class="text"> | ||
| 124 | <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/> | ||
| 125 | </style:style> | ||
| 126 | <style:style style:name="Heading_20_8" style:display-name="Heading 8" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="8" style:class="text"> | ||
| 127 | <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/> | ||
| 128 | </style:style> | ||
| 129 | <style:style style:name="Heading_20_9" style:display-name="Heading 9" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="9" style:class="text"> | ||
| 130 | <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/> | ||
| 131 | </style:style> | ||
| 132 | <style:style style:name="Heading_20_10" style:display-name="Heading 10" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="10" style:class="text"> | ||
| 133 | <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/> | ||
| 134 | </style:style> | ||
| 135 | <style:style style:name="Heading_20_1.title" style:display-name="Heading 1.title" style:family="paragraph" style:parent-style-name="Heading_20_1"> | ||
| 136 | <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/> | ||
| 137 | </style:style> | ||
| 138 | <style:style style:name="Title" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Subtitle" style:class="chapter"> | ||
| 139 | <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/> | ||
| 140 | <style:text-properties fo:font-size="18pt" fo:font-weight="bold" style:font-size-asian="18pt" style:font-weight-asian="bold" style:font-size-complex="18pt" style:font-weight-complex="bold"/> | ||
| 141 | </style:style> | ||
| 142 | <style:style style:name="OrgTitle" style:family="paragraph" style:parent-style-name="Title"> | ||
| 143 | <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm"/> | ||
| 144 | <style:text-properties fo:font-size="24pt"/> | ||
| 145 | </style:style> | ||
| 146 | <style:style style:name="Subtitle" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="chapter"> | ||
| 147 | <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/> | ||
| 148 | <style:text-properties fo:font-size="14pt" fo:font-style="italic" style:font-size-asian="14pt" style:font-style-asian="italic" style:font-size-complex="14pt" style:font-style-complex="italic"/> | ||
| 149 | </style:style> | ||
| 150 | <style:style style:name="OrgSubtitle" style:family="paragraph" style:parent-style-name="Subtitle"> | ||
| 151 | <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm"/> | ||
| 152 | <style:text-properties fo:font-size="20pt"/> | ||
| 153 | </style:style> | ||
| 154 | <style:style style:name="Text_20_body_20_indent" style:display-name="Text body indent" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="text"> | ||
| 155 | <style:paragraph-properties fo:margin-left="0.499cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false"/> | ||
| 156 | </style:style> | ||
| 157 | <style:style style:name="List_20_Indent" style:display-name="List Indent" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="text"> | ||
| 158 | <style:paragraph-properties fo:margin-left="5.001cm" fo:margin-right="0cm" fo:text-indent="-4.5cm" style:auto-text-indent="false"> | ||
| 159 | <style:tab-stops> | ||
| 160 | <style:tab-stop style:position="0cm"/> | ||
| 161 | </style:tab-stops> | ||
| 162 | </style:paragraph-properties> | ||
| 163 | </style:style> | ||
| 164 | <style:style style:name="First_20_line_20_indent" style:display-name="First line indent" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="text"> | ||
| 165 | <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:text-indent="0.499cm" style:auto-text-indent="false"/> | ||
| 166 | </style:style> | ||
| 167 | <style:style style:name="Hanging_20_indent" style:display-name="Hanging indent" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="text"> | ||
| 168 | <style:paragraph-properties fo:margin-left="1cm" fo:margin-right="0cm" fo:text-indent="-0.499cm" style:auto-text-indent="false"> | ||
| 169 | <style:tab-stops> | ||
| 170 | <style:tab-stop style:position="0cm"/> | ||
| 171 | </style:tab-stops> | ||
| 172 | </style:paragraph-properties> | ||
| 173 | </style:style> | ||
| 174 | <style:style style:name="Salutation" style:family="paragraph" style:parent-style-name="Standard" style:class="text"> | ||
| 175 | <style:paragraph-properties text:number-lines="false" text:line-number="0"/> | ||
| 176 | </style:style> | ||
| 177 | <style:style style:name="Contents_20_Heading" style:display-name="Contents Heading" style:family="paragraph" style:parent-style-name="Heading" style:class="index"> | ||
| 178 | <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/> | ||
| 179 | <style:text-properties fo:font-size="16pt" fo:font-weight="bold" style:font-size-asian="16pt" style:font-weight-asian="bold" style:font-size-complex="16pt" style:font-weight-complex="bold"/> | ||
| 180 | </style:style> | ||
| 181 | <style:style style:name="Contents_20_1" style:display-name="Contents 1" style:family="paragraph" style:parent-style-name="Index" style:class="index"> | ||
| 182 | <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false"> | ||
| 183 | <style:tab-stops> | ||
| 184 | <style:tab-stop style:position="17cm" style:type="right" style:leader-style="dotted" style:leader-text="."/> | ||
| 185 | </style:tab-stops> | ||
| 186 | </style:paragraph-properties> | ||
| 187 | </style:style> | ||
| 188 | <style:style style:name="Contents_20_2" style:display-name="Contents 2" style:family="paragraph" style:parent-style-name="Index" style:class="index"> | ||
| 189 | <style:paragraph-properties fo:margin-left="0.499cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false"> | ||
| 190 | <style:tab-stops> | ||
| 191 | <style:tab-stop style:position="16.501cm" style:type="right" style:leader-style="dotted" style:leader-text="."/> | ||
| 192 | </style:tab-stops> | ||
| 193 | </style:paragraph-properties> | ||
| 194 | </style:style> | ||
| 195 | <style:style style:name="Contents_20_3" style:display-name="Contents 3" style:family="paragraph" style:parent-style-name="Index" style:class="index"> | ||
| 196 | <style:paragraph-properties fo:margin-left="0.998cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false"> | ||
| 197 | <style:tab-stops> | ||
| 198 | <style:tab-stop style:position="16.002cm" style:type="right" style:leader-style="dotted" style:leader-text="."/> | ||
| 199 | </style:tab-stops> | ||
| 200 | </style:paragraph-properties> | ||
| 201 | </style:style> | ||
| 202 | <style:style style:name="Contents_20_4" style:display-name="Contents 4" style:family="paragraph" style:parent-style-name="Index" style:class="index"> | ||
| 203 | <style:paragraph-properties fo:margin-left="1.498cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false"> | ||
| 204 | <style:tab-stops> | ||
| 205 | <style:tab-stop style:position="15.503cm" style:type="right" style:leader-style="dotted" style:leader-text="."/> | ||
| 206 | </style:tab-stops> | ||
| 207 | </style:paragraph-properties> | ||
| 208 | </style:style> | ||
| 209 | <style:style style:name="Contents_20_5" style:display-name="Contents 5" style:family="paragraph" style:parent-style-name="Index" style:class="index"> | ||
| 210 | <style:paragraph-properties fo:margin-left="1.997cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false"> | ||
| 211 | <style:tab-stops> | ||
| 212 | <style:tab-stop style:position="15.004cm" style:type="right" style:leader-style="dotted" style:leader-text="."/> | ||
| 213 | </style:tab-stops> | ||
| 214 | </style:paragraph-properties> | ||
| 215 | </style:style> | ||
| 216 | <style:style style:name="Contents_20_6" style:display-name="Contents 6" style:family="paragraph" style:parent-style-name="Index" style:class="index"> | ||
| 217 | <style:paragraph-properties fo:margin-left="2.496cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false"> | ||
| 218 | <style:tab-stops> | ||
| 219 | <style:tab-stop style:position="14.504cm" style:type="right" style:leader-style="dotted" style:leader-text="."/> | ||
| 220 | </style:tab-stops> | ||
| 221 | </style:paragraph-properties> | ||
| 222 | </style:style> | ||
| 223 | <style:style style:name="Contents_20_7" style:display-name="Contents 7" style:family="paragraph" style:parent-style-name="Index" style:class="index"> | ||
| 224 | <style:paragraph-properties fo:margin-left="2.995cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false"> | ||
| 225 | <style:tab-stops> | ||
| 226 | <style:tab-stop style:position="14.005cm" style:type="right" style:leader-style="dotted" style:leader-text="."/> | ||
| 227 | </style:tab-stops> | ||
| 228 | </style:paragraph-properties> | ||
| 229 | </style:style> | ||
| 230 | <style:style style:name="Contents_20_8" style:display-name="Contents 8" style:family="paragraph" style:parent-style-name="Index" style:class="index"> | ||
| 231 | <style:paragraph-properties fo:margin-left="3.494cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false"> | ||
| 232 | <style:tab-stops> | ||
| 233 | <style:tab-stop style:position="13.506cm" style:type="right" style:leader-style="dotted" style:leader-text="."/> | ||
| 234 | </style:tab-stops> | ||
| 235 | </style:paragraph-properties> | ||
| 236 | </style:style> | ||
| 237 | <style:style style:name="Contents_20_9" style:display-name="Contents 9" style:family="paragraph" style:parent-style-name="Index" style:class="index"> | ||
| 238 | <style:paragraph-properties fo:margin-left="3.993cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false"> | ||
| 239 | <style:tab-stops> | ||
| 240 | <style:tab-stop style:position="13.007cm" style:type="right" style:leader-style="dotted" style:leader-text="."/> | ||
| 241 | </style:tab-stops> | ||
| 242 | </style:paragraph-properties> | ||
| 243 | </style:style> | ||
| 244 | <style:style style:name="Contents_20_10" style:display-name="Contents 10" style:family="paragraph" style:parent-style-name="Index" style:class="index"> | ||
| 245 | <style:paragraph-properties fo:margin-left="4.493cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false"> | ||
| 246 | <style:tab-stops> | ||
| 247 | <style:tab-stop style:position="12.508cm" style:type="right" style:leader-style="dotted" style:leader-text="."/> | ||
| 248 | </style:tab-stops> | ||
| 249 | </style:paragraph-properties> | ||
| 250 | </style:style> | ||
| 251 | <style:style style:name="Quotations" style:family="paragraph" style:parent-style-name="Standard" style:class="html"> | ||
| 252 | <style:paragraph-properties fo:margin-left="1cm" fo:margin-right="1cm" fo:margin-top="0cm" fo:margin-bottom="0.499cm" fo:text-indent="0cm" style:auto-text-indent="false"/> | ||
| 253 | </style:style> | ||
| 254 | <style:style style:name="Preformatted_20_Text" style:display-name="Preformatted Text" style:family="paragraph" style:parent-style-name="Standard" style:class="html"> | ||
| 255 | <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm"/> | ||
| 256 | <style:text-properties style:font-name="Courier New" fo:font-size="10pt" style:font-name-asian="NSimSun" style:font-size-asian="10pt" style:font-name-complex="Courier New" style:font-size-complex="10pt"/> | ||
| 257 | </style:style> | ||
| 258 | <style:style style:name="OrgVerse" style:family="paragraph" style:parent-style-name="Preformatted_20_Text"> | ||
| 259 | <style:paragraph-properties fo:background-color="#c0c0c0" fo:padding="0.049cm" fo:border="0.018cm solid #000000" style:shadow="none"> | ||
| 260 | <style:background-image/> | ||
| 261 | </style:paragraph-properties> | ||
| 262 | </style:style> | ||
| 263 | |||
| 264 | <style:style style:name="OrgFixedWidthBlock" style:family="paragraph" style:parent-style-name="Preformatted_20_Text"> | ||
| 265 | <style:paragraph-properties fo:background-color="#c0c0c0" fo:padding="0.049cm" fo:border="0.018cm solid #000000" style:shadow="none"> | ||
| 266 | <style:background-image/> | ||
| 267 | </style:paragraph-properties> | ||
| 268 | </style:style> | ||
| 269 | |||
| 270 | <style:style style:name="OrgFixedWidthBlockLastLine" style:family="paragraph" style:parent-style-name="OrgFixedWidthBlock"> | ||
| 271 | <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0.21cm"/> | ||
| 272 | </style:style> | ||
| 273 | |||
| 274 | <style:style style:name="OrgSrcBlockLastLine" style:family="paragraph" style:parent-style-name="OrgSrcBlock"> | ||
| 275 | <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0.21cm"/> | ||
| 276 | </style:style> | ||
| 277 | |||
| 278 | <style:style style:name="OrgCenter" style:family="paragraph" style:parent-style-name="Text_20_body"> | ||
| 279 | <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/> | ||
| 280 | </style:style> | ||
| 281 | <style:style style:name="OrgTableContents" style:family="paragraph" style:parent-style-name="Text_20_body"/> | ||
| 282 | <style:style style:name="OrgTableHeading" style:family="paragraph" style:parent-style-name="OrgTableContents" style:class="extra"> | ||
| 283 | <style:paragraph-properties fo:text-align="center" style:justify-single-word="false" text:number-lines="false" text:line-number="0"/> | ||
| 284 | <style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/> | ||
| 285 | </style:style> | ||
| 286 | |||
| 287 | <style:style style:name="OrgTableHeadingLeft" style:family="paragraph" style:parent-style-name="OrgTableHeading"> | ||
| 288 | <style:paragraph-properties fo:text-align="left" style:justify-single-word="false"/> | ||
| 289 | </style:style> | ||
| 290 | <style:style style:name="OrgTableHeadingRight" style:family="paragraph" style:parent-style-name="OrgTableHeading"> | ||
| 291 | <style:paragraph-properties fo:text-align="right" style:justify-single-word="false"/> | ||
| 292 | </style:style> | ||
| 293 | <style:style style:name="OrgTableHeadingCenter" style:family="paragraph" style:parent-style-name="OrgTableHeading"> | ||
| 294 | <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/> | ||
| 295 | </style:style> | ||
| 296 | |||
| 297 | <style:style style:name="OrgTableContentsLeft" style:family="paragraph" style:parent-style-name="OrgTableContents"> | ||
| 298 | <style:paragraph-properties fo:text-align="left" style:justify-single-word="false"/> | ||
| 299 | </style:style> | ||
| 300 | <style:style style:name="OrgTableContentsRight" style:family="paragraph" style:parent-style-name="OrgTableContents"> | ||
| 301 | <style:paragraph-properties fo:text-align="right" style:justify-single-word="false"/> | ||
| 302 | </style:style> | ||
| 303 | <style:style style:name="OrgTableContentsCenter" style:family="paragraph" style:parent-style-name="OrgTableContents"> | ||
| 304 | <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/> | ||
| 305 | </style:style> | ||
| 306 | <style:style style:name="Text_20_body_20_bold" style:display-name="Text body bold" style:family="paragraph" style:parent-style-name="Text_20_body" style:next-style-name="Text_20_body"> | ||
| 307 | <style:text-properties fo:font-weight="bold"/> | ||
| 308 | </style:style> | ||
| 309 | <style:style style:name="Footnote" style:family="paragraph" style:parent-style-name="Standard" style:class="extra"> | ||
| 310 | <style:paragraph-properties fo:margin-left="0.499cm" fo:margin-right="0cm" fo:text-indent="-0.499cm" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/> | ||
| 311 | <style:text-properties fo:font-size="10pt" style:font-size-asian="10pt" style:font-size-complex="10pt"/> | ||
| 312 | </style:style> | ||
| 313 | <style:style style:name="Figure" style:family="paragraph" style:parent-style-name="Caption"/> | ||
| 314 | <style:style style:name="Illustration_20_Index_20_Heading" style:display-name="Illustration Index Heading" style:family="paragraph" style:parent-style-name="Heading" style:class="index"> | ||
| 315 | <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/> | ||
| 316 | <style:text-properties fo:font-size="16pt" fo:font-weight="bold" style:font-size-asian="16pt" style:font-weight-asian="bold" style:font-size-complex="16pt" style:font-weight-complex="bold"/> | ||
| 317 | </style:style> | ||
| 318 | <style:style style:name="Table" style:family="paragraph" style:parent-style-name="Caption" style:class="extra"> | ||
| 319 | <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/> | ||
| 320 | </style:style> | ||
| 321 | <style:style style:name="Horizontal_20_Line" style:display-name="Horizontal Line" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="html"> | ||
| 322 | <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0.499cm" style:border-line-width-bottom="0.002cm 0.035cm 0.002cm" fo:padding="0cm" fo:border-left="none" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.039cm double #808080" text:number-lines="false" text:line-number="0" style:join-border="false"/> | ||
| 323 | <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/> | ||
| 324 | </style:style> | ||
| 325 | <style:style style:name="Emphasis" style:family="text"> | ||
| 326 | <style:text-properties fo:font-style="italic" style:font-style-asian="italic" style:font-style-complex="italic"/> | ||
| 327 | </style:style> | ||
| 328 | <style:style style:name="Underline" style:family="text"> | ||
| 329 | <style:text-properties style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color" fo:background-color="transparent"/> | ||
| 330 | </style:style> | ||
| 331 | <style:style style:name="Strikethrough" style:family="text"> | ||
| 332 | <style:text-properties style:text-line-through-style="solid"/> | ||
| 333 | </style:style> | ||
| 334 | <style:style style:name="Source_20_Text" style:display-name="Source Text" style:family="text"> | ||
| 335 | <style:text-properties style:font-name="Courier New" fo:background-color="transparent" style:font-name-asian="NSimSun" style:font-name-complex="Courier New"/> | ||
| 336 | </style:style> | ||
| 337 | <style:style style:name="Citation" style:family="text"> | ||
| 338 | <style:text-properties fo:font-style="italic" style:font-style-asian="italic" style:font-style-complex="italic"/> | ||
| 339 | </style:style> | ||
| 340 | <style:style style:name="Example" style:family="text"> | ||
| 341 | <style:text-properties style:font-name="Courier New" fo:background-color="transparent" style:font-name-asian="NSimSun" style:font-name-complex="Courier New"/> | ||
| 342 | </style:style> | ||
| 343 | <style:style style:name="OrgCode" style:family="text" style:parent-style-name="Source_20_Text"/> | ||
| 344 | |||
| 345 | <!-- BEGIN: Org Agenda Styles --> | ||
| 346 | <style:style style:name="OrgTodo" style:family="text"> | ||
| 347 | <style:text-properties fo:color="#ff0000"/> | ||
| 348 | </style:style> | ||
| 349 | <style:style style:name="OrgDone" style:family="text"> | ||
| 350 | <style:text-properties fo:color="#008000"/> | ||
| 351 | </style:style> | ||
| 352 | <style:style style:name="OrgTag" style:family="text"> | ||
| 353 | <style:text-properties fo:background-color="#add8e6"/> | ||
| 354 | </style:style> | ||
| 355 | <style:style style:name="OrgTimestamp" style:family="text"> | ||
| 356 | <style:text-properties fo:color="#bebebe"/> | ||
| 357 | </style:style> | ||
| 358 | <style:style style:name="OrgTimestampKeyword" style:family="text"> | ||
| 359 | <style:text-properties fo:color="#5f9ea0"/> | ||
| 360 | </style:style> | ||
| 361 | <style:style style:name="OrgTimestampWrapper" style:family="text"/> | ||
| 362 | <style:style style:name="OrgTarget" style:family="text"/> | ||
| 363 | <!-- END: Org Agenda Styles --> | ||
| 364 | |||
| 365 | <style:style style:name="Bold" style:family="text"> | ||
| 366 | <style:text-properties fo:font-weight="bold"/> | ||
| 367 | </style:style> | ||
| 368 | <style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/> | ||
| 369 | <style:style style:name="Footnote_20_Symbol" style:display-name="Footnote Symbol" style:family="text"/> | ||
| 370 | <style:style style:name="Footnote_20_anchor" style:display-name="Footnote anchor" style:family="text"> | ||
| 371 | <style:text-properties style:text-position="super 58%"/> | ||
| 372 | </style:style> | ||
| 373 | <style:style style:name="OrgSuperscript" style:family="text"> | ||
| 374 | <style:text-properties style:text-position="super 58%"/> | ||
| 375 | </style:style> | ||
| 376 | <style:style style:name="OrgSubscript" style:family="text"> | ||
| 377 | <style:text-properties style:text-position="sub 58%"/> | ||
| 378 | </style:style> | ||
| 379 | <style:style style:name="Internet_20_link" style:display-name="Internet link" style:family="text"> | ||
| 380 | <style:text-properties fo:color="#000080" fo:language="zxx" fo:country="none" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color" style:language-asian="zxx" style:country-asian="none" style:language-complex="zxx" style:country-complex="none"/> | ||
| 381 | </style:style> | ||
| 382 | <style:style style:name="Graphics" style:family="graphic"> | ||
| 383 | <style:graphic-properties text:anchor-type="paragraph" svg:x="0cm" svg:y="0cm" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/> | ||
| 384 | </style:style> | ||
| 385 | <style:style style:name="Frame" style:family="graphic"> | ||
| 386 | <style:graphic-properties text:anchor-type="paragraph" svg:x="0cm" svg:y="0cm" fo:margin-left="0.201cm" fo:margin-right="0.201cm" fo:margin-top="0.201cm" fo:margin-bottom="0.201cm" style:wrap="parallel" style:number-wrapped-paragraphs="no-limit" style:wrap-contour="false" style:vertical-pos="top" style:vertical-rel="paragraph-content" style:horizontal-pos="center" style:horizontal-rel="paragraph-content" fo:padding="0.15cm" fo:border="0.002cm solid #000000"/> | ||
| 387 | </style:style> | ||
| 388 | |||
| 389 | <!-- Simple Images --> | ||
| 390 | <style:style style:name="OrgDisplayImage" style:family="graphic" style:parent-style-name="Graphics"> | ||
| 391 | <style:graphic-properties text:anchor-type="paragraph" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/> | ||
| 392 | </style:style> | ||
| 393 | |||
| 394 | <style:style style:name="OrgPageImage" style:family="graphic" style:parent-style-name="Graphics"> | ||
| 395 | <style:graphic-properties text:anchor-type="page" fo:margin-top="0.21cm" fo:margin-bottom="0.21cm" style:vertical-pos="middle" style:vertical-rel="page" style:horizontal-pos="center" style:horizontal-rel="page" fo:background-color="transparent" style:background-transparency="100%" style:shadow="none" style:mirror="none" fo:clip="rect(0cm, 0cm, 0cm, 0cm)" draw:luminance="0%" draw:contrast="0%" draw:red="0%" draw:green="0%" draw:blue="0%" draw:gamma="100%" draw:color-inversion="false" draw:image-opacity="100%" draw:color-mode="standard"> | ||
| 396 | <style:background-image/> | ||
| 397 | </style:graphic-properties> | ||
| 398 | </style:style> | ||
| 399 | |||
| 400 | <!-- Captioned Images --> | ||
| 401 | <style:style style:name="OrgCaptionedImage" style:family="graphic" style:parent-style-name="Graphics"> | ||
| 402 | <style:graphic-properties style:rel-width="100%" text:anchor-type="paragraph" fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0cm" style:run-through="foreground" style:wrap="none" style:vertical-pos="from-top" style:vertical-rel="paragraph-content" style:horizontal-pos="from-left" style:horizontal-rel="paragraph-content" fo:padding="0cm" fo:border="none" style:shadow="none"/> | ||
| 403 | </style:style> | ||
| 404 | |||
| 405 | <style:style style:name="OrgImageCaptionFrame" style:family="graphic" style:parent-style-name="Frame"> | ||
| 406 | <style:graphic-properties text:anchor-type="paragraph" fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0cm" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph" fo:padding="0cm" fo:border="none"/> | ||
| 407 | </style:style> | ||
| 408 | |||
| 409 | <style:style style:name="OrgPageImageCaptionFrame" style:family="graphic" style:parent-style-name="Frame"> | ||
| 410 | <style:graphic-properties text:anchor-type="paragraph" fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0.21cm" fo:margin-bottom="0.21cm" style:wrap="none" style:vertical-pos="middle" style:vertical-rel="page" style:horizontal-pos="center" style:horizontal-rel="page" fo:background-color="transparent" style:background-transparency="100%" fo:padding="0cm" fo:border="none" style:shadow="none"> | ||
| 411 | <style:background-image/> | ||
| 412 | </style:graphic-properties> | ||
| 413 | </style:style> | ||
| 414 | |||
| 415 | <!-- Inlined Images --> | ||
| 416 | <style:style style:name="OrgInlineImage" style:family="graphic" style:parent-style-name="Graphics"> | ||
| 417 | <style:graphic-properties text:anchor-type="as-char" style:vertical-pos="top" style:vertical-rel="baseline" style:horizontal-pos="center" style:horizontal-rel="paragraph"/> | ||
| 418 | </style:style> | ||
| 419 | |||
| 420 | <!-- Inline Formula --> | ||
| 421 | <style:style style:name="OrgFormula" style:family="graphic"> | ||
| 422 | <style:graphic-properties text:anchor-type="as-char" svg:y="0cm" fo:margin-left="0.201cm" fo:margin-right="0.201cm" style:vertical-pos="middle" style:vertical-rel="text" style:shadow="none"/> | ||
| 423 | </style:style> | ||
| 424 | |||
| 425 | <style:style style:name="OrgInlineFormula" style:family="graphic" style:parent-style-name="Formula"> | ||
| 426 | <style:graphic-properties text:anchor-type="as-char" fo:margin-left="0.201cm" fo:margin-right="0.201cm" style:vertical-pos="middle" style:vertical-rel="text"/> | ||
| 427 | </style:style> | ||
| 428 | |||
| 429 | <style:style style:name="OrgInlineFormula" style:family="graphic" style:parent-style-name="Formula"> | ||
| 430 | <style:graphic-properties style:vertical-pos="middle" style:vertical-rel="text" draw:ole-draw-aspect="1"/> | ||
| 431 | </style:style> | ||
| 432 | |||
| 433 | <style:style style:name="OrgDisplayFormula" style:family="graphic" style:parent-style-name="OrgFormula"> | ||
| 434 | <style:graphic-properties style:vertical-pos="middle" style:vertical-rel="text" style:horizontal-pos="from-left" style:horizontal-rel="paragraph-content" draw:ole-draw-aspect="1"/> | ||
| 435 | </style:style> | ||
| 436 | |||
| 437 | <style:style style:name="OrgFormulaCaptionFrame" style:family="graphic" style:parent-style-name="Frame"> | ||
| 438 | <style:graphic-properties fo:margin-top="0cm" fo:margin-bottom="0cm" style:vertical-pos="middle" style:vertical-rel="text" style:horizontal-pos="from-left" style:horizontal-rel="paragraph-content" fo:padding="0cm" fo:border="none"/> | ||
| 439 | </style:style> | ||
| 440 | |||
| 441 | <style:style style:name="OrgCaptionedFormula" style:family="graphic" style:parent-style-name="OrgFormula"> | ||
| 442 | <style:graphic-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0cm" style:run-through="foreground" style:wrap="none" style:vertical-pos="from-top" style:vertical-rel="paragraph-content" style:horizontal-pos="center" style:horizontal-rel="paragraph-content" fo:padding="0cm" fo:border="none" style:shadow="none" draw:ole-draw-aspect="1"/> | ||
| 443 | </style:style> | ||
| 444 | |||
| 445 | <!-- Inline Tasks --> | ||
| 446 | <style:style style:name="OrgInlineTaskHeading" style:family="paragraph" style:parent-style-name="Caption" style:next-style-name="Text_20_body"> | ||
| 447 | <style:text-properties style:font-name="Arial1" fo:font-style="normal" fo:font-weight="bold"/> | ||
| 448 | </style:style> | ||
| 449 | <style:style style:name="OrgInlineTaskFrame" style:family="graphic" style:parent-style-name="Frame"> | ||
| 450 | <style:graphic-properties svg:x="0cm" svg:y="0cm" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph-content" style:horizontal-pos="center" style:horizontal-rel="paragraph-content" fo:background-color="#ffffcc" style:background-transparency="0%" fo:padding="0.15cm" fo:border="0.26pt solid #000000" style:shadow="none"> | ||
| 451 | <style:background-image/> | ||
| 452 | </style:graphic-properties> | ||
| 453 | </style:style> | ||
| 454 | |||
| 455 | <text:list-style style:name="Numbering_20_1" style:display-name="Numbering 1"> | ||
| 456 | <text:list-level-style-number text:level="1" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1"> | ||
| 457 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 458 | <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.499cm" fo:text-indent="-0.499cm" fo:margin-left="0.499cm"/> | ||
| 459 | </style:list-level-properties> | ||
| 460 | </text:list-level-style-number> | ||
| 461 | <text:list-level-style-number text:level="2" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1"> | ||
| 462 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 463 | <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1cm" fo:text-indent="-0.499cm" fo:margin-left="1cm"/> | ||
| 464 | </style:list-level-properties> | ||
| 465 | </text:list-level-style-number> | ||
| 466 | <text:list-level-style-number text:level="3" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1"> | ||
| 467 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 468 | <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.499cm" fo:text-indent="-0.499cm" fo:margin-left="1.499cm"/> | ||
| 469 | </style:list-level-properties> | ||
| 470 | </text:list-level-style-number> | ||
| 471 | <text:list-level-style-number text:level="4" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1"> | ||
| 472 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 473 | <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2cm" fo:text-indent="-0.499cm" fo:margin-left="2cm"/> | ||
| 474 | </style:list-level-properties> | ||
| 475 | </text:list-level-style-number> | ||
| 476 | <text:list-level-style-number text:level="5" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1"> | ||
| 477 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 478 | <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.499cm" fo:text-indent="-0.499cm" fo:margin-left="2.499cm"/> | ||
| 479 | </style:list-level-properties> | ||
| 480 | </text:list-level-style-number> | ||
| 481 | <text:list-level-style-number text:level="6" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1"> | ||
| 482 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 483 | <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="3cm" fo:text-indent="-0.499cm" fo:margin-left="3cm"/> | ||
| 484 | </style:list-level-properties> | ||
| 485 | </text:list-level-style-number> | ||
| 486 | <text:list-level-style-number text:level="7" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1"> | ||
| 487 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 488 | <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="3.5cm" fo:text-indent="-0.499cm" fo:margin-left="3.5cm"/> | ||
| 489 | </style:list-level-properties> | ||
| 490 | </text:list-level-style-number> | ||
| 491 | <text:list-level-style-number text:level="8" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1"> | ||
| 492 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 493 | <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="4.001cm" fo:text-indent="-0.499cm" fo:margin-left="4.001cm"/> | ||
| 494 | </style:list-level-properties> | ||
| 495 | </text:list-level-style-number> | ||
| 496 | <text:list-level-style-number text:level="9" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1"> | ||
| 497 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 498 | <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="4.5cm" fo:text-indent="-0.499cm" fo:margin-left="4.5cm"/> | ||
| 499 | </style:list-level-properties> | ||
| 500 | </text:list-level-style-number> | ||
| 501 | <text:list-level-style-number text:level="10" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1"> | ||
| 502 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 503 | <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="5.001cm" fo:text-indent="-0.499cm" fo:margin-left="5.001cm"/> | ||
| 504 | </style:list-level-properties> | ||
| 505 | </text:list-level-style-number> | ||
| 506 | </text:list-style> | ||
| 507 | <text:list-style style:name="List_20_1" style:display-name="List 1"> | ||
| 508 | <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="•"> | ||
| 509 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 510 | <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.4cm" fo:text-indent="-0.4cm" fo:margin-left="0.4cm"/> | ||
| 511 | </style:list-level-properties> | ||
| 512 | <style:text-properties style:font-name="OpenSymbol"/> | ||
| 513 | </text:list-level-style-bullet> | ||
| 514 | <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="•"> | ||
| 515 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 516 | <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.801cm" fo:text-indent="-0.4cm" fo:margin-left="0.801cm"/> | ||
| 517 | </style:list-level-properties> | ||
| 518 | <style:text-properties style:font-name="OpenSymbol"/> | ||
| 519 | </text:list-level-style-bullet> | ||
| 520 | <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="•"> | ||
| 521 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 522 | <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.199cm" fo:text-indent="-0.4cm" fo:margin-left="1.199cm"/> | ||
| 523 | </style:list-level-properties> | ||
| 524 | <style:text-properties style:font-name="OpenSymbol"/> | ||
| 525 | </text:list-level-style-bullet> | ||
| 526 | <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•"> | ||
| 527 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 528 | <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.6cm" fo:text-indent="-0.4cm" fo:margin-left="1.6cm"/> | ||
| 529 | </style:list-level-properties> | ||
| 530 | <style:text-properties style:font-name="OpenSymbol"/> | ||
| 531 | </text:list-level-style-bullet> | ||
| 532 | <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•"> | ||
| 533 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 534 | <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2cm" fo:text-indent="-0.4cm" fo:margin-left="2cm"/> | ||
| 535 | </style:list-level-properties> | ||
| 536 | <style:text-properties style:font-name="OpenSymbol"/> | ||
| 537 | </text:list-level-style-bullet> | ||
| 538 | <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•"> | ||
| 539 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 540 | <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.401cm" fo:text-indent="-0.4cm" fo:margin-left="2.401cm"/> | ||
| 541 | </style:list-level-properties> | ||
| 542 | <style:text-properties style:font-name="OpenSymbol"/> | ||
| 543 | </text:list-level-style-bullet> | ||
| 544 | <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="•"> | ||
| 545 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 546 | <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.799cm" fo:text-indent="-0.4cm" fo:margin-left="2.799cm"/> | ||
| 547 | </style:list-level-properties> | ||
| 548 | <style:text-properties style:font-name="OpenSymbol"/> | ||
| 549 | </text:list-level-style-bullet> | ||
| 550 | <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="•"> | ||
| 551 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 552 | <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="3.2cm" fo:text-indent="-0.4cm" fo:margin-left="3.2cm"/> | ||
| 553 | </style:list-level-properties> | ||
| 554 | <style:text-properties style:font-name="OpenSymbol"/> | ||
| 555 | </text:list-level-style-bullet> | ||
| 556 | <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="•"> | ||
| 557 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 558 | <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="3.6cm" fo:text-indent="-0.4cm" fo:margin-left="3.6cm"/> | ||
| 559 | </style:list-level-properties> | ||
| 560 | <style:text-properties style:font-name="OpenSymbol"/> | ||
| 561 | </text:list-level-style-bullet> | ||
| 562 | <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="•"> | ||
| 563 | <style:list-level-properties text:list-level-position-and-space-mode="label-alignment"> | ||
| 564 | <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="4.001cm" fo:text-indent="-0.4cm" fo:margin-left="4.001cm"/> | ||
| 565 | </style:list-level-properties> | ||
| 566 | <style:text-properties style:font-name="OpenSymbol"/> | ||
| 567 | </text:list-level-style-bullet> | ||
| 568 | </text:list-style> | ||
| 569 | |||
| 570 | <!-- Numbered List --> | ||
| 571 | <text:list-style style:name="OrgNumberedList"> | ||
| 572 | <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="1"> | ||
| 573 | <style:list-level-properties text:space-before="0.635cm" text:min-label-width="0.635cm"/> | ||
| 574 | </text:list-level-style-number> | ||
| 575 | <text:list-level-style-number text:level="2" style:num-suffix="." style:num-format="1"> | ||
| 576 | <style:list-level-properties text:space-before="1.27cm" text:min-label-width="0.635cm"/> | ||
| 577 | </text:list-level-style-number> | ||
| 578 | <text:list-level-style-number text:level="3" style:num-suffix="." style:num-format="1"> | ||
| 579 | <style:list-level-properties text:space-before="1.905cm" text:min-label-width="0.635cm"/> | ||
| 580 | </text:list-level-style-number> | ||
| 581 | <text:list-level-style-number text:level="4" style:num-suffix="." style:num-format="1"> | ||
| 582 | <style:list-level-properties text:space-before="2.54cm" text:min-label-width="0.635cm"/> | ||
| 583 | </text:list-level-style-number> | ||
| 584 | <text:list-level-style-number text:level="5" style:num-suffix="." style:num-format="1"> | ||
| 585 | <style:list-level-properties text:space-before="3.175cm" text:min-label-width="0.635cm"/> | ||
| 586 | </text:list-level-style-number> | ||
| 587 | <text:list-level-style-number text:level="6" style:num-suffix="." style:num-format="1"> | ||
| 588 | <style:list-level-properties text:space-before="3.81cm" text:min-label-width="0.635cm"/> | ||
| 589 | </text:list-level-style-number> | ||
| 590 | <text:list-level-style-number text:level="7" style:num-suffix="." style:num-format="1"> | ||
| 591 | <style:list-level-properties text:space-before="4.445cm" text:min-label-width="0.635cm"/> | ||
| 592 | </text:list-level-style-number> | ||
| 593 | <text:list-level-style-number text:level="8" style:num-suffix="." style:num-format="1"> | ||
| 594 | <style:list-level-properties text:space-before="5.08cm" text:min-label-width="0.635cm"/> | ||
| 595 | </text:list-level-style-number> | ||
| 596 | <text:list-level-style-number text:level="9" style:num-suffix="." style:num-format="1"> | ||
| 597 | <style:list-level-properties text:space-before="5.715cm" text:min-label-width="0.635cm"/> | ||
| 598 | </text:list-level-style-number> | ||
| 599 | <text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1"> | ||
| 600 | <style:list-level-properties text:space-before="6.35cm" text:min-label-width="0.635cm"/> | ||
| 601 | </text:list-level-style-number> | ||
| 602 | </text:list-style> | ||
| 603 | |||
| 604 | <!-- Bulleted List --> | ||
| 605 | <text:list-style style:name="OrgBulletedList"> | ||
| 606 | <text:list-level-style-bullet text:level="1" text:style-name="Bullet_20_Symbols" style:num-suffix="." text:bullet-char="•"> | ||
| 607 | <style:list-level-properties text:space-before="0.635cm" text:min-label-width="0.635cm"/> | ||
| 608 | <style:text-properties fo:font-family="StarSymbol" style:font-charset="x-symbol"/> | ||
| 609 | </text:list-level-style-bullet> | ||
| 610 | <text:list-level-style-bullet text:level="2" text:style-name="Bullet_20_Symbols" style:num-suffix="." text:bullet-char="•"> | ||
| 611 | <style:list-level-properties text:space-before="1.27cm" text:min-label-width="0.635cm"/> | ||
| 612 | <style:text-properties fo:font-family="StarSymbol" style:font-charset="x-symbol"/> | ||
| 613 | </text:list-level-style-bullet> | ||
| 614 | <text:list-level-style-bullet text:level="3" text:style-name="Bullet_20_Symbols" style:num-suffix="." text:bullet-char="•"> | ||
| 615 | <style:list-level-properties text:space-before="1.905cm" text:min-label-width="0.635cm"/> | ||
| 616 | <style:text-properties fo:font-family="StarSymbol" style:font-charset="x-symbol"/> | ||
| 617 | </text:list-level-style-bullet> | ||
| 618 | <text:list-level-style-bullet text:level="4" text:style-name="Bullet_20_Symbols" style:num-suffix="." text:bullet-char="•"> | ||
| 619 | <style:list-level-properties text:space-before="2.54cm" text:min-label-width="0.635cm"/> | ||
| 620 | <style:text-properties fo:font-family="StarSymbol" style:font-charset="x-symbol"/> | ||
| 621 | </text:list-level-style-bullet> | ||
| 622 | <text:list-level-style-bullet text:level="5" text:style-name="Bullet_20_Symbols" style:num-suffix="." text:bullet-char="•"> | ||
| 623 | <style:list-level-properties text:space-before="3.175cm" text:min-label-width="0.635cm"/> | ||
| 624 | <style:text-properties fo:font-family="StarSymbol" style:font-charset="x-symbol"/> | ||
| 625 | </text:list-level-style-bullet> | ||
| 626 | <text:list-level-style-bullet text:level="6" text:style-name="Bullet_20_Symbols" style:num-suffix="." text:bullet-char="•"> | ||
| 627 | <style:list-level-properties text:space-before="3.81cm" text:min-label-width="0.635cm"/> | ||
| 628 | <style:text-properties fo:font-family="StarSymbol" style:font-charset="x-symbol"/> | ||
| 629 | </text:list-level-style-bullet> | ||
| 630 | <text:list-level-style-bullet text:level="7" text:style-name="Bullet_20_Symbols" style:num-suffix="." text:bullet-char="•"> | ||
| 631 | <style:list-level-properties text:space-before="4.445cm" text:min-label-width="0.635cm"/> | ||
| 632 | <style:text-properties fo:font-family="StarSymbol" style:font-charset="x-symbol"/> | ||
| 633 | </text:list-level-style-bullet> | ||
| 634 | <text:list-level-style-bullet text:level="8" text:style-name="Bullet_20_Symbols" style:num-suffix="." text:bullet-char="•"> | ||
| 635 | <style:list-level-properties text:space-before="5.08cm" text:min-label-width="0.635cm"/> | ||
| 636 | <style:text-properties fo:font-family="StarSymbol" style:font-charset="x-symbol"/> | ||
| 637 | </text:list-level-style-bullet> | ||
| 638 | <text:list-level-style-bullet text:level="9" text:style-name="Bullet_20_Symbols" style:num-suffix="." text:bullet-char="•"> | ||
| 639 | <style:list-level-properties text:space-before="5.715cm" text:min-label-width="0.635cm"/> | ||
| 640 | <style:text-properties fo:font-family="StarSymbol" style:font-charset="x-symbol"/> | ||
| 641 | </text:list-level-style-bullet> | ||
| 642 | <text:list-level-style-bullet text:level="10" text:style-name="Bullet_20_Symbols" style:num-suffix="." text:bullet-char="•"> | ||
| 643 | <style:list-level-properties text:space-before="6.35cm" text:min-label-width="0.635cm"/> | ||
| 644 | <style:text-properties fo:font-family="StarSymbol" style:font-charset="x-symbol"/> | ||
| 645 | </text:list-level-style-bullet> | ||
| 646 | </text:list-style> | ||
| 647 | |||
| 648 | <!-- Description List --> | ||
| 649 | <text:list-style style:name="OrgDescriptionList"> | ||
| 650 | <text:list-level-style-number text:level="1" style:num-format=""> | ||
| 651 | <style:list-level-properties text:space-before="0.635cm" text:min-label-width="0.635cm"/> | ||
| 652 | </text:list-level-style-number> | ||
| 653 | <text:list-level-style-number text:level="2" style:num-format=""> | ||
| 654 | <style:list-level-properties text:space-before="1.27cm" text:min-label-width="0.635cm"/> | ||
| 655 | </text:list-level-style-number> | ||
| 656 | <text:list-level-style-number text:level="3" style:num-format=""> | ||
| 657 | <style:list-level-properties text:space-before="1.905cm" text:min-label-width="0.635cm"/> | ||
| 658 | </text:list-level-style-number> | ||
| 659 | <text:list-level-style-number text:level="4" style:num-format=""> | ||
| 660 | <style:list-level-properties text:space-before="2.54cm" text:min-label-width="0.635cm"/> | ||
| 661 | </text:list-level-style-number> | ||
| 662 | <text:list-level-style-number text:level="5" style:num-format=""> | ||
| 663 | <style:list-level-properties text:space-before="3.175cm" text:min-label-width="0.635cm"/> | ||
| 664 | </text:list-level-style-number> | ||
| 665 | <text:list-level-style-number text:level="6" style:num-format=""> | ||
| 666 | <style:list-level-properties text:space-before="3.81cm" text:min-label-width="0.635cm"/> | ||
| 667 | </text:list-level-style-number> | ||
| 668 | <text:list-level-style-number text:level="7" style:num-format=""> | ||
| 669 | <style:list-level-properties text:space-before="4.445cm" text:min-label-width="0.635cm"/> | ||
| 670 | </text:list-level-style-number> | ||
| 671 | <text:list-level-style-number text:level="8" style:num-format=""> | ||
| 672 | <style:list-level-properties text:space-before="5.08cm" text:min-label-width="0.635cm"/> | ||
| 673 | </text:list-level-style-number> | ||
| 674 | <text:list-level-style-number text:level="9" style:num-format=""> | ||
| 675 | <style:list-level-properties text:space-before="5.715cm" text:min-label-width="0.635cm"/> | ||
| 676 | </text:list-level-style-number> | ||
| 677 | <text:list-level-style-number text:level="10" style:num-format=""> | ||
| 678 | <style:list-level-properties text:space-before="6.35cm" text:min-label-width="0.635cm"/> | ||
| 679 | </text:list-level-style-number> | ||
| 680 | </text:list-style> | ||
| 681 | |||
| 682 | <text:list-style style:name="OrgSrcBlockNumberedLine"> | ||
| 683 | <text:list-level-style-number text:level="1" style:num-format="1"> | ||
| 684 | <style:list-level-properties text:space-before="0.635cm" text:min-label-width="0.635cm" text:min-label-distance="0.101cm" fo:text-align="end"/> | ||
| 685 | </text:list-level-style-number> | ||
| 686 | <text:list-level-style-number text:level="2" style:num-format="1"> | ||
| 687 | <style:list-level-properties text:space-before="1.27cm" text:min-label-width="0.635cm" text:min-label-distance="0.101cm" fo:text-align="end"/> | ||
| 688 | </text:list-level-style-number> | ||
| 689 | <text:list-level-style-number text:level="3" style:num-format="1"> | ||
| 690 | <style:list-level-properties text:space-before="1.905cm" text:min-label-width="0.635cm" text:min-label-distance="0.101cm" fo:text-align="end"/> | ||
| 691 | </text:list-level-style-number> | ||
| 692 | <text:list-level-style-number text:level="4" style:num-format="1"> | ||
| 693 | <style:list-level-properties text:space-before="2.54cm" text:min-label-width="0.635cm" text:min-label-distance="0.101cm" fo:text-align="end"/> | ||
| 694 | </text:list-level-style-number> | ||
| 695 | <text:list-level-style-number text:level="5" style:num-format="1"> | ||
| 696 | <style:list-level-properties text:space-before="3.175cm" text:min-label-width="0.635cm" text:min-label-distance="0.101cm" fo:text-align="end"/> | ||
| 697 | </text:list-level-style-number> | ||
| 698 | <text:list-level-style-number text:level="6" style:num-format="1"> | ||
| 699 | <style:list-level-properties text:space-before="3.81cm" text:min-label-width="0.635cm" text:min-label-distance="0.101cm" fo:text-align="end"/> | ||
| 700 | </text:list-level-style-number> | ||
| 701 | <text:list-level-style-number text:level="7" style:num-format="1"> | ||
| 702 | <style:list-level-properties text:space-before="4.445cm" text:min-label-width="0.635cm" text:min-label-distance="0.101cm" fo:text-align="end"/> | ||
| 703 | </text:list-level-style-number> | ||
| 704 | <text:list-level-style-number text:level="8" style:num-format="1"> | ||
| 705 | <style:list-level-properties text:space-before="5.08cm" text:min-label-width="0.635cm" text:min-label-distance="0.101cm" fo:text-align="end"/> | ||
| 706 | </text:list-level-style-number> | ||
| 707 | <text:list-level-style-number text:level="9" style:num-format="1"> | ||
| 708 | <style:list-level-properties text:space-before="5.715cm" text:min-label-width="0.635cm" text:min-label-distance="0.101cm" fo:text-align="end"/> | ||
| 709 | </text:list-level-style-number> | ||
| 710 | <text:list-level-style-number text:level="10" style:num-format="1"> | ||
| 711 | <style:list-level-properties text:space-before="6.35cm" text:min-label-width="0.635cm" text:min-label-distance="0.101cm" fo:text-align="end"/> | ||
| 712 | </text:list-level-style-number> | ||
| 713 | </text:list-style> | ||
| 714 | |||
| 715 | <text:notes-configuration text:note-class="footnote" text:citation-style-name="Footnote_20_Symbol" text:citation-body-style-name="Footnote_20_anchor" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="document"/> | ||
| 716 | <text:notes-configuration text:note-class="endnote" style:num-format="i" text:start-value="0"/> | ||
| 717 | <text:linenumbering-configuration text:number-lines="false" text:offset="0.499cm" style:num-format="1" text:number-position="left" text:increment="5"/> | ||
| 718 | </office:styles> | ||
| 719 | <office:automatic-styles> | ||
| 720 | <style:page-layout style:name="Mpm1"> | ||
| 721 | <style:page-layout-properties fo:page-width="21.001cm" fo:page-height="29.7cm" style:num-format="1" style:print-orientation="portrait" fo:margin-top="2cm" fo:margin-bottom="2cm" fo:margin-left="2cm" fo:margin-right="2cm" style:writing-mode="lr-tb" style:footnote-max-height="0cm"> | ||
| 722 | <style:footnote-sep style:width="0.018cm" style:distance-before-sep="0.101cm" style:distance-after-sep="0.101cm" style:adjustment="left" style:rel-width="25%" style:color="#000000"/> | ||
| 723 | </style:page-layout-properties> | ||
| 724 | <style:header-style/> | ||
| 725 | <style:footer-style/> | ||
| 726 | </style:page-layout> | ||
| 727 | </office:automatic-styles> | ||
| 728 | <office:master-styles> | ||
| 729 | <style:master-page style:name="Standard" style:page-layout-name="Mpm1"/> | ||
| 730 | </office:master-styles> | ||
| 731 | </office:document-styles> | ||
diff --git a/etc/refcards/orgcard.pdf b/etc/refcards/orgcard.pdf index 71f216156f3..92df030d4d2 100644 --- a/etc/refcards/orgcard.pdf +++ b/etc/refcards/orgcard.pdf | |||
| Binary files differ | |||
diff --git a/etc/refcards/orgcard.tex b/etc/refcards/orgcard.tex index 1579a31b8d5..d49cd1e6252 100644 --- a/etc/refcards/orgcard.tex +++ b/etc/refcards/orgcard.tex | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | % Reference Card for Org Mode | 1 | % Reference Card for Org Mode |
| 2 | \def\orgversionnumber{7.7} | 2 | \def\orgversionnumber{7.8.02} |
| 3 | \def\versionyear{2011} % latest update | 3 | \def\versionyear{2011} % latest update |
| 4 | \def\year{2011} % latest copyright year | 4 | \def\year{2011} % latest copyright year |
| 5 | 5 | ||
| @@ -445,6 +445,7 @@ formula, \kbd{:=} a field formula. | |||
| 445 | \key{execute code block at point}{C-c C-c} | 445 | \key{execute code block at point}{C-c C-c} |
| 446 | \key{open results of code block at point}{C-c C-o} | 446 | \key{open results of code block at point}{C-c C-o} |
| 447 | \key{check code block at point for errors}{C-c C-v c} | 447 | \key{check code block at point for errors}{C-c C-v c} |
| 448 | \key{insert a header argument with completion}{C-c C-v j} | ||
| 448 | \key{view expanded body of code block at point}{C-c C-v v} | 449 | \key{view expanded body of code block at point}{C-c C-v v} |
| 449 | \key{view information about code block at point}{C-c C-v I} | 450 | \key{view information about code block at point}{C-c C-v I} |
| 450 | \key{go to named code block}{C-c C-v g} | 451 | \key{go to named code block}{C-c C-v g} |
| @@ -460,7 +461,7 @@ formula, \kbd{:=} a field formula. | |||
| 460 | \key{tangle code blocks in supplied file}{C-c C-v f} | 461 | \key{tangle code blocks in supplied file}{C-c C-v f} |
| 461 | \key{ingest all code blocks in supplied file into the Library of Babel}{C-c C-v i} | 462 | \key{ingest all code blocks in supplied file into the Library of Babel}{C-c C-v i} |
| 462 | \key{switch to the session of the current code block}{C-c C-v z} | 463 | \key{switch to the session of the current code block}{C-c C-v z} |
| 463 | \key{load expanded body of the current code block into a session}{C-c C-v l} | 464 | \key{load the current code block into a session}{C-c C-v l} |
| 464 | \key{view sha1 hash of the current code block}{C-c C-v a} | 465 | \key{view sha1 hash of the current code block}{C-c C-v a} |
| 465 | 466 | ||
| 466 | \section{Completion} | 467 | \section{Completion} |
| @@ -525,7 +526,7 @@ after ``{\tt :}'', and dictionary words elsewhere. | |||
| 525 | \section{Timestamps} | 526 | \section{Timestamps} |
| 526 | 527 | ||
| 527 | \key{prompt for date and insert timestamp}{C-c .} | 528 | \key{prompt for date and insert timestamp}{C-c .} |
| 528 | \key{like \kbd{C-c} . but insert date and time format}{C-u C-c .} | 529 | \key{like \kbd{C-c .} but insert date and time format}{C-u C-c .} |
| 529 | \key{like \kbd{C-c .} but make stamp inactive}{C-c !} % FIXME | 530 | \key{like \kbd{C-c .} but make stamp inactive}{C-c !} % FIXME |
| 530 | \key{insert DEADLINE timestamp}{C-c C-d} | 531 | \key{insert DEADLINE timestamp}{C-c C-d} |
| 531 | \key{insert SCHEDULED timestamp}{C-c C-s} | 532 | \key{insert SCHEDULED timestamp}{C-c C-s} |
| @@ -673,7 +674,7 @@ never exported. | |||
| 673 | 674 | ||
| 674 | \section{Notes} | 675 | \section{Notes} |
| 675 | [1] This is only a suggestion for a binding of this command. Choose | 676 | [1] This is only a suggestion for a binding of this command. Choose |
| 676 | your own key as shown under INSTALLATION. | 677 | your own key as shown under ACTIVATION. |
| 677 | 678 | ||
| 678 | [2] Keybinding affected by {\tt org-support-shift-select} and also | 679 | [2] Keybinding affected by {\tt org-support-shift-select} and also |
| 679 | {\tt org-replace-disputed-keys}. | 680 | {\tt org-replace-disputed-keys}. |
| @@ -686,4 +687,3 @@ your own key as shown under INSTALLATION. | |||
| 686 | % compile-command: "tex refcard" | 687 | % compile-command: "tex refcard" |
| 687 | % End: | 688 | % End: |
| 688 | 689 | ||
| 689 | |||