Only sections in ToC

This commit is contained in:
Thomas Dehaeze 2025-04-23 19:54:21 +02:00
parent a4fac73780
commit b0839454e4

View File

@ -226,6 +226,11 @@ Note that this is marked as deprecated for koma-script.
% \usepackage[nottoc]{tocbibind}
#+end_src
#+begin_src latex
% Only Chapters and Sections for main TOC
\setcounter{tocdepth}{1}
#+end_src
** TODO Fonts
#+begin_src latex
@ -477,7 +482,7 @@ This lets us change the "tree-navigation" associated with the generated pdf and
#+begin_src latex
\usepackage{bookmark}
\bookmarksetup{depth=2}
\bookmarksetup{depth=3}
#+end_src
** Index and glossaries