Re: pacchetto footbib e foonote

#19650
DMW
    Up
    0
    Down
    ::


    Passa a biblatex.
    `
    \documentclass[a4paper]{book}
    \usepackage[italian]{babel}
    \usepackage[babel]{csquotes}
    \usepackage[style=authoryear]{biblatex}
    \bibliography{biliografia}%nome del file bib

    \begin{document}
    testo\footnote{nota1} proviamo\footcite[See][59–63]{companion} a citare \cite{companion}
    testo teso\footnote{nota2}

    \printbibliography
    \end{document}
    `

    ecco altri esempi
    http://www.ctan.org/tex-archive/macros/latex/exptl/biblatex/doc/examples/#jh874afa79fe9dfab47986647b61f2d05d

    L’unica cosa è che non puoi usare uno stile esterno creato ad esempio con makebst.

    Comunque ci sono molti stili. Leggi la guida che di sicuro riuscirai a comporre il tuo.
    http://www.ctan.org/get/macros/latex/exptl/biblatex/doc/biblatex.pdf

    Ciao

    Andrea

    Go to top