aboutsummaryrefslogtreecommitdiff
path: root/test/pptx
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2019-08-27 01:16:21 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2019-08-27 01:24:41 -0400
commit4a7dad18b109987cfa13168a9f5505c183744d99 (patch)
tree5bcf753f9e28ca8348146bac71e6845a54269a4d /test/pptx
parent62dc2f893ec21f3daa2e9c78eb6392698145d204 (diff)
downloadpandoc-4a7dad18b109987cfa13168a9f5505c183744d99.tar.gz
PowerPoint writer: Start numbering at appopriate numbers.
Starting numbers for ordered lists were previously ignored. Now we specify the number if it is something other than 1. Closes: #5709
Diffstat (limited to 'test/pptx')
-rw-r--r--test/pptx/start_numbering_at.native9
-rw-r--r--test/pptx/start_numbering_at.pptxbin0 -> 27031 bytes
-rw-r--r--test/pptx/start_numbering_at_templated.pptxbin0 -> 394323 bytes
3 files changed, 9 insertions, 0 deletions
diff --git a/test/pptx/start_numbering_at.native b/test/pptx/start_numbering_at.native
new file mode 100644
index 000000000..ecffbb0ef
--- /dev/null
+++ b/test/pptx/start_numbering_at.native
@@ -0,0 +1,9 @@
+[Header 2 ("example-numbering-mwe",[],[]) [Str "Example",Space,Str "numbering",Space,Str "MWE"]
+,Para [Str "This",Space,Str "is",Space,Str "a",Space,Str "slide",Space,Str "with",Space,Str "examples",Space,Str "in",Space,Str "(1)",Space,Str "and",Space,Str "(2)"]
+,OrderedList (1,Example,TwoParens)
+ [[Plain [Str "First"]]
+ ,[Plain [Str "Second"]]]
+,Header 2 ("a-second-slide",[],[]) [Str "A",Space,Str "second",Space,Str "slide"]
+,Para [Str "This",Space,Str "second",Space,Str "slide",Space,Str "has",Space,Str "a",Space,Str "third",Space,Str "example",Space,Str "in",Space,Str "(3)."]
+,OrderedList (3,Example,TwoParens)
+ [[Plain [Str "Third"]]]]
diff --git a/test/pptx/start_numbering_at.pptx b/test/pptx/start_numbering_at.pptx
new file mode 100644
index 000000000..18477380b
--- /dev/null
+++ b/test/pptx/start_numbering_at.pptx
Binary files differ
diff --git a/test/pptx/start_numbering_at_templated.pptx b/test/pptx/start_numbering_at_templated.pptx
new file mode 100644
index 000000000..4b9d0ba4d
--- /dev/null
+++ b/test/pptx/start_numbering_at_templated.pptx
Binary files differ