1
0
mirror of https://github.com/eddelbuettel/binb synced 2024-12-22 04:29:59 +01:00

Allowed change in outline header

This commit is contained in:
Rob J Hyndman 2019-02-24 12:56:49 +11:00
parent 30328d343a
commit ca2534907d

View File

@ -253,7 +253,7 @@ $endif$
$if(toc)$
\AtBeginSection[]{
\frame<beamer>{
\frametitle{Outline}
\frametitle{$if(tocheader)$$tocheader$$else$Outline$endif$}
\tableofcontents[currentsection,hideallsubsections]
}}
$endif$
@ -334,7 +334,7 @@ $endfor$
$if(toc)$
\frame<beamer>{
\frametitle{Outline}
\frametitle{$if(tocheader)$$tocheader$$else$Outline$endif$}
\tableofcontents[hideallsubsections]
}
$endif$