Skip to content
Snippets Groups Projects
Verified Commit 32b58230 authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

fix: reset tocdepth for navbar

parent 78aa40b5
No related branches found
No related tags found
No related merge requests found
Pipeline #6393 passed
......@@ -135,6 +135,7 @@ polygon, regular polygon sides=4,fill=#1](){};}}}
\setcounter{tocdepth}{1}
\tableofcontents
\end{frame}
\setcounter{tocdepth}{3} % Resets tocdepth so navbar is good
\begin{frame}{\insertsectionhead}
......
......@@ -148,6 +148,7 @@ sectionstyle=style2
\setcounter{tocdepth}{1}
\tableofcontents
\end{frame}
\setcounter{tocdepth}{3} % Resets tocdepth so navbar is good
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment