diff options
author | Emily Bourke <undergroundquizscene@protonmail.com> | 2021-08-10 17:20:53 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-08-17 09:35:25 -0700 |
commit | 72823ad947face43ef45eaeb7e611979531abed6 (patch) | |
tree | 974bdd36c361a437381d00da1305646473e218da /test/pptx/remove_empty_slides_deleted_layouts.pptx | |
parent | 9204e5c9b1ef5d1f038dbc93928f6bbc71bf6b2f (diff) | |
download | pandoc-72823ad947face43ef45eaeb7e611979531abed6.tar.gz |
pptx: Select layouts from reference doc by name
Until now, users had to make sure that their reference doc contains
layouts in a specific order: the first four layouts in the file had to
have a specific structure, or else pandoc would error (or sometimes
successfully produce a pptx file, which PowerPoint would then fail to
open).
This commit changes the layout selection to use the layout names rather
than order: users must make sure their reference doc contains four
layouts with specific names, and if a layout with the right name isn’t
found pandoc will output a warning and use the corresponding layout from
the default reference doc as a fallback.
I believe the use of names rather than order will be clearer to users,
and the clearer errors will help them troubleshoot when things go wrong.
- Add tests for moved layouts
- Add tests for deleted layouts
- Add newly included layouts to slideMaster1.xml to fix tests
Diffstat (limited to 'test/pptx/remove_empty_slides_deleted_layouts.pptx')
-rw-r--r-- | test/pptx/remove_empty_slides_deleted_layouts.pptx | bin | 0 -> 46867 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/test/pptx/remove_empty_slides_deleted_layouts.pptx b/test/pptx/remove_empty_slides_deleted_layouts.pptx Binary files differnew file mode 100644 index 000000000..7ae4a5fab --- /dev/null +++ b/test/pptx/remove_empty_slides_deleted_layouts.pptx |