Re: hyperref: footnote link sbagliati

#35735
Antonio Ledda
Partecipante
    Up
    0
    Down
    ::

    Ok.. leggendo bene ho trovato che lo devo caricare per ultimo.

    Ora però clicando sulla bibliografia nell’indice, vengo riportato all’ultimo paragrafo scritto.
    La bibliografia la genero così:

    `\cleardoublepage
    \addcontentsline{toc}{chapter}{\refname}
    \nocite{*}
    \bibliographystyle{unsrt}
    \bibliography{Bibliografia}
    `

    Prova così:
    `\cleardoublepage
    \phantomsection
    \addcontentsline{toc}{chapter}{\refname}
    …`
    Ciao,
    Antonio

    Go to top