Ho provato a sistemare il codice del documento usando biber e va un po’ meglio; però ci sono ancora problemi:
- quando utilizzo il comando \footnote{DeKerckhove:1993} dove DeKerckhove:1993 è la chiave di un record nel database bibliografico mi appare questo messaggio di errore nel log:
` Citation 'DeKerckhove:1993' on page 4 undefined on input line 57. Citation 'DeKerckhove:1993' on page 4 undefined` è strano, perché il record bibliografico è fatto correttamente ed ha sempre funzionato… Inoltre quando uso il comando \footnote LaTeX me lo evidenzia dandomi questo messaggio “unrecognized command”, però è strano, in quanto è un comando che ho sempre usato e che non mi ha dato mai problemi; - una nota dolente è sempre la bibliografia finale, che resta vuota, anche se viene realizzata la sezione intitolata “bibliografia”.
Il file.TEX lo compilo in questo modo:
- pdflatex
- bibtex modificato per richiamare biber
- pdflatex
- pdflatex
Questo è l’elenco degli errori che ottengo quando compilo:
`linea 0: No file OMSpplj.fd. on input line 51.
linea 51: Font shape `OMS/pplj/m/n' undefined(Font) using `OMS/cmsy/m/n' instead(Font) for symbol `textbullet' on input line 51. Font shape `OMS/pplj/m/n' undefined(Font) using `OMS/cmsy/m/n' instead(Font) for symbol `textbullet'
linea 57: Citation 'DeKerckhove:1993' on page 4 undefined on input line 57. Citation 'DeKerckhove:1993' on page 4 undefined
linea 0: Some font shapes were not available, defaults substituted.
linea 0: There were undefined references.
linea 0: Please (re)run Biber on the file:(biblatex) progetto(biblatex) and rerun LaTeX afterwards.`
Grazie per l’aiuto
Andrea