@adobe/helix-md2docx 1.3.11 → 1.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +4 -4
  3. package/src/mdast2docx/handlers/table.js +16 -8
  4. package/src/mdast2docx/handlers/tableCell.js +10 -1
  5. package/src/mdast2docx/handlers/tableRow.js +2 -7
  6. package/src/mdast2docx/hast-table-handler.js +3 -3
  7. package/src/mdast2docx/template/[Content_Types].xml +39 -41
  8. package/src/mdast2docx/template/docProps/app.xml +40 -20
  9. package/src/mdast2docx/template/docProps/core.xml +12 -12
  10. package/src/mdast2docx/template/word/_rels/document.xml.rels +36 -51
  11. package/src/mdast2docx/template/word/document.xml +1907 -1116
  12. package/src/mdast2docx/template/word/fontTable.xml +105 -58
  13. package/src/mdast2docx/template/word/media/image1.png +0 -0
  14. package/src/mdast2docx/template/word/numbering.xml +622 -277
  15. package/src/mdast2docx/template/word/settings.xml +140 -91
  16. package/src/mdast2docx/template/word/styles.xml +1815 -1084
  17. package/src/mdast2docx/template/word/theme/theme1.xml +490 -296
  18. package/src/mdast2docx/template/word/webSettings.xml +13 -40
  19. package/src/mdast2docx/template.docx +0 -0
  20. package/src/mdast2docx/template/word/_rels/settings.xml.rels +0 -7
  21. package/src/mdast2docx/template/word/endnotes.xml +0 -56
  22. package/src/mdast2docx/template/word/footer1.xml +0 -39
  23. package/src/mdast2docx/template/word/footer2.xml +0 -39
  24. package/src/mdast2docx/template/word/footer3.xml +0 -39
  25. package/src/mdast2docx/template/word/footnotes.xml +0 -56
  26. package/src/mdast2docx/template/word/header1.xml +0 -39
  27. package/src/mdast2docx/template/word/header2.xml +0 -39
  28. package/src/mdast2docx/template/word/header3.xml +0 -39
