pptx 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +57 -0
  3. data/lib/pptx.rb +24 -0
  4. data/lib/pptx/base.pptx/[Content_Types].xml +30 -0
  5. data/lib/pptx/base.pptx/docProps/app.xml +41 -0
  6. data/lib/pptx/base.pptx/docProps/core.xml +13 -0
  7. data/lib/pptx/base.pptx/docProps/thumbnail.jpeg +0 -0
  8. data/lib/pptx/base.pptx/ppt/_rels/presentation.xml.rels +9 -0
  9. data/lib/pptx/base.pptx/ppt/presProps.xml +11 -0
  10. data/lib/pptx/base.pptx/ppt/presentation.xml +105 -0
  11. data/lib/pptx/base.pptx/ppt/printerSettings/printerSettings1.bin +0 -0
  12. data/lib/pptx/base.pptx/ppt/slideLayouts/_rels/slideLayout1.xml.rels +4 -0
  13. data/lib/pptx/base.pptx/ppt/slideLayouts/_rels/slideLayout10.xml.rels +4 -0
  14. data/lib/pptx/base.pptx/ppt/slideLayouts/_rels/slideLayout11.xml.rels +4 -0
  15. data/lib/pptx/base.pptx/ppt/slideLayouts/_rels/slideLayout2.xml.rels +4 -0
  16. data/lib/pptx/base.pptx/ppt/slideLayouts/_rels/slideLayout3.xml.rels +4 -0
  17. data/lib/pptx/base.pptx/ppt/slideLayouts/_rels/slideLayout4.xml.rels +4 -0
  18. data/lib/pptx/base.pptx/ppt/slideLayouts/_rels/slideLayout5.xml.rels +4 -0
  19. data/lib/pptx/base.pptx/ppt/slideLayouts/_rels/slideLayout6.xml.rels +4 -0
  20. data/lib/pptx/base.pptx/ppt/slideLayouts/_rels/slideLayout7.xml.rels +4 -0
  21. data/lib/pptx/base.pptx/ppt/slideLayouts/_rels/slideLayout8.xml.rels +4 -0
  22. data/lib/pptx/base.pptx/ppt/slideLayouts/_rels/slideLayout9.xml.rels +4 -0
  23. data/lib/pptx/base.pptx/ppt/slideLayouts/slideLayout1.xml +240 -0
  24. data/lib/pptx/base.pptx/ppt/slideLayouts/slideLayout10.xml +168 -0
  25. data/lib/pptx/base.pptx/ppt/slideLayouts/slideLayout11.xml +178 -0
  26. data/lib/pptx/base.pptx/ppt/slideLayouts/slideLayout2.xml +168 -0
  27. data/lib/pptx/base.pptx/ppt/slideLayouts/slideLayout3.xml +244 -0
  28. data/lib/pptx/base.pptx/ppt/slideLayouts/slideLayout4.xml +286 -0
  29. data/lib/pptx/base.pptx/ppt/slideLayouts/slideLayout5.xml +420 -0
  30. data/lib/pptx/base.pptx/ppt/slideLayouts/slideLayout6.xml +116 -0
  31. data/lib/pptx/base.pptx/ppt/slideLayouts/slideLayout7.xml +93 -0
  32. data/lib/pptx/base.pptx/ppt/slideLayouts/slideLayout8.xml +275 -0
  33. data/lib/pptx/base.pptx/ppt/slideLayouts/slideLayout9.xml +251 -0
  34. data/lib/pptx/base.pptx/ppt/slideMasters/_rels/slideMaster1.xml.rels +15 -0
  35. data/lib/pptx/base.pptx/ppt/slideMasters/slideMaster1.xml +508 -0
  36. data/lib/pptx/base.pptx/ppt/tableStyles.xml +2 -0
  37. data/lib/pptx/base.pptx/ppt/theme/theme1.xml +318 -0
  38. data/lib/pptx/base.pptx/ppt/viewProps.xml +32 -0
  39. data/lib/pptx/generate_sample.rb +57 -0
  40. data/lib/pptx/opc.rb +14 -0
  41. data/lib/pptx/opc/base_part.rb +36 -0
  42. data/lib/pptx/opc/binary_part.rb +20 -0
  43. data/lib/pptx/opc/content_types.rb +18 -0
  44. data/lib/pptx/opc/file_part.rb +28 -0
  45. data/lib/pptx/opc/package.rb +115 -0
  46. data/lib/pptx/opc/package_streamer.rb +48 -0
  47. data/lib/pptx/opc/part.rb +27 -0
  48. data/lib/pptx/opc/relationships.rb +32 -0
  49. data/lib/pptx/opc/s3_object_part.rb +25 -0
  50. data/lib/pptx/presentation.rb +33 -0
  51. data/lib/pptx/shapes.rb +10 -0
  52. data/lib/pptx/shapes/filled_rectangle.rb +32 -0
  53. data/lib/pptx/shapes/picture.rb +40 -0
  54. data/lib/pptx/shapes/shape.rb +46 -0
  55. data/lib/pptx/shapes/slide_number.rb +39 -0
  56. data/lib/pptx/shapes/textbox.rb +95 -0
  57. data/lib/pptx/slide.rb +79 -0
  58. data/lib/pptx/version.rb +3 -0
  59. metadata +156 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: d2dbabac0359a84bde22441a7c973475dc000f5c
