mirror of
https://github.com/eddelbuettel/binb
synced 2024-12-22 12:39:58 +01:00
Allowed change in outline header
This commit is contained in:
parent
30328d343a
commit
ca2534907d
@ -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$
|
||||||
|
Loading…
x
Reference in New Issue
Block a user