diff options
author | Thomas Hodgson <hello@twshodgson.net> | 2015-12-15 10:30:11 +0000 |
---|---|---|
committer | Thomas Hodgson <hello@twshodgson.net> | 2015-12-15 14:00:46 +0000 |
commit | 355b58ff998059470d8ee14ae9afbbeb0c2282e8 (patch) | |
tree | 85c75ef5719652bf7870abe5f580128761440e7e | |
parent | 617e2af70c7d429a44d3b116d49d4b05840059e9 (diff) | |
download | pandoc-355b58ff998059470d8ee14ae9afbbeb0c2282e8.tar.gz |
Add an option to set title pages for sections
-rw-r--r-- | default.beamer | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.beamer b/default.beamer index f0a266c7e..aaa621658 100644 --- a/default.beamer +++ b/default.beamer @@ -131,8 +131,7 @@ $endif$ \widowpenalties 1 10000 \raggedbottom -% Comment these out if you don't want a slide with just the -% part/section/subsection/subsubsection title: +$if(section-titles)$ \AtBeginPart{ \let\insertpartnumber\relax \let\partname\relax @@ -151,6 +150,7 @@ $endif$ \let\subsectionname\relax \frame{\subsectionpage} } +$endif$ $if(links-as-notes)$ % Make links footnotes instead of hotlinks: |