2017-03-15 6 views

Antwort

0

Diesen Code in header.tex:

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

Und kompilieren mit:

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