From ca2534907dc53042f327ebd61614b195eef2aadf Mon Sep 17 00:00:00 2001 From: Rob J Hyndman Date: Sun, 24 Feb 2019 12:56:49 +1100 Subject: [PATCH] Allowed change in outline header --- inst/rmarkdown/templates/monash/resources/template.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inst/rmarkdown/templates/monash/resources/template.tex b/inst/rmarkdown/templates/monash/resources/template.tex index d42c6e8..2edb8cd 100644 --- a/inst/rmarkdown/templates/monash/resources/template.tex +++ b/inst/rmarkdown/templates/monash/resources/template.tex @@ -253,7 +253,7 @@ $endif$ $if(toc)$ \AtBeginSection[]{ \frame{ - \frametitle{Outline} + \frametitle{$if(tocheader)$$tocheader$$else$Outline$endif$} \tableofcontents[currentsection,hideallsubsections] }} $endif$ @@ -334,7 +334,7 @@ $endfor$ $if(toc)$ \frame{ - \frametitle{Outline} + \frametitle{$if(tocheader)$$tocheader$$else$Outline$endif$} \tableofcontents[hideallsubsections] } $endif$