diff --git a/0-front/contents.tex b/0-front/contents.tex index 3f711e8..abf7c37 100644 --- a/0-front/contents.tex +++ b/0-front/contents.tex @@ -1,5 +1,6 @@ \begin{listof} \renewcommand{\contentsname}{\textsf{Contents}} \renewcommand{\cftsecfont}{}% Unbold sections + \pdfbookmark[chapter]{\contentsname}{toc} \tableofcontents \end{listof} diff --git a/config/content.tex b/config/content.tex index 989e681..d7b6079 100644 --- a/config/content.tex +++ b/config/content.tex @@ -23,7 +23,7 @@ \usepackage[autostyle]{csquotes}% For quotes \usepackage[dvipsnames]{xcolor}% More colors \usepackage{tocloft}% Customise the table of contents -\usepackage{tocbibind}% Add bibliography and lists to the table of contents +\usepackage[nottoc]{tocbibind}% Add bibliography and lists to the table of contents, and hide the table of contents itself % Footnotes \usepackage[hang]{footmisc}