2017-03-15 53 views

回答

0

將這個代碼header.tex

\AtBeginSection[] 
{ 
\begin{frame}<beamer> 
\frametitle{Plan} 
\tableofcontents[currentsection] 
\end{frame} 
} 

並與編譯:

--- 
output: 
    beamer_presentation: 
    includes: 
     in_header: header.tex 
---