Only sections in ToC
This commit is contained in:
parent
a4fac73780
commit
b0839454e4
@ -226,6 +226,11 @@ Note that this is marked as deprecated for koma-script.
|
|||||||
% \usepackage[nottoc]{tocbibind}
|
% \usepackage[nottoc]{tocbibind}
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
#+begin_src latex
|
||||||
|
% Only Chapters and Sections for main TOC
|
||||||
|
\setcounter{tocdepth}{1}
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** TODO Fonts
|
** TODO Fonts
|
||||||
|
|
||||||
#+begin_src latex
|
#+begin_src latex
|
||||||
@ -477,7 +482,7 @@ This lets us change the "tree-navigation" associated with the generated pdf and
|
|||||||
#+begin_src latex
|
#+begin_src latex
|
||||||
\usepackage{bookmark}
|
\usepackage{bookmark}
|
||||||
|
|
||||||
\bookmarksetup{depth=2}
|
\bookmarksetup{depth=3}
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Index and glossaries
|
** Index and glossaries
|
||||||
|
Loading…
x
Reference in New Issue
Block a user