Problema biblatex

  • Creatore
    Topic
  • #89331
    lorenzo.pantieri
    Partecipante
      Up
      0
      Down
      ::


      Il sorgente:
      `\documentclass{scrbook}

      \usepackage[applemac]{inputenc}
      \usepackage[T1]{fontenc}
      \usepackage[english,italian]{babel}
      \usepackage[style=philosophy-modern,hyperref,backref,natbib,backend=biber]{biblatex}
      \usepackage[babel]{csquotes}

      \addbibresource{Prova}

      \begin{document}
      Ciao
      \nocite{*}
      \end{document}
      `
      Il file Prova.bib:
      `@book{castellacci:sante,
      author = {Castellacci, Carla and Pievani, Telmo},
      title = {Sante ragioni. Dal nascere al morire. La mano della Chiesa sulla nostra vita},
      publisher = {Chiarelettere},
      year = {2007},
      location = {Milano}
      }
      `
      L’errore:
      `INFO – This is Biber 1.7
      INFO – Logfile is 'Prova.blg'
      INFO – Reading 'Prova.bcf'
      INFO – Using all citekeys in bib section 0
      INFO – Processing section 0
      INFO – Looking for bibtex format file 'Prova' for section 0
      INFO – Found BibTeX data source './Prova.tex'
      ERROR – BibTeX subsystem: /var/folders/sM/sMELRZDsGGecxL9DiR4K+k+++TI/-Tmp-/PexNGk6Dex/Prova.tex_193.utf8, line 17, syntax error: at end of input, expected “@”
      INFO – ERRORS: 1
      `
      Dove sbaglio?

    • Devi essere connesso per rispondere a questo topic.

    Go to top