I have some problems with my table of contents - I mean I do not know how to mark whole word "Literatura" by the hyperreference. I just want the whole word of the literature to be a footnote (please see attached photo).
Here is my code for the part with Bibliography:
Code: Select all
\renewcommand\bibname{Literatura}
\renewcommand{\bibpreamble}{\vskip0.7cm}
\nocite{*}
\bibliographystyle{plain}
\addtocontents{toc}{\protect\addvspace{8pt}}
\phantomsection
\addcontentsline{toc}{section}{\numberline\bibname}
\bibliography{collectio}
\end{document}