docxtor 0.1.1 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.ruby-version +1 -1
- data/Gemfile +1 -0
- data/README.md +88 -44
- data/lib/docxtor.rb +3 -0
- data/lib/docxtor/document/builder.rb +18 -3
- data/lib/docxtor/document/element.rb +9 -2
- data/lib/docxtor/generator.rb +7 -2
- data/lib/docxtor/package/builder.rb +2 -11
- data/lib/docxtor/reference_builder.rb +29 -0
- data/lib/docxtor/running_element.rb +69 -0
- data/lib/docxtor/running_elements_builder.rb +18 -0
- data/lib/docxtor/template_parser.rb +3 -10
- data/lib/docxtor/version.rb +1 -1
- data/spec/docxtor/document/builder_spec.rb +2 -4
- data/spec/docxtor/document/paragraph_spec.rb +8 -8
- data/spec/docxtor/document/root_spec.rb +21 -5
- data/spec/docxtor/document/table_of_contents_spec.rb +1 -5
- data/spec/docxtor/docxtor_spec.rb +6 -6
- data/spec/docxtor/package/builder_spec.rb +51 -11
- data/spec/docxtor/reference_builder_spec.rb +27 -0
- data/spec/docxtor/running_element_spec.rb +38 -0
- data/spec/docxtor/running_elements_builder_spec.rb +25 -0
- data/spec/docxtor/support/contexts/xml_builder_context.rb +0 -2
- data/spec/docxtor/template_parser_spec.rb +3 -3
- data/templates/default/[Content_Types].xml +1 -5
- data/templates/default/_rels/.rels +1 -4
- data/templates/default/docProps/app.xml +1 -0
- data/templates/default/docProps/core.xml +1 -0
- metadata +150 -154
- data/spec/docxtor/support/examples/.gitkeep +0 -0
- data/spec/docxtor/support/matchers/wordprocessingml_matchers.rb +0 -42
- data/spec/docxtor/support/matchers/xpath_matchers.rb +0 -46
- data/templates/default/word/_rels/document.xml.rels +0 -13
- data/templates/default/word/endnotes.xml +0 -17
- data/templates/default/word/fontTable.xml +0 -31
- data/templates/default/word/footer1.xml +0 -35
- data/templates/default/word/footer2.xml +0 -48
- data/templates/default/word/footnotes.xml +0 -17
- data/templates/default/word/numbering.xml +0 -212
- data/templates/default/word/settings.xml +0 -107
- data/templates/default/word/styles.xml +0 -368
- data/templates/default/word/theme/theme1.xml +0 -2
- data/templates/default/word/websettings.xml +0 -4
@@ -1,107 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2
|
-
<w:settings xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:sl="http://schemas.openxmlformats.org/schemaLibrary/2006/main" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w10="urn:schemas-microsoft-com:office:word">
|
3
|
-
<w:zoom w:percent="100"/>
|
4
|
-
<w:stylePaneFormatFilter w:val="3F01"/>
|
5
|
-
<w:defaultTabStop w:val="708"/>
|
6
|
-
<w:characterSpacingControl w:val="doNotCompress"/>
|
7
|
-
<w:footnotePr>
|
8
|
-
<w:footnote w:id="0"/>
|
9
|
-
<w:footnote w:id="1"/>
|
10
|
-
</w:footnotePr>
|
11
|
-
<w:endnotePr>
|
12
|
-
<w:endnote w:id="0"/>
|
13
|
-
<w:endnote w:id="1"/>
|
14
|
-
</w:endnotePr>
|
15
|
-
<w:compat/>
|
16
|
-
<w:rsids>
|
17
|
-
<w:rsidRoot w:val="00F8394C"/>
|
18
|
-
<w:rsid w:val="000568F2"/>
|
19
|
-
<w:rsid w:val="000619F9"/>
|
20
|
-
<w:rsid w:val="001A4A26"/>
|
21
|
-
<w:rsid w:val="001A7FAC"/>
|
22
|
-
<w:rsid w:val="001D7964"/>
|
23
|
-
<w:rsid w:val="00213296"/>
|
24
|
-
<w:rsid w:val="002A4DEE"/>
|
25
|
-
<w:rsid w:val="003A46EB"/>
|
26
|
-
<w:rsid w:val="004914B0"/>
|
27
|
-
<w:rsid w:val="00493AC7"/>
|
28
|
-
<w:rsid w:val="004B764D"/>
|
29
|
-
<w:rsid w:val="004C5B98"/>
|
30
|
-
<w:rsid w:val="00545BA6"/>
|
31
|
-
<w:rsid w:val="00560883"/>
|
32
|
-
<w:rsid w:val="00593113"/>
|
33
|
-
<w:rsid w:val="005B73F8"/>
|
34
|
-
<w:rsid w:val="005C48D0"/>
|
35
|
-
<w:rsid w:val="005F1CBA"/>
|
36
|
-
<w:rsid w:val="006B5365"/>
|
37
|
-
<w:rsid w:val="006C3BC7"/>
|
38
|
-
<w:rsid w:val="006D616A"/>
|
39
|
-
<w:rsid w:val="00741162"/>
|
40
|
-
<w:rsid w:val="00780C02"/>
|
41
|
-
<w:rsid w:val="007C4403"/>
|
42
|
-
<w:rsid w:val="007D676D"/>
|
43
|
-
<w:rsid w:val="007F25BC"/>
|
44
|
-
<w:rsid w:val="00837D65"/>
|
45
|
-
<w:rsid w:val="008466B0"/>
|
46
|
-
<w:rsid w:val="008D2C38"/>
|
47
|
-
<w:rsid w:val="008D776A"/>
|
48
|
-
<w:rsid w:val="00915B20"/>
|
49
|
-
<w:rsid w:val="00940665"/>
|
50
|
-
<w:rsid w:val="00942F6D"/>
|
51
|
-
<w:rsid w:val="00964F45"/>
|
52
|
-
<w:rsid w:val="00971FD4"/>
|
53
|
-
<w:rsid w:val="00983214"/>
|
54
|
-
<w:rsid w:val="00986C93"/>
|
55
|
-
<w:rsid w:val="009A27F7"/>
|
56
|
-
<w:rsid w:val="009A3627"/>
|
57
|
-
<w:rsid w:val="00A8280B"/>
|
58
|
-
<w:rsid w:val="00AB1AE9"/>
|
59
|
-
<w:rsid w:val="00AD0DF1"/>
|
60
|
-
<w:rsid w:val="00B10B0D"/>
|
61
|
-
<w:rsid w:val="00B17973"/>
|
62
|
-
<w:rsid w:val="00B64B55"/>
|
63
|
-
<w:rsid w:val="00B86CE1"/>
|
64
|
-
<w:rsid w:val="00BB3342"/>
|
65
|
-
<w:rsid w:val="00BC3687"/>
|
66
|
-
<w:rsid w:val="00BD4B73"/>
|
67
|
-
<w:rsid w:val="00C405C6"/>
|
68
|
-
<w:rsid w:val="00C56D1A"/>
|
69
|
-
<w:rsid w:val="00C70C5F"/>
|
70
|
-
<w:rsid w:val="00CD2348"/>
|
71
|
-
<w:rsid w:val="00D730AB"/>
|
72
|
-
<w:rsid w:val="00D9193A"/>
|
73
|
-
<w:rsid w:val="00DA4CBF"/>
|
74
|
-
<w:rsid w:val="00DB046F"/>
|
75
|
-
<w:rsid w:val="00DC7277"/>
|
76
|
-
<w:rsid w:val="00EE575D"/>
|
77
|
-
<w:rsid w:val="00F631A8"/>
|
78
|
-
<w:rsid w:val="00F8394C"/>
|
79
|
-
<w:rsid w:val="00F96346"/>
|
80
|
-
<w:rsid w:val="00FD511B"/>
|
81
|
-
</w:rsids>
|
82
|
-
<m:mathPr>
|
83
|
-
<m:mathFont m:val="Cambria Math"/>
|
84
|
-
<m:brkBin m:val="before"/>
|
85
|
-
<m:brkBinSub m:val="--"/>
|
86
|
-
<m:smallFrac m:val="off"/>
|
87
|
-
<m:dispDef/>
|
88
|
-
<m:lMargin m:val="0"/>
|
89
|
-
<m:rMargin m:val="0"/>
|
90
|
-
<m:defJc m:val="centerGroup"/>
|
91
|
-
<m:wrapIndent m:val="1440"/>
|
92
|
-
<m:intLim m:val="subSup"/>
|
93
|
-
<m:naryLim m:val="undOvr"/>
|
94
|
-
</m:mathPr>
|
95
|
-
<w:themeFontLang w:val="ru-RU"/>
|
96
|
-
<w:clrSchemeMapping w:accent1="accent1" w:accent2="accent2" w:accent3="accent3" w:accent4="accent4" w:accent5="accent5" w:accent6="accent6" w:bg1="light1" w:bg2="light2" w:followedHyperlink="followedHyperlink" w:hyperlink="hyperlink" w:t1="dark1" w:t2="dark2"/>
|
97
|
-
<w:doNotIncludeSubdocsInStats/>
|
98
|
-
<w:shapeDefaults>
|
99
|
-
<o:shapedefaults spidmax="2050" v:ext="edit"/>
|
100
|
-
<o:shapelayout v:ext="edit">
|
101
|
-
<o:idmap data="1" v:ext="edit"/>
|
102
|
-
</o:shapelayout>
|
103
|
-
</w:shapeDefaults>
|
104
|
-
<w:decimalSymbol w:val=","/>
|
105
|
-
<w:listSeparator w:val=";"/>
|
106
|
-
<w:updateFields w:val="true"/>
|
107
|
-
</w:settings>
|
@@ -1,368 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2
|
-
<w:styles xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main">
|
3
|
-
<w:docDefaults>
|
4
|
-
<w:rPrDefault>
|
5
|
-
<w:rPr>
|
6
|
-
<w:rFonts w:ascii="Times New Roman" w:cs="Times New Roman" w:eastAsia="Times New Roman" w:hAnsi="Times New Roman"/>
|
7
|
-
<w:lang w:bidi="ar-SA" w:eastAsia="ru-RU" w:val="ru-RU"/>
|
8
|
-
</w:rPr>
|
9
|
-
</w:rPrDefault>
|
10
|
-
<w:pPrDefault/>
|
11
|
-
</w:docDefaults>
|
12
|
-
<w:latentStyles w:count="267" w:defLockedState="0" w:defQFormat="0" w:defSemiHidden="0" w:defUIPriority="0" w:defUnhideWhenUsed="0">
|
13
|
-
<w:lsdException w:name="Normal" w:qFormat="1"/>
|
14
|
-
<w:lsdException w:name="heading 1" w:qFormat="1"/>
|
15
|
-
<w:lsdException w:name="heading 2" w:qFormat="1"/>
|
16
|
-
<w:lsdException w:name="heading 3" w:qFormat="1"/>
|
17
|
-
<w:lsdException w:name="heading 4" w:qFormat="1" w:semiHidden="1" w:unhideWhenUsed="1"/>
|
18
|
-
<w:lsdException w:name="heading 5" w:qFormat="1" w:semiHidden="1" w:unhideWhenUsed="1"/>
|
19
|
-
<w:lsdException w:name="heading 6" w:qFormat="1" w:semiHidden="1" w:unhideWhenUsed="1"/>
|
20
|
-
<w:lsdException w:name="heading 7" w:qFormat="1" w:semiHidden="1" w:unhideWhenUsed="1"/>
|
21
|
-
<w:lsdException w:name="heading 8" w:qFormat="1" w:semiHidden="1" w:unhideWhenUsed="1"/>
|
22
|
-
<w:lsdException w:name="heading 9" w:qFormat="1" w:semiHidden="1" w:unhideWhenUsed="1"/>
|
23
|
-
<w:lsdException w:name="toc 1" w:uiPriority="39"/>
|
24
|
-
<w:lsdException w:name="caption" w:qFormat="1" w:semiHidden="1" w:unhideWhenUsed="1"/>
|
25
|
-
<w:lsdException w:name="Title" w:qFormat="1"/>
|
26
|
-
<w:lsdException w:name="Subtitle" w:qFormat="1"/>
|
27
|
-
<w:lsdException w:name="Hyperlink" w:uiPriority="99"/>
|
28
|
-
<w:lsdException w:name="Strong" w:qFormat="1"/>
|
29
|
-
<w:lsdException w:name="Emphasis" w:qFormat="1"/>
|
30
|
-
<w:lsdException w:name="Placeholder Text" w:semiHidden="1" w:uiPriority="99"/>
|
31
|
-
<w:lsdException w:name="No Spacing" w:qFormat="1" w:uiPriority="1"/>
|
32
|
-
<w:lsdException w:name="Light Shading" w:uiPriority="60"/>
|
33
|
-
<w:lsdException w:name="Light List" w:uiPriority="61"/>
|
34
|
-
<w:lsdException w:name="Light Grid" w:uiPriority="62"/>
|
35
|
-
<w:lsdException w:name="Medium Shading 1" w:uiPriority="63"/>
|
36
|
-
<w:lsdException w:name="Medium Shading 2" w:uiPriority="64"/>
|
37
|
-
<w:lsdException w:name="Medium List 1" w:uiPriority="65"/>
|
38
|
-
<w:lsdException w:name="Medium List 2" w:uiPriority="66"/>
|
39
|
-
<w:lsdException w:name="Medium Grid 1" w:uiPriority="67"/>
|
40
|
-
<w:lsdException w:name="Medium Grid 2" w:uiPriority="68"/>
|
41
|
-
<w:lsdException w:name="Medium Grid 3" w:uiPriority="69"/>
|
42
|
-
<w:lsdException w:name="Dark List" w:uiPriority="70"/>
|
43
|
-
<w:lsdException w:name="Colorful Shading" w:uiPriority="71"/>
|
44
|
-
<w:lsdException w:name="Colorful List" w:uiPriority="72"/>
|
45
|
-
<w:lsdException w:name="Colorful Grid" w:uiPriority="73"/>
|
46
|
-
<w:lsdException w:name="Light Shading Accent 1" w:uiPriority="60"/>
|
47
|
-
<w:lsdException w:name="Light List Accent 1" w:uiPriority="61"/>
|
48
|
-
<w:lsdException w:name="Light Grid Accent 1" w:uiPriority="62"/>
|
49
|
-
<w:lsdException w:name="Medium Shading 1 Accent 1" w:uiPriority="63"/>
|
50
|
-
<w:lsdException w:name="Medium Shading 2 Accent 1" w:uiPriority="64"/>
|
51
|
-
<w:lsdException w:name="Medium List 1 Accent 1" w:uiPriority="65"/>
|
52
|
-
<w:lsdException w:name="Revision" w:semiHidden="1" w:uiPriority="99"/>
|
53
|
-
<w:lsdException w:name="List Paragraph" w:qFormat="1" w:uiPriority="34"/>
|
54
|
-
<w:lsdException w:name="Quote" w:qFormat="1" w:uiPriority="29"/>
|
55
|
-
<w:lsdException w:name="Intense Quote" w:qFormat="1" w:uiPriority="30"/>
|
56
|
-
<w:lsdException w:name="Medium List 2 Accent 1" w:uiPriority="66"/>
|
57
|
-
<w:lsdException w:name="Medium Grid 1 Accent 1" w:uiPriority="67"/>
|
58
|
-
<w:lsdException w:name="Medium Grid 2 Accent 1" w:uiPriority="68"/>
|
59
|
-
<w:lsdException w:name="Medium Grid 3 Accent 1" w:uiPriority="69"/>
|
60
|
-
<w:lsdException w:name="Dark List Accent 1" w:uiPriority="70"/>
|
61
|
-
<w:lsdException w:name="Colorful Shading Accent 1" w:uiPriority="71"/>
|
62
|
-
<w:lsdException w:name="Colorful List Accent 1" w:uiPriority="72"/>
|
63
|
-
<w:lsdException w:name="Colorful Grid Accent 1" w:uiPriority="73"/>
|
64
|
-
<w:lsdException w:name="Light Shading Accent 2" w:uiPriority="60"/>
|
65
|
-
<w:lsdException w:name="Light List Accent 2" w:uiPriority="61"/>
|
66
|
-
<w:lsdException w:name="Light Grid Accent 2" w:uiPriority="62"/>
|
67
|
-
<w:lsdException w:name="Medium Shading 1 Accent 2" w:uiPriority="63"/>
|
68
|
-
<w:lsdException w:name="Medium Shading 2 Accent 2" w:uiPriority="64"/>
|
69
|
-
<w:lsdException w:name="Medium List 1 Accent 2" w:uiPriority="65"/>
|
70
|
-
<w:lsdException w:name="Medium List 2 Accent 2" w:uiPriority="66"/>
|
71
|
-
<w:lsdException w:name="Medium Grid 1 Accent 2" w:uiPriority="67"/>
|
72
|
-
<w:lsdException w:name="Medium Grid 2 Accent 2" w:uiPriority="68"/>
|
73
|
-
<w:lsdException w:name="Medium Grid 3 Accent 2" w:uiPriority="69"/>
|
74
|
-
<w:lsdException w:name="Dark List Accent 2" w:uiPriority="70"/>
|
75
|
-
<w:lsdException w:name="Colorful Shading Accent 2" w:uiPriority="71"/>
|
76
|
-
<w:lsdException w:name="Colorful List Accent 2" w:uiPriority="72"/>
|
77
|
-
<w:lsdException w:name="Colorful Grid Accent 2" w:uiPriority="73"/>
|
78
|
-
<w:lsdException w:name="Light Shading Accent 3" w:uiPriority="60"/>
|
79
|
-
<w:lsdException w:name="Light List Accent 3" w:uiPriority="61"/>
|
80
|
-
<w:lsdException w:name="Light Grid Accent 3" w:uiPriority="62"/>
|
81
|
-
<w:lsdException w:name="Medium Shading 1 Accent 3" w:uiPriority="63"/>
|
82
|
-
<w:lsdException w:name="Medium Shading 2 Accent 3" w:uiPriority="64"/>
|
83
|
-
<w:lsdException w:name="Medium List 1 Accent 3" w:uiPriority="65"/>
|
84
|
-
<w:lsdException w:name="Medium List 2 Accent 3" w:uiPriority="66"/>
|
85
|
-
<w:lsdException w:name="Medium Grid 1 Accent 3" w:uiPriority="67"/>
|
86
|
-
<w:lsdException w:name="Medium Grid 2 Accent 3" w:uiPriority="68"/>
|
87
|
-
<w:lsdException w:name="Medium Grid 3 Accent 3" w:uiPriority="69"/>
|
88
|
-
<w:lsdException w:name="Dark List Accent 3" w:uiPriority="70"/>
|
89
|
-
<w:lsdException w:name="Colorful Shading Accent 3" w:uiPriority="71"/>
|
90
|
-
<w:lsdException w:name="Colorful List Accent 3" w:uiPriority="72"/>
|
91
|
-
<w:lsdException w:name="Colorful Grid Accent 3" w:uiPriority="73"/>
|
92
|
-
<w:lsdException w:name="Light Shading Accent 4" w:uiPriority="60"/>
|
93
|
-
<w:lsdException w:name="Light List Accent 4" w:uiPriority="61"/>
|
94
|
-
<w:lsdException w:name="Light Grid Accent 4" w:uiPriority="62"/>
|
95
|
-
<w:lsdException w:name="Medium Shading 1 Accent 4" w:uiPriority="63"/>
|
96
|
-
<w:lsdException w:name="Medium Shading 2 Accent 4" w:uiPriority="64"/>
|
97
|
-
<w:lsdException w:name="Medium List 1 Accent 4" w:uiPriority="65"/>
|
98
|
-
<w:lsdException w:name="Medium List 2 Accent 4" w:uiPriority="66"/>
|
99
|
-
<w:lsdException w:name="Medium Grid 1 Accent 4" w:uiPriority="67"/>
|
100
|
-
<w:lsdException w:name="Medium Grid 2 Accent 4" w:uiPriority="68"/>
|
101
|
-
<w:lsdException w:name="Medium Grid 3 Accent 4" w:uiPriority="69"/>
|
102
|
-
<w:lsdException w:name="Dark List Accent 4" w:uiPriority="70"/>
|
103
|
-
<w:lsdException w:name="Colorful Shading Accent 4" w:uiPriority="71"/>
|
104
|
-
<w:lsdException w:name="Colorful List Accent 4" w:uiPriority="72"/>
|
105
|
-
<w:lsdException w:name="Colorful Grid Accent 4" w:uiPriority="73"/>
|
106
|
-
<w:lsdException w:name="Light Shading Accent 5" w:uiPriority="60"/>
|
107
|
-
<w:lsdException w:name="Light List Accent 5" w:uiPriority="61"/>
|
108
|
-
<w:lsdException w:name="Light Grid Accent 5" w:uiPriority="62"/>
|
109
|
-
<w:lsdException w:name="Medium Shading 1 Accent 5" w:uiPriority="63"/>
|
110
|
-
<w:lsdException w:name="Medium Shading 2 Accent 5" w:uiPriority="64"/>
|
111
|
-
<w:lsdException w:name="Medium List 1 Accent 5" w:uiPriority="65"/>
|
112
|
-
<w:lsdException w:name="Medium List 2 Accent 5" w:uiPriority="66"/>
|
113
|
-
<w:lsdException w:name="Medium Grid 1 Accent 5" w:uiPriority="67"/>
|
114
|
-
<w:lsdException w:name="Medium Grid 2 Accent 5" w:uiPriority="68"/>
|
115
|
-
<w:lsdException w:name="Medium Grid 3 Accent 5" w:uiPriority="69"/>
|
116
|
-
<w:lsdException w:name="Dark List Accent 5" w:uiPriority="70"/>
|
117
|
-
<w:lsdException w:name="Colorful Shading Accent 5" w:uiPriority="71"/>
|
118
|
-
<w:lsdException w:name="Colorful List Accent 5" w:uiPriority="72"/>
|
119
|
-
<w:lsdException w:name="Colorful Grid Accent 5" w:uiPriority="73"/>
|
120
|
-
<w:lsdException w:name="Light Shading Accent 6" w:uiPriority="60"/>
|
121
|
-
<w:lsdException w:name="Light List Accent 6" w:uiPriority="61"/>
|
122
|
-
<w:lsdException w:name="Light Grid Accent 6" w:uiPriority="62"/>
|
123
|
-
<w:lsdException w:name="Medium Shading 1 Accent 6" w:uiPriority="63"/>
|
124
|
-
<w:lsdException w:name="Medium Shading 2 Accent 6" w:uiPriority="64"/>
|
125
|
-
<w:lsdException w:name="Medium List 1 Accent 6" w:uiPriority="65"/>
|
126
|
-
<w:lsdException w:name="Medium List 2 Accent 6" w:uiPriority="66"/>
|
127
|
-
<w:lsdException w:name="Medium Grid 1 Accent 6" w:uiPriority="67"/>
|
128
|
-
<w:lsdException w:name="Medium Grid 2 Accent 6" w:uiPriority="68"/>
|
129
|
-
<w:lsdException w:name="Medium Grid 3 Accent 6" w:uiPriority="69"/>
|
130
|
-
<w:lsdException w:name="Dark List Accent 6" w:uiPriority="70"/>
|
131
|
-
<w:lsdException w:name="Colorful Shading Accent 6" w:uiPriority="71"/>
|
132
|
-
<w:lsdException w:name="Colorful List Accent 6" w:uiPriority="72"/>
|
133
|
-
<w:lsdException w:name="Colorful Grid Accent 6" w:uiPriority="73"/>
|
134
|
-
<w:lsdException w:name="Subtle Emphasis" w:qFormat="1" w:uiPriority="19"/>
|
135
|
-
<w:lsdException w:name="Intense Emphasis" w:qFormat="1" w:uiPriority="21"/>
|
136
|
-
<w:lsdException w:name="Subtle Reference" w:qFormat="1" w:uiPriority="31"/>
|
137
|
-
<w:lsdException w:name="Intense Reference" w:qFormat="1" w:uiPriority="32"/>
|
138
|
-
<w:lsdException w:name="Book Title" w:qFormat="1" w:uiPriority="33"/>
|
139
|
-
<w:lsdException w:name="Bibliography" w:semiHidden="1" w:uiPriority="37" w:unhideWhenUsed="1"/>
|
140
|
-
</w:latentStyles>
|
141
|
-
<w:style w:default="1" w:styleId="a" w:type="paragraph">
|
142
|
-
<w:name w:val="Normal"/>
|
143
|
-
<w:qFormat/>
|
144
|
-
<w:rPr>
|
145
|
-
<w:sz w:val="24"/>
|
146
|
-
<w:szCs w:val="24"/>
|
147
|
-
</w:rPr>
|
148
|
-
</w:style>
|
149
|
-
<w:style w:styleId="1" w:type="paragraph">
|
150
|
-
<w:name w:val="heading 1"/>
|
151
|
-
<w:basedOn w:val="a"/>
|
152
|
-
<w:next w:val="a"/>
|
153
|
-
<w:qFormat/>
|
154
|
-
<w:pPr>
|
155
|
-
<w:keepNext/>
|
156
|
-
<w:spacing w:after="60" w:before="240"/>
|
157
|
-
<w:outlineLvl w:val="0"/>
|
158
|
-
</w:pPr>
|
159
|
-
<w:rPr>
|
160
|
-
<w:rFonts w:cs="Arial"/>
|
161
|
-
<w:b/>
|
162
|
-
<w:bCs/>
|
163
|
-
<w:kern w:val="32"/>
|
164
|
-
<w:szCs w:val="32"/>
|
165
|
-
</w:rPr>
|
166
|
-
</w:style>
|
167
|
-
<w:style w:styleId="2" w:type="paragraph">
|
168
|
-
<w:name w:val="heading 2"/>
|
169
|
-
<w:basedOn w:val="a"/>
|
170
|
-
<w:next w:val="a"/>
|
171
|
-
<w:qFormat/>
|
172
|
-
<w:pPr>
|
173
|
-
<w:keepNext/>
|
174
|
-
<w:spacing w:after="60" w:before="240"/>
|
175
|
-
<w:outlineLvl w:val="1"/>
|
176
|
-
</w:pPr>
|
177
|
-
<w:rPr>
|
178
|
-
<w:rFonts w:ascii="Arial" w:cs="Arial" w:hAnsi="Arial"/>
|
179
|
-
<w:b/>
|
180
|
-
<w:bCs/>
|
181
|
-
<w:i/>
|
182
|
-
<w:iCs/>
|
183
|
-
<w:sz w:val="28"/>
|
184
|
-
<w:szCs w:val="28"/>
|
185
|
-
</w:rPr>
|
186
|
-
</w:style>
|
187
|
-
<w:style w:styleId="3" w:type="paragraph">
|
188
|
-
<w:name w:val="heading 3"/>
|
189
|
-
<w:basedOn w:val="a"/>
|
190
|
-
<w:next w:val="a"/>
|
191
|
-
<w:qFormat/>
|
192
|
-
<w:pPr>
|
193
|
-
<w:keepNext/>
|
194
|
-
<w:spacing w:after="60" w:before="240"/>
|
195
|
-
<w:outlineLvl w:val="2"/>
|
196
|
-
</w:pPr>
|
197
|
-
<w:rPr>
|
198
|
-
<w:rFonts w:ascii="Arial" w:cs="Arial" w:hAnsi="Arial"/>
|
199
|
-
<w:b/>
|
200
|
-
<w:bCs/>
|
201
|
-
<w:sz w:val="26"/>
|
202
|
-
<w:szCs w:val="26"/>
|
203
|
-
</w:rPr>
|
204
|
-
</w:style>
|
205
|
-
<w:style w:default="1" w:styleId="a0" w:type="character">
|
206
|
-
<w:name w:val="Default Paragraph Font"/>
|
207
|
-
<w:semiHidden/>
|
208
|
-
</w:style>
|
209
|
-
<w:style w:default="1" w:styleId="a1" w:type="table">
|
210
|
-
<w:name w:val="Normal Table"/>
|
211
|
-
<w:semiHidden/>
|
212
|
-
<w:tblPr>
|
213
|
-
<w:tblInd w:type="dxa" w:w="0"/>
|
214
|
-
<w:tblCellMar>
|
215
|
-
<w:top w:type="dxa" w:w="0"/>
|
216
|
-
<w:left w:type="dxa" w:w="108"/>
|
217
|
-
<w:bottom w:type="dxa" w:w="0"/>
|
218
|
-
<w:right w:type="dxa" w:w="108"/>
|
219
|
-
</w:tblCellMar>
|
220
|
-
</w:tblPr>
|
221
|
-
</w:style>
|
222
|
-
<w:style w:default="1" w:styleId="a2" w:type="numbering">
|
223
|
-
<w:name w:val="No List"/>
|
224
|
-
<w:semiHidden/>
|
225
|
-
</w:style>
|
226
|
-
<w:style w:customStyle="1" w:styleId="defprnRUSSelStyle" w:type="paragraph">
|
227
|
-
<w:name w:val="defprn_RUS_SelStyle"/>
|
228
|
-
<w:basedOn w:val="a"/>
|
229
|
-
<w:autoRedefine/>
|
230
|
-
<w:pPr>
|
231
|
-
<w:keepNext/>
|
232
|
-
<w:keepLines/>
|
233
|
-
<w:pBdr>
|
234
|
-
<w:top w:color="auto" w:shadow="1" w:space="1" w:sz="8" w:val="single"/>
|
235
|
-
<w:left w:color="auto" w:shadow="1" w:space="4" w:sz="8" w:val="single"/>
|
236
|
-
<w:bottom w:color="auto" w:shadow="1" w:space="1" w:sz="8" w:val="single"/>
|
237
|
-
<w:right w:color="auto" w:shadow="1" w:space="4" w:sz="8" w:val="single"/>
|
238
|
-
</w:pBdr>
|
239
|
-
<w:spacing w:after="120" w:before="240"/>
|
240
|
-
<w:jc w:val="center"/>
|
241
|
-
</w:pPr>
|
242
|
-
<w:rPr>
|
243
|
-
<w:noProof/>
|
244
|
-
<w:color w:val="000000"/>
|
245
|
-
<w:spacing w:val="80"/>
|
246
|
-
<w:sz w:val="20"/>
|
247
|
-
<w:szCs w:val="20"/>
|
248
|
-
</w:rPr>
|
249
|
-
</w:style>
|
250
|
-
<w:style w:styleId="a3" w:type="paragraph">
|
251
|
-
<w:name w:val="footer"/>
|
252
|
-
<w:basedOn w:val="a"/>
|
253
|
-
<w:pPr>
|
254
|
-
<w:tabs>
|
255
|
-
<w:tab w:pos="4677" w:val="center"/>
|
256
|
-
<w:tab w:pos="9355" w:val="right"/>
|
257
|
-
</w:tabs>
|
258
|
-
</w:pPr>
|
259
|
-
</w:style>
|
260
|
-
<w:style w:styleId="a4" w:type="character">
|
261
|
-
<w:name w:val="page number"/>
|
262
|
-
<w:basedOn w:val="a0"/>
|
263
|
-
</w:style>
|
264
|
-
<w:style w:styleId="10" w:type="paragraph">
|
265
|
-
<w:name w:val="toc 1"/>
|
266
|
-
<w:basedOn w:val="a"/>
|
267
|
-
<w:next w:val="a"/>
|
268
|
-
<w:autoRedefine/>
|
269
|
-
<w:uiPriority w:val="39"/>
|
270
|
-
</w:style>
|
271
|
-
<w:style w:styleId="a5" w:type="character">
|
272
|
-
<w:name w:val="Hyperlink"/>
|
273
|
-
<w:basedOn w:val="a0"/>
|
274
|
-
<w:uiPriority w:val="99"/>
|
275
|
-
<w:rPr>
|
276
|
-
<w:color w:val="0000FF"/>
|
277
|
-
<w:u w:val="single"/>
|
278
|
-
</w:rPr>
|
279
|
-
</w:style>
|
280
|
-
<w:style w:styleId="a6" w:type="paragraph">
|
281
|
-
<w:name w:val="Body Text"/>
|
282
|
-
<w:basedOn w:val="a"/>
|
283
|
-
<w:rPr>
|
284
|
-
<w:b/>
|
285
|
-
<w:bCs/>
|
286
|
-
</w:rPr>
|
287
|
-
</w:style>
|
288
|
-
<w:style w:styleId="20" w:type="paragraph">
|
289
|
-
<w:name w:val="toc 2"/>
|
290
|
-
<w:basedOn w:val="a"/>
|
291
|
-
<w:next w:val="a"/>
|
292
|
-
<w:autoRedefine/>
|
293
|
-
<w:semiHidden/>
|
294
|
-
<w:pPr>
|
295
|
-
<w:ind w:left="240"/>
|
296
|
-
</w:pPr>
|
297
|
-
</w:style>
|
298
|
-
<w:style w:styleId="30" w:type="paragraph">
|
299
|
-
<w:name w:val="toc 3"/>
|
300
|
-
<w:basedOn w:val="a"/>
|
301
|
-
<w:next w:val="a"/>
|
302
|
-
<w:autoRedefine/>
|
303
|
-
<w:semiHidden/>
|
304
|
-
<w:pPr>
|
305
|
-
<w:ind w:left="480"/>
|
306
|
-
</w:pPr>
|
307
|
-
</w:style>
|
308
|
-
<w:style w:styleId="4" w:type="paragraph">
|
309
|
-
<w:name w:val="toc 4"/>
|
310
|
-
<w:basedOn w:val="a"/>
|
311
|
-
<w:next w:val="a"/>
|
312
|
-
<w:autoRedefine/>
|
313
|
-
<w:semiHidden/>
|
314
|
-
<w:pPr>
|
315
|
-
<w:ind w:left="720"/>
|
316
|
-
</w:pPr>
|
317
|
-
</w:style>
|
318
|
-
<w:style w:styleId="5" w:type="paragraph">
|
319
|
-
<w:name w:val="toc 5"/>
|
320
|
-
<w:basedOn w:val="a"/>
|
321
|
-
<w:next w:val="a"/>
|
322
|
-
<w:autoRedefine/>
|
323
|
-
<w:semiHidden/>
|
324
|
-
<w:pPr>
|
325
|
-
<w:ind w:left="960"/>
|
326
|
-
</w:pPr>
|
327
|
-
</w:style>
|
328
|
-
<w:style w:styleId="6" w:type="paragraph">
|
329
|
-
<w:name w:val="toc 6"/>
|
330
|
-
<w:basedOn w:val="a"/>
|
331
|
-
<w:next w:val="a"/>
|
332
|
-
<w:autoRedefine/>
|
333
|
-
<w:semiHidden/>
|
334
|
-
<w:pPr>
|
335
|
-
<w:ind w:left="1200"/>
|
336
|
-
</w:pPr>
|
337
|
-
</w:style>
|
338
|
-
<w:style w:styleId="7" w:type="paragraph">
|
339
|
-
<w:name w:val="toc 7"/>
|
340
|
-
<w:basedOn w:val="a"/>
|
341
|
-
<w:next w:val="a"/>
|
342
|
-
<w:autoRedefine/>
|
343
|
-
<w:semiHidden/>
|
344
|
-
<w:pPr>
|
345
|
-
<w:ind w:left="1440"/>
|
346
|
-
</w:pPr>
|
347
|
-
</w:style>
|
348
|
-
<w:style w:styleId="8" w:type="paragraph">
|
349
|
-
<w:name w:val="toc 8"/>
|
350
|
-
<w:basedOn w:val="a"/>
|
351
|
-
<w:next w:val="a"/>
|
352
|
-
<w:autoRedefine/>
|
353
|
-
<w:semiHidden/>
|
354
|
-
<w:pPr>
|
355
|
-
<w:ind w:left="1680"/>
|
356
|
-
</w:pPr>
|
357
|
-
</w:style>
|
358
|
-
<w:style w:styleId="9" w:type="paragraph">
|
359
|
-
<w:name w:val="toc 9"/>
|
360
|
-
<w:basedOn w:val="a"/>
|
361
|
-
<w:next w:val="a"/>
|
362
|
-
<w:autoRedefine/>
|
363
|
-
<w:semiHidden/>
|
364
|
-
<w:pPr>
|
365
|
-
<w:ind w:left="1920"/>
|
366
|
-
</w:pPr>
|
367
|
-
</w:style>
|
368
|
-
</w:styles>
|