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,10 +43,18 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
\begin{frame}
|
\begin{frame}
|
||||||
\frametitle{Tabla de contidos}
|
\frametitle{Táboa de contidos}
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
\AtBeginSection[ ]
|
||||||
|
{
|
||||||
|
\begin{frame}
|
||||||
|
\frametitle{Táboa de contidos}
|
||||||
|
\tableofcontents[currentsection, hideallsubsections]
|
||||||
|
\end{frame}
|
||||||
|
}
|
||||||
|
|
||||||
\section{Definicións}
|
\section{Definicións}
|
||||||
\subsection{Software Libre}
|
\subsection{Software Libre}
|
||||||
\begin{frame}
|
\begin{frame}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue