You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
225 B
5 lines
225 B
% TOC bookmark solution found here:
|
|
% https://tex.stackexchange.com/questions/97024/how-to-add-the-pdf-bookmark-of-toc-without-its-name-contents-in-toc
|
|
\clearpage
|
|
\pdfbookmark{\contentsname}{toc}
|
|
\tableofcontents \label{toc}
|
|
|