.bib 文件中的 UTF8 疑似问题

.bib 文件中的 UTF8 疑似问题

我遇到了以下问题。当我尝试编译 .tex 文件时,我得到:

“包 inputenc 错误:Unicode 字符 \u8 未设置为用于 LaTeX”。

.tex 文件是 UTF8 编码的。

在 bib 文件上运行 biker 得到:

"INFO - This is Biber 1.6
INFO - Logfile is 'Seminararbeit Copulas.blg'
INFO - Reading 'Seminararbeit Copulas.bcf'
Entity: line 1850: parser error : Extra content at the end of the document
    <bcf:field>" 

现在,这几乎是突然出现的。我向我的 BibTeX 文件添加了一个条目并尝试引用它。此后,我删除了引文和 BibTeX 条目,但错误仍然存​​在。

有问题的 BibTeX 条目是:

@article{aloui2011global,
  title={Global financial crisis, extreme interdependences, and contagion effects: The role of economic structure?},
  author={Aloui, Riadh and A{\"\i}ssa, Mohamed Safouane Ben and Nguyen, Duc Khuong},
  journal={Journal of Banking \& Finance},
  volume={35},
  number={1},
  pages={130--141},
  year={2011},
  publisher={North-Holland}
}

任何帮助,将不胜感激!

相关内容