diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2018-01-17 12:18:40 -0500 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2018-01-17 16:40:32 -0500 |
commit | 63a2507d0e35036d784eb84badb75811f70a5fb9 (patch) | |
tree | 5768c52c4517a99a88565695798fe57c7d766cff /src/Text/Pandoc/PDF.hs | |
parent | 80528eaeb640fc5beff5b4028872f5868d8c36e0 (diff) | |
download | pandoc-63a2507d0e35036d784eb84badb75811f70a5fb9.tar.gz |
Powerpoint writer: Revamp slide type
This is an internal change to the Presentation type. The algebraic
datatype that used to be called `Slide` is now `Layout`, and Slide is
defined as `Slide SlideId Layout (Maybe Notes)`. Though there should
be no user-visible changes in this commit, it offers two benefits
moving forward:
1. Slides now carry their Id with them, instead of being assigned it
in deck order. This makes it easier to set up a link to, say, an
endnotes slide ahead of time.
2. This makes room for Notes slides, when we implement them.
Diffstat (limited to 'src/Text/Pandoc/PDF.hs')
0 files changed, 0 insertions, 0 deletions