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)$
\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$