Ciao Lorenzo, ho inziato a usare biblatex anche se a tempi stretti… comunque è stato abbastanza facile, l’unica cosa mi da cinque errori:
`! Package inputenc Error: Keyboard character used is undefined
(inputenc) in inputencoding `utf8'.
See the inputenc package documentation for explanation.
Type H
…
l.15 …ng=colonizzazione,category=colonizzazione]
You need to provide a definition with \DeclareInputText
or \DeclareInputMath before using this key.
! Package inputenc Error: Keyboard character used is undefined
(inputenc) in inputencoding `utf8'.
See the inputenc package documentation for explanation.
Type H
…
l.15 …ng=colonizzazione,category=colonizzazione]
You need to provide a definition with \DeclareInputText
or \DeclareInputMath before using this key.
! Package inputenc Error: Keyboard character used is undefined
(inputenc) in inputencoding `utf8'.
See the inputenc package documentation for explanation.
Type H
…
l.16 …ng=reteitineraria,category=reteitineraria]
You need to provide a definition with \DeclareInputText
or \DeclareInputMath before using this key.
! Package inputenc Error: Keyboard character used is undefined
(inputenc) in inputencoding `utf8'.
See the inputenc package documentation for explanation.
Type H
…
l.16 …ng=reteitineraria,category=reteitineraria]
You need to provide a definition with \DeclareInputText
or \DeclareInputMath before using this key.
) [11
]
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 219.
Package atveryend Info: Empty hook `AfterLastShipout' on input line 219.
`
derivante da questo codice:
`\cleardoublepage
\addcontentsline{toc}{chapter}{\bibname}
\chapter*{\refname}
\starttwocolumns
\printbibliography[heading=colonizzazione,category=colonizzazione]%
\printbibliography[heading=reteitineraria,category=reteitineraria]%
\stoptwocolumns`
cosa può essere?? non capisco!