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
1 changed files with 2 additions and 2 deletions

View File

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