[snippets] add section title to presentation

This commit is contained in:
Marco Thomas
2022-12-06 11:32:26 +01:00
parent 717971016d
commit 013c4722f1

View File

@@ -137,6 +137,18 @@
" \\raisebox{2pt}[0pt][0pt]{\\insertframenumber/\\inserttotalframenumber}", " \\raisebox{2pt}[0pt][0pt]{\\insertframenumber/\\inserttotalframenumber}",
"}", "}",
"", "",
"%%% Show section title",
"\\AtBeginSection[] {",
" \\begin{frame}",
" \\vfill",
" \\centering",
" \\begin{beamercolorbox}[sep=8pt,center,shadow=true,rounded=true]{title}",
" \\usebeamerfont{title}\\insertsectionhead\\par%",
" \\end{beamercolorbox}",
" \\vfill",
" \\end{frame}",
"}",
"",
"%%% DEUTSCH!", "%%% DEUTSCH!",
"\\usepackage[ngerman]{babel}", "\\usepackage[ngerman]{babel}",
"", "",