From 764a5989dc959c4f91f2475e9dc555fc7040dc21 Mon Sep 17 00:00:00 2001 From: Pedro Rey Anca Date: Mon, 15 Sep 2025 20:46:13 +0200 Subject: [PATCH] Add TOC before each section --- main.tex | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/main.tex b/main.tex index 7fadd08..549f546 100644 --- a/main.tex +++ b/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}