<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/test/pptx/footer, branch master</title>
<subtitle>Conversion between markup formats</subtitle>
<id>https://git.pashev.ru/pandoc/atom?h=master</id>
<link rel='self' href='https://git.pashev.ru/pandoc/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/'/>
<updated>2021-10-04T19:24:12Z</updated>
<entry>
<title>Powerpoint writer: consolidate text runs when possible.</title>
<updated>2021-10-04T19:24:12Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-10-04T19:18:18Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=b8d460eeabe97756d49e4bc5f00c6bb084b69aa5'/>
<id>urn:sha1:b8d460eeabe97756d49e4bc5f00c6bb084b69aa5</id>
<content type='text'>
This slims down the output files by avoiding unnecessary
text run elements.

Updated golden tests.
</content>
</entry>
<entry>
<title>Revert "Powerpoint writer: consolidate text run nodes."</title>
<updated>2021-10-04T18:50:32Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-10-04T18:50:32Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=82d587493d97536a64110902f647d953b5f28dd4'/>
<id>urn:sha1:82d587493d97536a64110902f647d953b5f28dd4</id>
<content type='text'>
This reverts commit 62f83aa48633af477913bde6f615fe9f8793901a.

This was already being done, it seems.
I misidentified the problem; it is really with `Str ""` nodes.
</content>
</entry>
<entry>
<title>Powerpoint writer: consolidate text run nodes.</title>
<updated>2021-10-04T18:45:01Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-10-04T18:45:01Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=62f83aa48633af477913bde6f615fe9f8793901a'/>
<id>urn:sha1:62f83aa48633af477913bde6f615fe9f8793901a</id>
<content type='text'>
This should reduce the size of the generated files.
</content>
</entry>
<entry>
<title>pptx: Support footers in the reference doc</title>
<updated>2021-09-18T16:55:45Z</updated>
<author>
<name>Emily Bourke</name>
<email>undergroundquizscene@protonmail.com</email>
</author>
<published>2021-09-14T16:07:46Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=50adea220d09e445572e94e225fa7a81b3b2bf89'/>
<id>urn:sha1:50adea220d09e445572e94e225fa7a81b3b2bf89</id>
<content type='text'>
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
</content>
</entry>
</feed>
