Page LayoutInclude whole the word by hyperreference

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
ciema7
Posts: 22
Joined: Sat Nov 10, 2018 2:31 am

Include whole the word by hyperreference

Post by ciema7 »

Hello,

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}
Attachments
liter.png
liter.png (14.16 KiB) Viewed 3026 times
Last edited by Stefan Kottwitz on Tue Dec 04, 2018 5:40 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Include whole the word by hyperreference

Post by Stefan Kottwitz »

Hi,

do you have code that can be tested? Like a reduced document code copy, that shows the issue. With those few lines I cannot verify the issue.

Stefan
LaTeX.org admin
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Include whole the word by hyperreference

Post by Johannes_B »

Try without the \numberline
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
ciema7
Posts: 22
Joined: Sat Nov 10, 2018 2:31 am

Include whole the word by hyperreference

Post by ciema7 »

Thank You Stefan Kottwitz & Johannes_B for help. Johannes_B: the solution You presented was OK, problem disappeared.
Post Reply