Search code examples
pandocbeamer

Section title slide with Pandoc and Beamer


I am using pandoc + beamer for some slides. How can I create a title slide to introduce a new section?

For example

____Slide 1_____
Section 1 ...
* bla
* bla
* bla
________________


_____Slide 2____


    Section 2      <--- How do I create this guy?

________________


____Slide 3_____
Section 2 ...
* bla
* bla
* bla
________________

Solution

  • If you are using pandoc just add the option --slide-level=2

    See http://pandoc.org/MANUAL.html#structuring-the-slide-show for details.