aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2018-06-11 12:35:11 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2018-06-11 12:35:11 +0200
commit3680f1ad10d1cbb4a48eb98673fa7018d1ab36e5 (patch)
treed7f3a3c09410f93b610416700119d6b7bf354a12 /README.md
parenta86146180f62f38ccbdc9da68fd38ebee5da074a (diff)
downloadperl-software-in-gnu-guix-3680f1ad10d1cbb4a48eb98673fa7018d1ab36e5.tar
perl-software-in-gnu-guix-3680f1ad10d1cbb4a48eb98673fa7018d1ab36e5.tar.gz
merge #1955 with minor changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9c7b3d8..7a570d5 100644
--- a/README.md
+++ b/README.md
@@ -947,6 +947,11 @@ Reveal.initialize({
Presentations can be exported to PDF via a special print stylesheet. This feature requires that you use [Google Chrome](http://google.com/chrome) or [Chromium](https://www.chromium.org/Home) and to be serving the presentation from a webserver.
Here's an example of an exported presentation that's been uploaded to SlideShare: http://www.slideshare.net/hakimel/revealjs-300.
+### Separate pages for fragments
+[Fragments](#fragments) are printed on separate slides by default. Meaning if you have a slide with three fragment steps, it will generate three separate slides where the fragments appear incrementally.
+
+If you prefer printing all fragments in their visible states on the same slide you can set the `pdfSeparateFragments` config option to false.
+
### Page size
Export dimensions are inferred from the configured [presentation size](#presentation-size). Slides that are too tall to fit within a single page will expand onto multiple pages. You can limit how many pages a slide may expand onto using the `pdfMaxPagesPerSlide` config option, for example `Reveal.configure({ pdfMaxPagesPerSlide: 1 })` ensures that no slide ever grows to more than one printed page.