I have a very basic question:
In the
articleclass how can I take the hyperlink "Contents" out of the table of contents without deleting the header "Content" which is above the whole table of contents?
[Notice that most – if not all – of the other questions on the topic are for the memoir class]
The question comes because, in this previous question, I found an answer (the one made by user Ashley) whhere it was suggested to use the following code:
\makeatletter
\@starttoc{toc}
\makeatother
However, as pointed out below the answer in a comment by user Werner, the result is that you take out the selfreferential hyperlink, but also the header with the title "Content".
Is it possible to avoid this?
Thank you for your time.
\usepackage{tocbibind}; in this case add thenottocoption:\usepackage[nottoc]{tocbibind}. – egreg May 30 '16 at 22:36tocbibind(it was a recent addition), and, when I compile without it , there is no problem. Is there a way to use it, and get rid of the things I mentioned effect. – Kolmin May 30 '16 at 22:36