corrected the showsubsectionsatfirstoverview option

This commit is contained in:
Hedongliang Liu 2025-09-01 14:43:37 +02:00 committed by Andrej Rode
parent 1d8ac1b83c
commit 033013748f

View File

@ -670,9 +670,9 @@
{
\begin{frame}[tableofcontents=blue]{Overview}
\ifshowsubsectionsatfirstoverview{
\tableofcontents
\tableofcontents[subsectionstyle=show/show/show, subsubsectionstyle=hide/hide/hide]
}
\else{\tableofcontents[subsectionstyle=show/show/hide]}
\else{\tableofcontents[subsectionstyle=hide/hide/hide]}
\fi
\end{frame}
}