Re: Problema con la creazione della bibliografia

#69350
Up
0
Down
::

peppepegasus” post=68514ciao,

ho realizzato la bibliografia con il biblatex utilizzando la maschera per immettere i dati.
Nel documento, nel preambolo, ho inserito le righe:

\documentclass[a4paper,11pt]{article}
\usepackage[latin1]{inputenc}
\usepackage[english]{babel}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage[dvips]{graphicx}
\usepackage{listings} %Per inserire codice
\usepackage[style=alphabetic]{biblatex}

\usepackage{verbatim}
\bibliography{bibliografia}
\begin{document}

e alla fine:

\printbibliography

\end{document}

nel documento richiamo i riferimenti con

\cite{Resnick94}

dove nella bibliografia ho il riferimento resnisck con quella etichetta.
Però compilando il fiel .tex ricevo questa serie di errori:

Compilazione del progetto: Articolo_Survey
————————————————–
articolo_survey.tex(1): Package biblatex Warning: ‘babel’ detected but ‘csquotes’ missing.
articolo_survey.tex(1): Package biblatex Warning: Data encoding is ‘latin1’.
articolo_survey.tex(12): Errore: Package biblatex Error: File ‘articolo_survey.bbl’ not created by biblatex.
articolo_survey.tex(19): Underfull \hbox (badness 10000) in paragraph at lines 19–24
articolo_survey.tex(25): LaTeX Warning: Citation ‘Jan10’ on page 1 undefined on input line 25.
articolo_survey.tex(25): LaTeX Warning: Citation ‘Ricci10’ on page 1 undefined on input line 25.
articolo_survey.tex(25): LaTeX Warning: Citation ‘Gabor08’ on page 1 undefined on input line 25.
articolo_survey.tex(26): LaTeX Warning: Citation ‘Koren09’ on page 1 undefined on input line 26.
articolo_survey.tex(26): LaTeX Warning: Citation ‘1’ on page 1 undefined on input line 26.
articolo_survey.tex(25): Underfull \hbox (badness 10000) in paragraph at lines 25–28
articolo_survey.tex(29): Underfull \hbox (badness 10000) in paragraph at lines 29–30
articolo_survey.tex(33): LaTeX Warning: Citation ‘Burke02’ on page 1 undefined on input line 33.
articolo_survey.tex(34): LaTeX Warning: Citation ‘Breese98’ on page 1 undefined on input line 34.
articolo_survey.tex(34): LaTeX Warning: Citation ‘Resnick94’ on page 1 undefined on input line 34.
articolo_survey.tex(34): LaTeX Warning: Citation ‘Hill95’ on page 1 undefined on input line 34.
articolo_survey.tex(34): LaTeX Warning: Citation ‘Shardanand95’ on page 1 undefined on input line 34.
articolo_survey.tex(34): LaTeX Warning: Citation ‘Resnick94’ on page 1 undefined on input line 34.
articolo_survey.tex(35): LaTeX Warning: Citation ‘McNee06’ on page 1 undefined on input line 35.
articolo_survey.tex(36): LaTeX Warning: Citation ‘Lops10’ on page 1 undefined on input line 36.
articolo_survey.tex(37): LaTeX Warning: Citation ‘Schclar09’ on page 1 undefined on input line 37.
articolo_survey.tex(31): Overfull \hbox (4.63353pt too wide) in paragraph at lines 31–41
articolo_survey.tex(79): LaTeX Warning: Citation ‘Berry95’ on page 4 undefined on input line 79.
articolo_survey.tex(86): LaTeX Warning: Citation ‘Sarwar00’ on page 5 undefined on input line 86.
articolo_survey.tex(90): LaTeX Warning: Citation ‘Sarwar00’ on page 5 undefined on input line 90.
articolo_survey.tex(90): LaTeX Warning: Citation ‘Deerwester90’ on page 5 undefined on input line 90.
articolo_survey.tex(96): Underfull \hbox (badness 10000) in paragraph at lines 96–101
articolo_survey.tex(123): LaTeX Warning: Citation ‘Golub83’ on page 6 undefined on input line 123.
articolo_survey.tex(132): Overfull \hbox (1.95316pt too wide) in paragraph at lines 132–135
articolo_survey.tex(147): LaTeX Warning: Citation ‘Berry92’ on page 7 undefined on input line 147.
articolo_survey.tex(152): LaTeX Warning: Citation ‘Berry92’ on page 7 undefined on input line 152.
articolo_survey.tex(196): Overfull \hbox (4.39844pt too wide) in paragraph at lines 196–197
articolo_survey.tex(393): LaTeX Warning: Citation ‘Marlin04’ on page 14 undefined on input line 393.
articolo_survey.tex(455): LaTeX Warning: Citation ‘Golub89’ on page 16 undefined on input line 455.
articolo_survey.tex(454): Underfull \hbox (badness 10000) in paragraph at lines 454–459
articolo_survey.tex(472): Underfull \hbox (badness 10000) in paragraph at lines 472–473
articolo_survey.tex(474): Underfull \hbox (badness 10000) in paragraph at lines 474–475
articolo_survey.tex(476): Underfull \hbox (badness 10000) in paragraph at lines 476–477
articolo_survey.tex(493): Underfull \hbox (badness 10000) in paragraph at lines 493–495
articolo_survey.tex(496): Underfull \hbox (badness 10000) in paragraph at lines 496–497
articolo_survey.tex(519): Underfull \hbox (badness 10000) in paragraph at lines 519–520
articolo_survey.tex(521): Underfull \hbox (badness 10000) in paragraph at lines 521–522
articolo_survey.tex(523): Underfull \hbox (badness 10000) in paragraph at lines 523–524
articolo_survey.tex(525): Underfull \hbox (badness 10000) in paragraph at lines 525–526
articolo_survey.tex(533): Underfull \hbox (badness 10000) in paragraph at lines 533–535
articolo_survey.tex(540): Underfull \hbox (badness 10000) in paragraph at lines 540–541
articolo_survey.tex(542): Underfull \hbox (badness 10000) in paragraph at lines 542–543
articolo_survey.tex(544): Underfull \hbox (badness 10000) in paragraph at lines 544–545
articolo_survey.tex(546): Underfull \hbox (badness 10000) in paragraph at lines 546–547
articolo_survey.tex(565): LaTeX Warning: Empty bibliography on input line 565.
articolo_survey.tex(1): There were undefined references.
articolo_survey.tex(1): Package biblatex Warning: Please (re)run BibTeX on the file(s):
————————————————–

Articolo_Survey – 1 errori, 28 avvertimenti, 3 overfull box(es), 19 underfull box(es)

ho compilato anche con bibtex ma niente. Il documento dvi c’è ma in esso non viene stampata la bibliografia.
Come posso risolvere il problema? qualcuno sa darmi una dritta? grazie.
PS: io uso miktex 2.9 e come editor whinshell 3.3.2.4.

Sempre sulla guida di Lorenzo si consiglia, a pagina 2, di usare anche:

`
\usepackage[babel]{csquotes}
`
che infatti ti compare come primo errore. Prova ad inserirlo nel preambolo e guarda se hai ancora l’errore. 🙂

Ciao,
Claudio

Go to top