4
+ data.tar.gz: 561a8b90b9df02ea825d312a6f789972f19f81ba
5
+ SHA512:
6
+ metadata.gz: 1990341c9b62fbdbcc86359470936010202c51be1973cf6a0153b1bcebd322120ee371f2d22920de3e35a05482e2ca7fe29b021df1f73cd04adfb1639cb04323
7
+ data.tar.gz: e07b3f96eb5484ad032d22b28617e2d40455b5ea47404a15aaf004b3bf0099a91034f8d03a8ef3fd696aa8e1c28a2f4264606416623b482b54760999519552ab
@@ -0,0 +1,57 @@
1
+ # ruby-pptx
2
+
3
+ A ruby Gem for writing PPTX (Powerpoint) files. Right now, it's functionality is limited, it only allows adding textboxes with formatting and pictures to slides.
4
+
5
+ pptx allows streaming ZIPs while they're being created and allows streaming files and S3 objects into them. This allows you to create PPTX files without consuming large amounts of memory, either in RAM or on disk.
6
+
7
+ ## Set up
8
+
9
+ Gemfile:
10
+
11
+ ```ruby
12
+ gem 'pptx', git: 'https://github.com/nuvyu/ruby-pptx'
13
+ ```
14
+
15
+ If you want to stream ZIP files, you'll need a yet unreleased version of [zipline](https://github.com/fringd/zipline). zipline isn't included as dependency for the Gem as it depends on Rails, which in turn adds a lot of dependencies and pptx is useful without Rails.
16
+
17
+ ```ruby
18
+ # Used by pptx to stream zipfiles as a response to users
19
+ # Use a yet unreleased commit with a fix.
20
+ gem 'zipline', git: 'https://github.com/fringd/zipline',
21
+ ref: 'd1e6e66e1c3e6945a3c09e90098f2f2f29e6c01e'
22
+ ```
23
+
24
+ ## Usage
25
+
26
+ **Note** As ruby-pptx' 0.x.x version indicates, its API isn't fixed and might change without announcement.
27
+
28
+ Here's an example that creates a presentation with one slide, two textboxes, and a picture. It writes the presentation to a file.
29
+
30
+ ```ruby
31
+
32
+ pkg = PPTX::OPC::Package.new
33
+ slide = PPTX::Slide.new(pkg)
34
+
35
+ slide.add_textbox PPTX::cm(2, 1, 22, 2), 'Title :)', sz: 45*PPTX::POINT
36
+ slide.add_textbox PPTX::cm(14, 6, 10, 10), "Text with \nmultiple\nlines"
37
+
38
+ image = PPTX::OPC::FilePart.new(pkg, 'spec/fixtures/files/test_photo.jpg')
39
+ slide.add_picture PPTX::cm(2, 5, 10, 0.9), 'photo.jpg', image
40
+
41
+ pkg.presentation.add_slide(slide)
42
+
43
+ File.open('presentation.pptx', 'wb') {|f| f.write(pkg.to_zip) }
44
+ ```
45
+
46
+ Things that might help you:
47
+
48
+ * Bounding boxes are given as an Array with four elements in English Metric Units (an OpenXML unit, defined e.g. as 1/360.000 centimeter). The format is `[left, top, width, height]`
49
+ * `PPTX::cm(2, 1, 22, 2)` allows you to convert multiple values from centimeter to EMUs.
50
+ * `Slide#add_picture` adds the picture with the given dimensions, so make sure to use the correct aspect ratio.
51
+ * `Slide#add_textbox` takes as third parameter a Hash of formatting options. The formatting values a are raw OOXML Text Run Properties (rPr) element attributes as defined in section 21.1.2.3.9 of part 1 of the spec linked below . Examples:
52
+ * sz: font size (use PPTX::POINT)
53
+ * b: 1 for bold
54
+ * i: 1 for italic
55
+ * For development, the [Office OpenXML File Format specifications](http://www.ecma-international.org/publications/standards/Ecma-376.htm) might be useful
56
+ - The 4th edition was used for developing this. See [part 1](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-376,%20Fourth%20Edition,%20Part%201%20-%20Fundamentals%20And%20Markup%20Language%20Reference.zip) (warning: 5k pages PDF in a ZIP) for the document format and [part 4](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-376,%20Fourth%20Edition,%20Part%202%20-%20Open%20Packaging%20Conventions.zip) for the package format.
57
+
@@ -0,0 +1,24 @@
1
+ require_relative 'pptx/opc'
2
+ require_relative 'pptx/presentation'
3
+ require_relative 'pptx/slide'
4
+ require_relative 'pptx/shapes'
5
+
6
+ # Assumptions
7
+ # * XML namespace prefixes remain the same as in template
8
+ # * Main presentation is in ppt/presentation.xml
9
+ # * Base presentation is trusted. Nothing is done to prevent directory traversal.
10
+ # If you wanted to open arbitrary presentation, you'd have to make sure to no longer make these.
11
+ module PPTX
12
+ DRAWING_NS = 'http://schemas.openxmlformats.org/drawingml/2006/main'
13
+ DOC_RELATIONSHIP_NS = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships'
14
+ RELTYPE_IMAGE = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/image'
15
+ RELTYPE_SLIDE = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide'
16
+ RELTYPE_SLIDE_LAYOUT =
17
+ 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout'
18
+ CM = 360000 # 1 centimeter in OpenXML EMUs
19
+ POINT = 100 # font size point
20
+
21
+ def self.cm(*values)
22
+ values.map { |v| v * CM }
23
+ end
24
+ end
@@ -0,0 +1,30 @@
1
+ <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2
+ <Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">
3
+ <Default ContentType="application/vnd.openxmlformats-officedocument.presentationml.printerSettings" Extension="bin"/>
4
+ <Default ContentType="image/bmp" Extension="bmp"/>
5
+ <Default ContentType="image/gif" Extension="gif"/>
6
+ <Default ContentType="image/jpeg" Extension="jpeg"/>
7
+ <Default ContentType="image/jpeg" Extension="jpg"/>
8
+ <Default ContentType="image/png" Extension="png"/>
9
+ <Default ContentType="application/vnd.openxmlformats-package.relationships+xml" Extension="rels"/>
10
+ <Default ContentType="application/xml" Extension="xml"/>
11
+ <Override ContentType="application/vnd.openxmlformats-officedocument.extended-properties+xml" PartName="/docProps/app.xml"/>
12
+ <Override ContentType="application/vnd.openxmlformats-package.core-properties+xml" PartName="/docProps/core.xml"/>
13
+ <Override ContentType="application/vnd.openxmlformats-officedocument.presentationml.presProps+xml" PartName="/ppt/presProps.xml"/>
14
+ <Override ContentType="application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml" PartName="/ppt/presentation.xml"/>
15
+ <Override ContentType="application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml" PartName="/ppt/slideLayouts/slideLayout1.xml"/>
16
+ <Override ContentType="application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml" PartName="/ppt/slideLayouts/slideLayout10.xml"/>
17
+ <Override ContentType="application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml" PartName="/ppt/slideLayouts/slideLayout11.xml"/>
18
+ <Override ContentType="application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml" PartName="/ppt/slideLayouts/slideLayout2.xml"/>
19
+ <Override ContentType="application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml" PartName="/ppt/slideLayouts/slideLayout3.xml"/>
20
+ <Override ContentType="application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml" PartName="/ppt/slideLayouts/slideLayout4.xml"/>
21
+ <Override ContentType="application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml" PartName="/ppt/slideLayouts/slideLayout5.xml"/>
22
+ <Override ContentType="application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml" PartName="/ppt/slideLayouts/slideLayout6.xml"/>
23
+ <Override ContentType="application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml" PartName="/ppt/slideLayouts/slideLayout7.xml"/>
24
+ <Override ContentType="application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml" PartName="/ppt/slideLayouts/slideLayout8.xml"/>
25
+ <Override ContentType="application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml" PartName="/ppt/slideLayouts/slideLayout9.xml"/>
26
+ <Override ContentType="application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml" PartName="/ppt/slideMasters/slideMaster1.xml"/>
27
+ <Override ContentType="application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml" PartName="/ppt/tableStyles.xml"/>
28
+ <Override ContentType="application/vnd.openxmlformats-officedocument.theme+xml" PartName="/ppt/theme/theme1.xml"/>
29
+ <Override ContentType="application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml" PartName="/ppt/viewProps.xml"/>
30
+ </Types>
@@ -0,0 +1,41 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
+ <Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties" xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes">
3
+ <TotalTime>1</TotalTime>
4
+ <Words>0</Words>
5
+ <Application>ruby-pptx</Application>
6
+ <PresentationFormat>On-screen Show (4:3)</PresentationFormat>
7
+ <Paragraphs>0</Paragraphs>
8
+ <Slides>0</Slides>
9
+ <Notes>0</Notes>
10
+ <HiddenSlides>0</HiddenSlides>
11
+ <MMClips>0</MMClips>
12
+ <ScaleCrop>false</ScaleCrop>
13
+ <HeadingPairs>
14
+ <vt:vector baseType="variant" size="4">
15
+ <vt:variant>
16
+ <vt:lpstr>Theme</vt:lpstr>
17
+ </vt:variant>
18
+ <vt:variant>
19
+ <vt:i4>1</vt:i4>
20
+ </vt:variant>
21
+ <vt:variant>
22
+ <vt:lpstr>Slide Titles</vt:lpstr>
23
+ </vt:variant>
24
+ <vt:variant>
25
+ <vt:i4>0</vt:i4>
26
+ </vt:variant>
27
+ </vt:vector>
28
+ </HeadingPairs>
29
+ <TitlesOfParts>
30
+ <vt:vector baseType="lpstr" size="1">
31
+ <vt:lpstr>Office Theme</vt:lpstr>
32
+ </vt:vector>
33
+ </TitlesOfParts>
34
+ <Manager/>
35
+ <Company/>
36
+ <LinksUpToDate>false</LinksUpToDate>
37
+ <SharedDoc>false</SharedDoc>
38
+ <HyperlinkBase/>
39
+ <HyperlinksChanged>false</HyperlinksChanged>
40
+ <AppVersion>14.0000</AppVersion>
41
+ </Properties>
@@ -0,0 +1,13 @@
1
+ <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2
+ <cp:coreProperties xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3
+ <dc:title/>
4
+ <dc:subject/>
5
+ <dc:creator/>
6
+ <cp:keywords/>
7
+ <dc:description>generated using ruby-pptx</dc:description>
8
+ <cp:lastModifiedBy>ruby-pptx</cp:lastModifiedBy>
9
+ <cp:revision>1</cp:revision>
10
+ <dcterms:created xsi:type="dcterms:W3CDTF">2013-01-27T09:14:16Z</dcterms:created>
11
+ <dcterms:modified xsi:type="dcterms:W3CDTF">2013-01-27T09:15:58Z</dcterms:modified>
12
+ <cp:category/>
13
+ </cp:coreProperties>
@@ -0,0 +1,9 @@
1
+ <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2
+ <Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
3
+ <Relationship Id="rId6" Target="tableStyles.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/tableStyles"/>
4
+ <Relationship Id="rId5" Target="theme/theme1.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme"/>
5
+ <Relationship Id="rId4" Target="viewProps.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/viewProps"/>
6
+ <Relationship Id="rId3" Target="presProps.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/presProps"/>
7
+ <Relationship Id="rId2" Target="printerSettings/printerSettings1.bin" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/printerSettings"/>
8
+ <Relationship Id="rId1" Target="slideMasters/slideMaster1.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster"/>
9
+ </Relationships>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
+ <p:presentationPr xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" xmlns:p="http://schemas.openxmlformats.org/presentationml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships">
3
+ <p:extLst>
4
+ <p:ext uri="{E76CE94A-603C-4142-B9EB-6D1370010A27}">
5
+ <p14:discardImageEditData val="0" xmlns:p14="http://schemas.microsoft.com/office/powerpoint/2010/main"/>
6
+ </p:ext>
7
+ <p:ext uri="{D31A062A-798A-4329-ABDD-BBA856620510}">
8
+ <p14:defaultImageDpi val="0" xmlns:p14="http://schemas.microsoft.com/office/powerpoint/2010/main"/>
9
+ </p:ext>
10
+ </p:extLst>
11
+ </p:presentationPr>
@@ -0,0 +1,105 @@
1
+ <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2
+ <p:presentation autoCompressPictures="0" saveSubsetFonts="1" xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" xmlns:p="http://schemas.openxmlformats.org/presentationml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships">
3
+ <p:sldMasterIdLst>
4
+ <p:sldMasterId id="2147483648" r:id="rId1"/>
5
+ </p:sldMasterIdLst>
6
+ <p:sldIdLst>
7
+ </p:sldIdLst>
8
+ <p:sldSz cx="9144000" cy="6858000" type="screen4x3"/>
9
+ <p:notesSz cx="6858000" cy="9144000"/>
10
+ <p:defaultTextStyle>
11
+ <a:defPPr>
12
+ <a:defRPr lang="en-US"/>
13
+ </a:defPPr>
14
+ <a:lvl1pPr algn="l" defTabSz="457200" eaLnBrk="1" hangingPunct="1" latinLnBrk="0" marL="0" rtl="0">
15
+ <a:defRPr kern="1200" sz="1800">
16
+ <a:solidFill>
17
+ <a:schemeClr val="tx1"/>
18
+ </a:solidFill>
19
+ <a:latin typeface="+mn-lt"/>
20
+ <a:ea typeface="+mn-ea"/>
21
+ <a:cs typeface="+mn-cs"/>
22
+ </a:defRPr>
23
+ </a:lvl1pPr>
24
+ <a:lvl2pPr algn="l" defTabSz="457200" eaLnBrk="1" hangingPunct="1" latinLnBrk="0" marL="457200" rtl="0">
25
+ <a:defRPr kern="1200" sz="1800">
26
+ <a:solidFill>
27
+ <a:schemeClr val="tx1"/>
28
+ </a:solidFill>
29
+ <a:latin typeface="+mn-lt"/>
30
+ <a:ea typeface="+mn-ea"/>
31
+ <a:cs typeface="+mn-cs"/>
32
+ </a:defRPr>
33
+ </a:lvl2pPr>
34
+ <a:lvl3pPr algn="l" defTabSz="457200" eaLnBrk="1" hangingPunct="1" latinLnBrk="0" marL="914400" rtl="0">
35
+ <a:defRPr kern="1200" sz="1800">
36
+ <a:solidFill>
37
+ <a:schemeClr val="tx1"/>
38
+ </a:solidFill>
39
+ <a:latin typeface="+mn-lt"/>
40
+ <a:ea typeface="+mn-ea"/>
41
+ <a:cs typeface="+mn-cs"/>
42
+ </a:defRPr>
43
+ </a:lvl3pPr>
44
+ <a:lvl4pPr algn="l" defTabSz="457200" eaLnBrk="1" hangingPunct="1" latinLnBrk="0" marL="1371600" rtl="0">
45
+ <a:defRPr kern="1200" sz="1800">
46
+ <a:solidFill>
47
+ <a:schemeClr val="tx1"/>
48
+ </a:solidFill>
49
+ <a:latin typeface="+mn-lt"/>
50
+ <a:ea typeface="+mn-ea"/>
51
+ <a:cs typeface="+mn-cs"/>
52
+ </a:defRPr>
53
+ </a:lvl4pPr>
54
+ <a:lvl5pPr algn="l" defTabSz="457200" eaLnBrk="1" hangingPunct="1" latinLnBrk="0" marL="1828800" rtl="0">
55
+ <a:defRPr kern="1200" sz="1800">
56
+ <a:solidFill>
57
+ <a:schemeClr val="tx1"/>
58
+ </a:solidFill>
59
+ <a:latin typeface="+mn-lt"/>
60
+ <a:ea typeface="+mn-ea"/>
61
+ <a:cs typeface="+mn-cs"/>
62
+ </a:defRPr>
63
+ </a:lvl5pPr>
64
+ <a:lvl6pPr algn="l" defTabSz="457200" eaLnBrk="1" hangingPunct="1" latinLnBrk="0" marL="2286000" rtl="0">
65
+ <a:defRPr kern="1200" sz="1800">
66
+ <a:solidFill>
67
+ <a:schemeClr val="tx1"/>
68
+ </a:solidFill>
69
+ <a:latin typeface="+mn-lt"/>
70
+ <a:ea typeface="+mn-ea"/>
71
+ <a:cs typeface="+mn-cs"/>
72
+ </a:defRPr>
73
+ </a:lvl6pPr>
74
+ <a:lvl7pPr algn="l" defTabSz="457200" eaLnBrk="1" hangingPunct="1" latinLnBrk="0" marL="2743200" rtl="0">
75
+ <a:defRPr kern="1200" sz="1800">
76
+ <a:solidFill>
77
+ <a:schemeClr val="tx1"/>
78
+ </a:solidFill>
79
+ <a:latin typeface="+mn-lt"/>
80
+ <a:ea typeface="+mn-ea"/>
81
+ <a:cs typeface="+mn-cs"/>
82
+ </a:defRPr>
83
+ </a:lvl7pPr>
84
+ <a:lvl8pPr algn="l" defTabSz="457200" eaLnBrk="1" hangingPunct="1" latinLnBrk="0" marL="3200400" rtl="0">
85
+ <a:defRPr kern="1200" sz="1800">
86
+ <a:solidFill>
87
+ <a:schemeClr val="tx1"/>
88
+ </a:solidFill>
89
+ <a:latin typeface="+mn-lt"/>
90
+ <a:ea typeface="+mn-ea"/>
91
+ <a:cs typeface="+mn-cs"/>
92
+ </a:defRPr>
93
+ </a:lvl8pPr>
94
+ <a:lvl9pPr algn="l" defTabSz="457200" eaLnBrk="1" hangingPunct="1" latinLnBrk="0" marL="3657600" rtl="0">
95
+ <a:defRPr kern="1200" sz="1800">
96
+ <a:solidFill>
97
+ <a:schemeClr val="tx1"/>
98
+ </a:solidFill>
99
+ <a:latin typeface="+mn-lt"/>
100
+ <a:ea typeface="+mn-ea"/>
101
+ <a:cs typeface="+mn-cs"/>
102
+ </a:defRPr>
103
+ </a:lvl9pPr>
104
+ </p:defaultTextStyle>
105
+ </p:presentation>
@@ -0,0 +1,4 @@
1
+ <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2
+ <Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
3
+ <Relationship Id="rId1" Target="../slideMasters/slideMaster1.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster"/>
4
+ </Relationships>
@@ -0,0 +1,4 @@
1
+ <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2
+ <Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
3
+ <Relationship Id="rId1" Target="../slideMasters/slideMaster1.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster"/>
4
+ </Relationships>
@@ -0,0 +1,4 @@
1
+ <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2
+ <Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
3
+ <Relationship Id="rId1" Target="../slideMasters/slideMaster1.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster"/>
4
+ </Relationships>
@@ -0,0 +1,4 @@
1
+ <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2
+ <Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
3
+ <Relationship Id="rId1" Target="../slideMasters/slideMaster1.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster"/>
4
+ </Relationships>
@@ -0,0 +1,4 @@
1
+ <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2
+ <Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
3
+ <Relationship Id="rId1" Target="../slideMasters/slideMaster1.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster"/>
4
+ </Relationships>
@@ -0,0 +1,4 @@
1
+ <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2
+ <Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
3
+ <Relationship Id="rId1" Target="../slideMasters/slideMaster1.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster"/>
4
+ </Relationships>
@@ -0,0 +1,4 @@
1
+ <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2
+ <Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
3
+ <Relationship Id="rId1" Target="../slideMasters/slideMaster1.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster"/>
4
+ </Relationships>
@@ -0,0 +1,4 @@
1
+ <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2
+ <Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
3
+ <Relationship Id="rId1" Target="../slideMasters/slideMaster1.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster"/>
4
+ </Relationships>
@@ -0,0 +1,4 @@
1
+ <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2
+ <Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
3
+ <Relationship Id="rId1" Target="../slideMasters/slideMaster1.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster"/>
4
+ </Relationships>
@@ -0,0 +1,4 @@
1
+ <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2
+ <Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
3
+ <Relationship Id="rId1" Target="../slideMasters/slideMaster1.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster"/>
4
+ </Relationships>
@@ -0,0 +1,4 @@
1
+ <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2
+ <Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
3
+ <Relationship Id="rId1" Target="../slideMasters/slideMaster1.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster"/>
4
+ </Relationships>
@@ -0,0 +1,240 @@
1
+ <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2
+ <p:sldLayout preserve="1" type="title" xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" xmlns:p="http://schemas.openxmlformats.org/presentationml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships">
3
+ <p:cSld name="Title Slide">
4
+ <p:spTree>
5
+ <p:nvGrpSpPr>
6
+ <p:cNvPr id="1" name=""/>
7
+ <p:cNvGrpSpPr/>
8
+ <p:nvPr/>
9
+ </p:nvGrpSpPr>
10
+ <p:grpSpPr>
11
+ <a:xfrm>
12
+ <a:off x="0" y="0"/>
13
+ <a:ext cx="0" cy="0"/>
14
+ <a:chOff x="0" y="0"/>
15
+ <a:chExt cx="0" cy="0"/>
16
+ </a:xfrm>
17
+ </p:grpSpPr>
18
+ <p:sp>
19
+ <p:nvSpPr>
20
+ <p:cNvPr id="2" name="Title 1"/>
21
+ <p:cNvSpPr>
22
+ <a:spLocks noGrp="1"/>
23
+ </p:cNvSpPr>
24
+ <p:nvPr>
25
+ <p:ph type="ctrTitle"/>
26
+ </p:nvPr>
27
+ </p:nvSpPr>
28
+ <p:spPr>
29
+ <a:xfrm>
30
+ <a:off x="685800" y="2130425"/>
31
+ <a:ext cx="7772400" cy="1470025"/>
32
+ </a:xfrm>
33
+ </p:spPr>
34
+ <p:txBody>
35
+ <a:bodyPr/>
36
+ <a:lstStyle/>
37
+ <a:p>
38
+ <a:r>
39
+ <a:rPr lang="en-US" smtClean="0"/>
40
+ <a:t>Click to edit Master title style</a:t>
41
+ </a:r>
42
+ <a:endParaRPr lang="en-US"/>
43
+ </a:p>
44
+ </p:txBody>
45
+ </p:sp>
46
+ <p:sp>
47
+ <p:nvSpPr>
48
+ <p:cNvPr id="3" name="Subtitle 2"/>
49
+ <p:cNvSpPr>
50
+ <a:spLocks noGrp="1"/>
51
+ </p:cNvSpPr>
52
+ <p:nvPr>
53
+ <p:ph idx="1" type="subTitle"/>
54
+ </p:nvPr>
55
+ </p:nvSpPr>
56
+ <p:spPr>
57
+ <a:xfrm>
58
+ <a:off x="1371600" y="3886200"/>
59
+ <a:ext cx="6400800" cy="1752600"/>
60
+ </a:xfrm>
61
+ </p:spPr>
62
+ <p:txBody>
63
+ <a:bodyPr/>
64
+ <a:lstStyle>
65
+ <a:lvl1pPr algn="ctr" indent="0" marL="0">
66
+ <a:buNone/>
67
+ <a:defRPr>
68
+ <a:solidFill>
69
+ <a:schemeClr val="tx1">
70
+ <a:tint val="75000"/>
71
+ </a:schemeClr>
72
+ </a:solidFill>
73
+ </a:defRPr>
74
+ </a:lvl1pPr>
75
+ <a:lvl2pPr algn="ctr" indent="0" marL="457200">
76
+ <a:buNone/>
77
+ <a:defRPr>
78
+ <a:solidFill>
79
+ <a:schemeClr val="tx1">
80
+ <a:tint val="75000"/>
81
+ </a:schemeClr>
82
+ </a:solidFill>
83
+ </a:defRPr>
84
+ </a:lvl2pPr>
85
+ <a:lvl3pPr algn="ctr" indent="0" marL="914400">
86
+ <a:buNone/>
87
+ <a:defRPr>
88
+ <a:solidFill>
89
+ <a:schemeClr val="tx1">
90
+ <a:tint val="75000"/>
91
+ </a:schemeClr>
92
+ </a:solidFill>
93
+ </a:defRPr>
94
+ </a:lvl3pPr>
95
+ <a:lvl4pPr algn="ctr" indent="0" marL="1371600">
96
+ <a:buNone/>
97
+ <a:defRPr>
98
+ <a:solidFill>
99
+ <a:schemeClr val="tx1">
100
+ <a:tint val="75000"/>
101
+ </a:schemeClr>
102
+ </a:solidFill>
103
+ </a:defRPr>
104
+ </a:lvl4pPr>
105
+ <a:lvl5pPr algn="ctr" indent="0" marL="1828800">
106
+ <a:buNone/>
107
+ <a:defRPr>
108
+ <a:solidFill>
109
+ <a:schemeClr val="tx1">
110
+ <a:tint val="75000"/>
111
+ </a:schemeClr>
112
+ </a:solidFill>
113
+ </a:defRPr>
114
+ </a:lvl5pPr>
115
+ <a:lvl6pPr algn="ctr" indent="0" marL="2286000">
116
+ <a:buNone/>
117
+ <a:defRPr>
118
+ <a:solidFill>
119
+ <a:schemeClr val="tx1">
120
+ <a:tint val="75000"/>
121
+ </a:schemeClr>
122
+ </a:solidFill>
123
+ </a:defRPr>
124
+ </a:lvl6pPr>
125
+ <a:lvl7pPr algn="ctr" indent="0" marL="2743200">
126
+ <a:buNone/>
127
+ <a:defRPr>
128
+ <a:solidFill>
129
+ <a:schemeClr val="tx1">
130
+ <a:tint val="75000"/>
131
+ </a:schemeClr>
132
+ </a:solidFill>
133
+ </a:defRPr>
134
+ </a:lvl7pPr>
135
+ <a:lvl8pPr algn="ctr" indent="0" marL="3200400">
136
+ <a:buNone/>
137
+ <a:defRPr>
138
+ <a:solidFill>
139
+ <a:schemeClr val="tx1">
140
+ <a:tint val="75000"/>
141
+ </a:schemeClr>
142
+ </a:solidFill>
143
+ </a:defRPr>
144
+ </a:lvl8pPr>
145
+ <a:lvl9pPr algn="ctr" indent="0" marL="3657600">
146
+ <a:buNone/>
147
+ <a:defRPr>
148
+ <a:solidFill>
149
+ <a:schemeClr val="tx1">
150
+ <a:tint val="75000"/>
151
+ </a:schemeClr>
152
+ </a:solidFill>
153
+ </a:defRPr>
154
+ </a:lvl9pPr>
155
+ </a:lstStyle>
156
+ <a:p>
157
+ <a:r>
158
+ <a:rPr lang="en-US" smtClean="0"/>
159
+ <a:t>Click to edit Master subtitle style</a:t>
160
+ </a:r>
161
+ <a:endParaRPr lang="en-US"/>
162
+ </a:p>
163
+ </p:txBody>
164
+ </p:sp>
165
+ <p:sp>
166
+ <p:nvSpPr>
167
+ <p:cNvPr id="4" name="Date Placeholder 3"/>
168
+ <p:cNvSpPr>
169
+ <a:spLocks noGrp="1"/>
170
+ </p:cNvSpPr>
171
+ <p:nvPr>
172
+ <p:ph idx="10" sz="half" type="dt"/>
173
+ </p:nvPr>
174
+ </p:nvSpPr>
175
+ <p:spPr/>
176
+ <p:txBody>
177
+ <a:bodyPr/>
178
+ <a:lstStyle/>
179
+ <a:p>
180
+ <a:fld id="{5BCAD085-E8A6-8845-BD4E-CB4CCA059FC4}" type="datetimeFigureOut">
181
+ <a:rPr lang="en-US" smtClean="0"/>
182
+ <a:t>1/27/13</a:t>
183
+ </a:fld>
184
+ <a:endParaRPr lang="en-US"/>
185
+ </a:p>
186
+ </p:txBody>
187
+ </p:sp>
188
+ <p:sp>
189
+ <p:nvSpPr>
190
+ <p:cNvPr id="5" name="Footer Placeholder 4"/>
191
+ <p:cNvSpPr>
192
+ <a:spLocks noGrp="1"/>
193
+ </p:cNvSpPr>
194
+ <p:nvPr>
195
+ <p:ph idx="11" sz="quarter" type="ftr"/>
196
+ </p:nvPr>
197
+ </p:nvSpPr>
198
+ <p:spPr/>
199
+ <p:txBody>
200
+ <a:bodyPr/>
201
+ <a:lstStyle/>
202
+ <a:p>
203
+ <a:endParaRPr lang="en-US"/>
204
+ </a:p>
205
+ </p:txBody>
206
+ </p:sp>
207
+ <p:sp>
208
+ <p:nvSpPr>
209
+ <p:cNvPr id="6" name="Slide Number Placeholder 5"/>
210
+ <p:cNvSpPr>
211
+ <a:spLocks noGrp="1"/>
212
+ </p:cNvSpPr>
213
+ <p:nvPr>
214
+ <p:ph idx="12" sz="quarter" type="sldNum"/>
215
+ </p:nvPr>
216
+ </p:nvSpPr>
217
+ <p:spPr/>
218
+ <p:txBody>
219
+ <a:bodyPr/>
220
+ <a:lstStyle/>
221
+ <a:p>
222
+ <a:fld id="{C1FF6DA9-008F-8B48-92A6-B652298478BF}" type="slidenum">
223
+ <a:rPr lang="en-US" smtClean="0"/>
224
+ <a:t>‹#›</a:t>
225
+ </a:fld>
226
+ <a:endParaRPr lang="en-US"/>
227
+ </a:p>
228
+ </p:txBody>
229
+ </p:sp>
230
+ </p:spTree>
231
+ <p:extLst>
232
+ <p:ext uri="{BB962C8B-B14F-4D97-AF65-F5344CB8AC3E}">
233
+ <p14:creationId val="3168075583" xmlns:p14="http://schemas.microsoft.com/office/powerpoint/2010/main"/>
234
+ </p:ext>
235
+ </p:extLst>
236
+ </p:cSld>
237
+ <p:clrMapOvr>
238
+ <a:masterClrMapping/>
239
+ </p:clrMapOvr>
240
+ </p:sldLayout>