diff options
author | Emily Bourke <undergroundquizscene@protonmail.com> | 2021-09-14 17:07:46 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-09-18 09:55:45 -0700 |
commit | 50adea220d09e445572e94e225fa7a81b3b2bf89 (patch) | |
tree | b25bc2dbfb3d973d120e50477a052cef4abb6028 /src/Text/Pandoc/Readers/Markdown.hs | |
parent | cf7f80b11f5c266c7d1d7e200b41658a87f765b0 (diff) | |
download | pandoc-50adea220d09e445572e94e225fa7a81b3b2bf89.tar.gz |
pptx: Support footers in the reference doc
In PowerPoint, it’s possible to specify footers across all slides,
containing a date (optionally automatically updated to today’s date),
the slide number (optionally starting from a higher number than 1), and
static text. There’s also an option to hide the footer on the title
slide.
Before this commit, none of that footer content was pulled through from
the reference doc: this commit supports all the functionality listed
above.
There is one behaviour which may not be immediately obvious: if the
reference doc specifies a fixed date (i.e. not automatically updating),
and there’s a date specified in the metadata for the document, the
footer date is replaced by the metadata date.
- Include date, slide number, and static footer content from reference
doc
- Respect “slide number starts from” option
- Respect “Don’t show on title slide” option
- Add tests
Diffstat (limited to 'src/Text/Pandoc/Readers/Markdown.hs')
0 files changed, 0 insertions, 0 deletions