@@ -1,40 +1,13 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
- <w:webSettings xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
3
- xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
4
- xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
5
- xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml"
6
- xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml"
7
- xmlns:w16cex="http://schemas.microsoft.com/office/word/2018/wordml/cex"
8
- xmlns:w16cid="http://schemas.microsoft.com/office/word/2016/wordml/cid"
9
- xmlns:w16="http://schemas.microsoft.com/office/word/2018/wordml"
10
- xmlns:w16se="http://schemas.microsoft.com/office/word/2015/wordml/symex"
11
- mc:Ignorable="w14 w15 w16se w16cid w16 w16cex">
12
- <w:divs>
13
- <w:div w:id="546988763">
14
- <w:bodyDiv w:val="1"/>
15
- <w:marLeft w:val="0"/>
16
- <w:marRight w:val="0"/>
17
- <w:marTop w:val="0"/>
18
- <w:marBottom w:val="0"/>
19
- <w:divBdr>
20
- <w:top w:val="none" w:sz="0" w:space="0" w:color="auto"/>
21
- <w:left w:val="none" w:sz="0" w:space="0" w:color="auto"/>
22
- <w:bottom w:val="none" w:sz="0" w:space="0" w:color="auto"/>
23
- <w:right w:val="none" w:sz="0" w:space="0" w:color="auto"/>
24
- </w:divBdr>
25
- </w:div>
26
- <w:div w:id="1306471761">
27
- <w:bodyDiv w:val="1"/>
28
- <w:marLeft w:val="0"/>
29
- <w:marRight w:val="0"/>
30
- <w:marTop w:val="0"/>
31
- <w:marBottom w:val="0"/>
32
- <w:divBdr>
33
- <w:top w:val="none" w:sz="0" w:space="0" w:color="auto"/>
34
- <w:left w:val="none" w:sz="0" w:space="0" w:color="auto"/>
35
- <w:bottom w:val="none" w:sz="0" w:space="0" w:color="auto"/>
36
- <w:right w:val="none" w:sz="0" w:space="0" w:color="auto"/>
37
- </w:divBdr>
38
- </w:div>
39
- </w:divs>
40
- </w:webSettings>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
+ <w:webSettings
3
+ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
4
+ xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
5
+ xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
6
+ xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml"
7
+ xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml"
8
+ xmlns:w16cex="http://schemas.microsoft.com/office/word/2018/wordml/cex"
9
+ xmlns:w16cid="http://schemas.microsoft.com/office/word/2016/wordml/cid"
10
+ xmlns:w16="http://schemas.microsoft.com/office/word/2018/wordml"
11
+ xmlns:w16sdtdh="http://schemas.microsoft.com/office/word/2020/wordml/sdtdatahash"
12
+ xmlns:w16se="http://schemas.microsoft.com/office/word/2015/wordml/symex"
13
+ mc:Ignorable="w14 w15 w16se w16cid w16 w16cex w16sdtdh"/>
Binary file
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
- <Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
3
- <Relationship Id="rId1"
4
- Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/attachedTemplate"
5
- Target="file:////Users/tripod/codez/helix/helix-word2md/src/mdast2docx/template.dotx"
6
- TargetMode="External"/>
7
- </Relationships>
@@ -1,56 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
- <w:endnotes xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas"
3
- xmlns:cx="http://schemas.microsoft.com/office/drawing/2014/chartex"
4
- xmlns:cx1="http://schemas.microsoft.com/office/drawing/2015/9/8/chartex"
5
- xmlns:cx2="http://schemas.microsoft.com/office/drawing/2015/10/21/chartex"
6
- xmlns:cx3="http://schemas.microsoft.com/office/drawing/2016/5/9/chartex"
7
- xmlns:cx4="http://schemas.microsoft.com/office/drawing/2016/5/10/chartex"
8
- xmlns:cx5="http://schemas.microsoft.com/office/drawing/2016/5/11/chartex"
9
- xmlns:cx6="http://schemas.microsoft.com/office/drawing/2016/5/12/chartex"
10
- xmlns:cx7="http://schemas.microsoft.com/office/drawing/2016/5/13/chartex"
11
- xmlns:cx8="http://schemas.microsoft.com/office/drawing/2016/5/14/chartex"
12
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
13
- xmlns:aink="http://schemas.microsoft.com/office/drawing/2016/ink"
14
- xmlns:am3d="http://schemas.microsoft.com/office/drawing/2017/model3d"
15
- xmlns:o="urn:schemas-microsoft-com:office:office"
16
- xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
17
- xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
18
- xmlns:v="urn:schemas-microsoft-com:vml"
19
- xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing"
20
- xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing"
21
- xmlns:w10="urn:schemas-microsoft-com:office:word"
22
- xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
23
- xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml"
24
- xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml"
25
- xmlns:w16cex="http://schemas.microsoft.com/office/word/2018/wordml/cex"
26
- xmlns:w16cid="http://schemas.microsoft.com/office/word/2016/wordml/cid"
27
- xmlns:w16="http://schemas.microsoft.com/office/word/2018/wordml"
28
- xmlns:w16se="http://schemas.microsoft.com/office/word/2015/wordml/symex"
29
- xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup"
30
- xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk"
31
- xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml"
32
- xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape"
33
- mc:Ignorable="w14 w15 w16se w16cid w16 w16cex wp14">
34
- <w:endnote w:type="separator" w:id="-1">
35
- <w:p w14:paraId="7F85805D" w14:textId="77777777" w:rsidR="00D52A4F"
36
- w:rsidRDefault="00D52A4F">
37
- <w:pPr>
38
- <w:spacing w:after="0"/>
39
- </w:pPr>
40
- <w:r>
41
- <w:separator/>
42
- </w:r>
43
- </w:p>
44
- </w:endnote>
45
- <w:endnote w:type="continuationSeparator" w:id="0">
46
- <w:p w14:paraId="24313E5D" w14:textId="77777777" w:rsidR="00D52A4F"
47
- w:rsidRDefault="00D52A4F">
48
- <w:pPr>
49
- <w:spacing w:after="0"/>
50
- </w:pPr>
51
- <w:r>
52
- <w:continuationSeparator/>
53
- </w:r>
54
- </w:p>
55
- </w:endnote>
56
- </w:endnotes>
@@ -1,39 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
- <w:ftr xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas"
3
- xmlns:cx="http://schemas.microsoft.com/office/drawing/2014/chartex"
4
- xmlns:cx1="http://schemas.microsoft.com/office/drawing/2015/9/8/chartex"
5
- xmlns:cx2="http://schemas.microsoft.com/office/drawing/2015/10/21/chartex"
6
- xmlns:cx3="http://schemas.microsoft.com/office/drawing/2016/5/9/chartex"
7
- xmlns:cx4="http://schemas.microsoft.com/office/drawing/2016/5/10/chartex"
8
- xmlns:cx5="http://schemas.microsoft.com/office/drawing/2016/5/11/chartex"
9
- xmlns:cx6="http://schemas.microsoft.com/office/drawing/2016/5/12/chartex"
10
- xmlns:cx7="http://schemas.microsoft.com/office/drawing/2016/5/13/chartex"
11
- xmlns:cx8="http://schemas.microsoft.com/office/drawing/2016/5/14/chartex"
12
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
13
- xmlns:aink="http://schemas.microsoft.com/office/drawing/2016/ink"
14
- xmlns:am3d="http://schemas.microsoft.com/office/drawing/2017/model3d"
15
- xmlns:o="urn:schemas-microsoft-com:office:office"
16
- xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
17
- xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
18
- xmlns:v="urn:schemas-microsoft-com:vml"
19
- xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing"
20
- xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing"
21
- xmlns:w10="urn:schemas-microsoft-com:office:word"
22
- xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
23
- xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml"
24
- xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml"
25
- xmlns:w16cex="http://schemas.microsoft.com/office/word/2018/wordml/cex"
26
- xmlns:w16cid="http://schemas.microsoft.com/office/word/2016/wordml/cid"
27
- xmlns:w16="http://schemas.microsoft.com/office/word/2018/wordml"
28
- xmlns:w16se="http://schemas.microsoft.com/office/word/2015/wordml/symex"
29
- xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup"
30
- xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk"
31
- xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml"
32
- xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape"
33
- mc:Ignorable="w14 w15 w16se w16cid w16 w16cex wp14">
34
- <w:p w14:paraId="11F06C14" w14:textId="77777777" w:rsidR="003327EF" w:rsidRDefault="003327EF">
35
- <w:pPr>
36
- <w:pStyle w:val="Footer"/>
37
- </w:pPr>
38
- </w:p>
39
- </w:ftr>
@@ -1,39 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
- <w:ftr xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas"
3
- xmlns:cx="http://schemas.microsoft.com/office/drawing/2014/chartex"
4
- xmlns:cx1="http://schemas.microsoft.com/office/drawing/2015/9/8/chartex"
5
- xmlns:cx2="http://schemas.microsoft.com/office/drawing/2015/10/21/chartex"
6
- xmlns:cx3="http://schemas.microsoft.com/office/drawing/2016/5/9/chartex"
7
- xmlns:cx4="http://schemas.microsoft.com/office/drawing/2016/5/10/chartex"
8
- xmlns:cx5="http://schemas.microsoft.com/office/drawing/2016/5/11/chartex"
9
- xmlns:cx6="http://schemas.microsoft.com/office/drawing/2016/5/12/chartex"
10
- xmlns:cx7="http://schemas.microsoft.com/office/drawing/2016/5/13/chartex"
11
- xmlns:cx8="http://schemas.microsoft.com/office/drawing/2016/5/14/chartex"
12
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
13
- xmlns:aink="http://schemas.microsoft.com/office/drawing/2016/ink"
14
- xmlns:am3d="http://schemas.microsoft.com/office/drawing/2017/model3d"
15
- xmlns:o="urn:schemas-microsoft-com:office:office"
16
- xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
17
- xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
18
- xmlns:v="urn:schemas-microsoft-com:vml"
19
- xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing"
20
- xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing"
21
- xmlns:w10="urn:schemas-microsoft-com:office:word"
22
- xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
23
- xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml"
24
- xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml"
25
- xmlns:w16cex="http://schemas.microsoft.com/office/word/2018/wordml/cex"
26
- xmlns:w16cid="http://schemas.microsoft.com/office/word/2016/wordml/cid"
27
- xmlns:w16="http://schemas.microsoft.com/office/word/2018/wordml"
28
- xmlns:w16se="http://schemas.microsoft.com/office/word/2015/wordml/symex"
29
- xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup"
30
- xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk"
31
- xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml"
32
- xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape"
33
- mc:Ignorable="w14 w15 w16se w16cid w16 w16cex wp14">
34
- <w:p w14:paraId="719554FB" w14:textId="77777777" w:rsidR="00706BFD" w:rsidRDefault="006E467F">
35
- <w:r>
36
- <w:cr/>
37
- </w:r>
38
- </w:p>
39
- </w:ftr>
@@ -1,39 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
- <w:ftr xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas"
3
- xmlns:cx="http://schemas.microsoft.com/office/drawing/2014/chartex"
4
- xmlns:cx1="http://schemas.microsoft.com/office/drawing/2015/9/8/chartex"
5
- xmlns:cx2="http://schemas.microsoft.com/office/drawing/2015/10/21/chartex"
6
- xmlns:cx3="http://schemas.microsoft.com/office/drawing/2016/5/9/chartex"
7
- xmlns:cx4="http://schemas.microsoft.com/office/drawing/2016/5/10/chartex"
8
- xmlns:cx5="http://schemas.microsoft.com/office/drawing/2016/5/11/chartex"
9
- xmlns:cx6="http://schemas.microsoft.com/office/drawing/2016/5/12/chartex"
10
- xmlns:cx7="http://schemas.microsoft.com/office/drawing/2016/5/13/chartex"
11
- xmlns:cx8="http://schemas.microsoft.com/office/drawing/2016/5/14/chartex"
12
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
13
- xmlns:aink="http://schemas.microsoft.com/office/drawing/2016/ink"
14
- xmlns:am3d="http://schemas.microsoft.com/office/drawing/2017/model3d"
15
- xmlns:o="urn:schemas-microsoft-com:office:office"
16
- xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
17
- xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
18
- xmlns:v="urn:schemas-microsoft-com:vml"
19
- xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing"
20
- xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing"
21
- xmlns:w10="urn:schemas-microsoft-com:office:word"
22
- xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
23
- xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml"
24
- xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml"
25
- xmlns:w16cex="http://schemas.microsoft.com/office/word/2018/wordml/cex"
26
- xmlns:w16cid="http://schemas.microsoft.com/office/word/2016/wordml/cid"
27
- xmlns:w16="http://schemas.microsoft.com/office/word/2018/wordml"
28
- xmlns:w16se="http://schemas.microsoft.com/office/word/2015/wordml/symex"
29
- xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup"
30
- xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk"
31
- xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml"
32
- xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape"
33
- mc:Ignorable="w14 w15 w16se w16cid w16 w16cex wp14">
34
- <w:p w14:paraId="66D1432B" w14:textId="77777777" w:rsidR="003327EF" w:rsidRDefault="003327EF">
35
- <w:pPr>
36
- <w:pStyle w:val="Footer"/>
37
- </w:pPr>
38
- </w:p>
39
- </w:ftr>
@@ -1,56 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
- <w:footnotes xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas"
3
- xmlns:cx="http://schemas.microsoft.com/office/drawing/2014/chartex"
4
- xmlns:cx1="http://schemas.microsoft.com/office/drawing/2015/9/8/chartex"
5
- xmlns:cx2="http://schemas.microsoft.com/office/drawing/2015/10/21/chartex"
6
- xmlns:cx3="http://schemas.microsoft.com/office/drawing/2016/5/9/chartex"
7
- xmlns:cx4="http://schemas.microsoft.com/office/drawing/2016/5/10/chartex"
8
- xmlns:cx5="http://schemas.microsoft.com/office/drawing/2016/5/11/chartex"
9
- xmlns:cx6="http://schemas.microsoft.com/office/drawing/2016/5/12/chartex"
10
- xmlns:cx7="http://schemas.microsoft.com/office/drawing/2016/5/13/chartex"
11
- xmlns:cx8="http://schemas.microsoft.com/office/drawing/2016/5/14/chartex"
12
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
13
- xmlns:aink="http://schemas.microsoft.com/office/drawing/2016/ink"
14
- xmlns:am3d="http://schemas.microsoft.com/office/drawing/2017/model3d"
15
- xmlns:o="urn:schemas-microsoft-com:office:office"
16
- xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
17
- xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
18
- xmlns:v="urn:schemas-microsoft-com:vml"
19
- xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing"
20
- xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing"
21
- xmlns:w10="urn:schemas-microsoft-com:office:word"
22
- xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
23
- xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml"
24
- xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml"
25
- xmlns:w16cex="http://schemas.microsoft.com/office/word/2018/wordml/cex"
26
- xmlns:w16cid="http://schemas.microsoft.com/office/word/2016/wordml/cid"
27
- xmlns:w16="http://schemas.microsoft.com/office/word/2018/wordml"
28
- xmlns:w16se="http://schemas.microsoft.com/office/word/2015/wordml/symex"
29
- xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup"
30
- xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk"
31
- xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml"
32
- xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape"
33
- mc:Ignorable="w14 w15 w16se w16cid w16 w16cex wp14">
34
- <w:footnote w:type="separator" w:id="-1">
35
- <w:p w14:paraId="5940208C" w14:textId="77777777" w:rsidR="00D52A4F"
36
- w:rsidRDefault="00D52A4F">
37
- <w:pPr>
38
- <w:spacing w:after="0"/>
39
- </w:pPr>
40
- <w:r>
41
- <w:separator/>
42
- </w:r>
43
- </w:p>
44
- </w:footnote>
45
- <w:footnote w:type="continuationSeparator" w:id="0">
46
- <w:p w14:paraId="472D8556" w14:textId="77777777" w:rsidR="00D52A4F"
47
- w:rsidRDefault="00D52A4F">
48
- <w:pPr>
49
- <w:spacing w:after="0"/>
50
- </w:pPr>
51
- <w:r>
52
- <w:continuationSeparator/>
53
- </w:r>
54
- </w:p>
55
- </w:footnote>
56
- </w:footnotes>
@@ -1,39 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
- <w:hdr xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas"
3
- xmlns:cx="http://schemas.microsoft.com/office/drawing/2014/chartex"
4
- xmlns:cx1="http://schemas.microsoft.com/office/drawing/2015/9/8/chartex"
5
- xmlns:cx2="http://schemas.microsoft.com/office/drawing/2015/10/21/chartex"
6
- xmlns:cx3="http://schemas.microsoft.com/office/drawing/2016/5/9/chartex"
7
- xmlns:cx4="http://schemas.microsoft.com/office/drawing/2016/5/10/chartex"
8
- xmlns:cx5="http://schemas.microsoft.com/office/drawing/2016/5/11/chartex"
9
- xmlns:cx6="http://schemas.microsoft.com/office/drawing/2016/5/12/chartex"
10
- xmlns:cx7="http://schemas.microsoft.com/office/drawing/2016/5/13/chartex"
11
- xmlns:cx8="http://schemas.microsoft.com/office/drawing/2016/5/14/chartex"
12
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
13
- xmlns:aink="http://schemas.microsoft.com/office/drawing/2016/ink"
14
- xmlns:am3d="http://schemas.microsoft.com/office/drawing/2017/model3d"
15
- xmlns:o="urn:schemas-microsoft-com:office:office"
16
- xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
17
- xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
18
- xmlns:v="urn:schemas-microsoft-com:vml"
19
- xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing"
20
- xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing"
21
- xmlns:w10="urn:schemas-microsoft-com:office:word"
22
- xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
23
- xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml"
24
- xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml"
25
- xmlns:w16cex="http://schemas.microsoft.com/office/word/2018/wordml/cex"
26
- xmlns:w16cid="http://schemas.microsoft.com/office/word/2016/wordml/cid"
27
- xmlns:w16="http://schemas.microsoft.com/office/word/2018/wordml"
28
- xmlns:w16se="http://schemas.microsoft.com/office/word/2015/wordml/symex"
29
- xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup"
30
- xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk"
31
- xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml"
32
- xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape"
33
- mc:Ignorable="w14 w15 w16se w16cid w16 w16cex wp14">
34
- <w:p w14:paraId="1A556127" w14:textId="77777777" w:rsidR="003327EF" w:rsidRDefault="003327EF">
35
- <w:pPr>
36
- <w:pStyle w:val="Header"/>
37
- </w:pPr>
38
- </w:p>
39
- </w:hdr>
@@ -1,39 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
- <w:hdr xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas"
3
- xmlns:cx="http://schemas.microsoft.com/office/drawing/2014/chartex"
4
- xmlns:cx1="http://schemas.microsoft.com/office/drawing/2015/9/8/chartex"
5
- xmlns:cx2="http://schemas.microsoft.com/office/drawing/2015/10/21/chartex"
6
- xmlns:cx3="http://schemas.microsoft.com/office/drawing/2016/5/9/chartex"
7
- xmlns:cx4="http://schemas.microsoft.com/office/drawing/2016/5/10/chartex"
8
- xmlns:cx5="http://schemas.microsoft.com/office/drawing/2016/5/11/chartex"
9
- xmlns:cx6="http://schemas.microsoft.com/office/drawing/2016/5/12/chartex"
10
- xmlns:cx7="http://schemas.microsoft.com/office/drawing/2016/5/13/chartex"
11
- xmlns:cx8="http://schemas.microsoft.com/office/drawing/2016/5/14/chartex"
12
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
13
- xmlns:aink="http://schemas.microsoft.com/office/drawing/2016/ink"
14
- xmlns:am3d="http://schemas.microsoft.com/office/drawing/2017/model3d"
15
- xmlns:o="urn:schemas-microsoft-com:office:office"
16
- xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
17
- xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
18
- xmlns:v="urn:schemas-microsoft-com:vml"
19
- xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing"
20
- xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing"
21
- xmlns:w10="urn:schemas-microsoft-com:office:word"
22
- xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
23
- xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml"
24
- xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml"
25
- xmlns:w16cex="http://schemas.microsoft.com/office/word/2018/wordml/cex"
26
- xmlns:w16cid="http://schemas.microsoft.com/office/word/2016/wordml/cid"
27
- xmlns:w16="http://schemas.microsoft.com/office/word/2018/wordml"
28
- xmlns:w16se="http://schemas.microsoft.com/office/word/2015/wordml/symex"
29
- xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup"
30
- xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk"
31
- xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml"
32
- xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape"
33
- mc:Ignorable="w14 w15 w16se w16cid w16 w16cex wp14">
34
- <w:p w14:paraId="4A716257" w14:textId="77777777" w:rsidR="00706BFD" w:rsidRDefault="006E467F">
35
- <w:r>
36
- <w:cr/>
37
- </w:r>
38
- </w:p>
39
- </w:hdr>
@@ -1,39 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
- <w:hdr xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas"
3
- xmlns:cx="http://schemas.microsoft.com/office/drawing/2014/chartex"
4
- xmlns:cx1="http://schemas.microsoft.com/office/drawing/2015/9/8/chartex"
5
- xmlns:cx2="http://schemas.microsoft.com/office/drawing/2015/10/21/chartex"
6
- xmlns:cx3="http://schemas.microsoft.com/office/drawing/2016/5/9/chartex"
7
- xmlns:cx4="http://schemas.microsoft.com/office/drawing/2016/5/10/chartex"
8
- xmlns:cx5="http://schemas.microsoft.com/office/drawing/2016/5/11/chartex"
9
- xmlns:cx6="http://schemas.microsoft.com/office/drawing/2016/5/12/chartex"
10
- xmlns:cx7="http://schemas.microsoft.com/office/drawing/2016/5/13/chartex"
11
- xmlns:cx8="http://schemas.microsoft.com/office/drawing/2016/5/14/chartex"
12
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
13
- xmlns:aink="http://schemas.microsoft.com/office/drawing/2016/ink"
14
- xmlns:am3d="http://schemas.microsoft.com/office/drawing/2017/model3d"
15
- xmlns:o="urn:schemas-microsoft-com:office:office"
16
- xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
17
- xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
18
- xmlns:v="urn:schemas-microsoft-com:vml"
19
- xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing"
20
- xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing"
21
- xmlns:w10="urn:schemas-microsoft-com:office:word"
22
- xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
23
- xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml"
24
- xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml"
25
- xmlns:w16cex="http://schemas.microsoft.com/office/word/2018/wordml/cex"
26
- xmlns:w16cid="http://schemas.microsoft.com/office/word/2016/wordml/cid"
27
- xmlns:w16="http://schemas.microsoft.com/office/word/2018/wordml"
28
- xmlns:w16se="http://schemas.microsoft.com/office/word/2015/wordml/symex"
29
- xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup"
30
- xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk"
31
- xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml"
32
- xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape"
33
- mc:Ignorable="w14 w15 w16se w16cid w16 w16cex wp14">
34
- <w:p w14:paraId="173839ED" w14:textId="77777777" w:rsidR="003327EF" w:rsidRDefault="003327EF">
35
- <w:pPr>
36
- <w:pStyle w:val="Header"/>
37
- </w:pPr>
38
- </w:p>
39
- </w:hdr>