Add TOC before each section
This commit is contained in:
parent
9fc7eae6dc
commit
764a5989dc
1 changed files with 9 additions and 1 deletions
10
main.tex
10
main.tex
|
@ -43,9 +43,17 @@
|
|||
}
|
||||
|
||||
\begin{frame}
|
||||
\frametitle{Tabla de contidos}
|
||||
\frametitle{Táboa de contidos}
|
||||
\tableofcontents
|
||||
\end{frame}
|
||||
|
||||
\AtBeginSection[ ]
|
||||
{
|
||||
\begin{frame}
|
||||
\frametitle{Táboa de contidos}
|
||||
\tableofcontents[currentsection, hideallsubsections]
|
||||
\end{frame}
|
||||
}
|
||||
|
||||
\section{Definicións}
|
||||
\subsection{Software Libre}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue