cagix / pandoc-lecture

Pandoc Markdown Lecture Template: This project defines a skeleton repo for creating lecture slides and handouts including lecture notes out of Pandoc Markdown (https://pandoc.org/MANUAL.html) using a single source approach.
MIT License
97 stars 18 forks source link

Defaults: header level for Beamer #163

Open cagix opened 1 year ago

cagix commented 1 year ago

currently we use a "title" metadata variable and start with H2 headers, which is also "hard wired" in the beamer default file.

we could use the option --shift-heading-level-by=1 to propagate the "title" field to the first H1 header. however, we'd need to use in the document also H1 instead of H2 headers (which will be demoted to H2 with this option). this would need changing in the beamer default file, too.

question: bc uses already H1 to group parts of her larger slide sets. would this still work?