Re: backref e cancelletto (#) in un URL della bibliografia

#42551
Antonio Ledda
Partecipante
    Up
    0
    Down
    ::


    Ho fatto una prova.
    Codice:
    `\documentclass[a4paper]{article}
    \usepackage[pagebackref]{hyperref}

    \begin{document}
    \cite{pippo}
    \bibliographystyle{unsrturl}
    \bibliography{test}
    \end{document}`
    File .bib:
    `@ARTICLE{pippo,
    author = {Pippo, P.},
    title = {Titolo},
    journal = {Rivista di fumetti},
    year = {1955},
    volume = {5},
    pages = {421–424},
    url = {http://www.ip-sl.org/procs/abs07.html#talk9}
    }`
    Errore:
    `[…]
    ! Illegal parameter number in definition of \Hy@tempa.

    t
    l.8

    You meant to type ## instead of #, right?
    Or maybe a } was forgotten somewhere earlier, and things
    are all screwed up? I'm going to assume that you meant ##.

    ! Illegal parameter number in definition of \Hy@tempa.

    t
    l.8

    You meant to type ## instead of #, right?
    Or maybe a } was forgotten somewhere earlier, and things
    are all screwed up? I'm going to assume that you meant ##.
    […]`
    Output:
    http://freepdfhosting.com/30e40d0c78.pdf

    Ho usato TeXnicCenter RC1 e la TeX Live 2009 aggiornata a oggi, su Windows XP.

    Ciao
    Antonio

    Go to top