diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-01-24 20:52:09 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-01-24 20:52:09 -0800 |
commit | 74100cf37186f93c748a33ad5a0b0ac618880b3b (patch) | |
tree | bb0761816a563484c5f43d28efb730427f6f0aab /README | |
parent | f7ed8d5ddcd8fb5aaadad0793e606ed00a718300 (diff) | |
download | pandoc-74100cf37186f93c748a33ad5a0b0ac618880b3b.tar.gz |
README: More on slide shows.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2019,6 +2019,12 @@ level 2 headers, which are followed by content, so 2 is the content level. block, if present. (In the case of beamer, this can be disabled by commenting out some lines in the default template.) +These rules are designed to support many different styles of slide show. If +you don't care about structuring your slides into sections and subsections, +you can just use level 1 headers for all each slide. (In that case, level 1 +will be the content level.) But you can also structure the slide show into +sections, as in the example above. + For Slidy and S5, the file produced by pandoc with the `-s/--standalone` option embeds a link to javascripts and CSS files, which are assumed to be available at the relative path `s5/default` (for S5) or at the Slidy |