几个 bib.tex 条目不能与 biber 结合使用

几个 bib.tex 条目不能与 biber 结合使用

正如标题所说,我的一些条目出现了问题,它们不起作用,而其他 15 个条目却起作用了。

我的 tex 文件:

\documentclass[12pt,a4paper]{report}

\title{}
\author{Me Me}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}

\usepackage{bm}
\usepackage{mathtools}

\usepackage[backend=biber,citestyle=alphabetic,bibstyle=alphabetic]{biblatex}

\addbibresource{citetest.bib}
\begin{document}
\subsection{Differential geometry on exotic spheres}
An overview over the further development of exotic spheres and open problems is given in \cite{joexocurv}. In 1966, Brieskorn \cite{bries}

\printbibliography 
\end{document}

这是 citetest.bib 文件。

@Article{joexocurv,
author = {Joachim, M. and Wraith, D. J.},
title = {Exotic spheres and curvature},
journaltitle = {Bulletin of the American Mathematical Society},
date = {2008},
volume = {45},
number = {4},
month = {10},
pages = {595-616},
}

@Article{bries,
author = {Brieskorn, E.},
title = {Beispiele zur Differentialtopologie von Singularit\"{a}ten},
journaltitle = {Inventiones Mathematicae},
date = {1966},
volume = {2},
pages = {1-14},
}

结果如下:

INFO - This is Biber 1.5
INFO - Logfile is 'citetest.blg'
INFO - Reading 'citetest.bcf'
WARN - Warning: Found biblatex control file version 2.5, expected version 2.3
INFO - Found 2 citekeys in bib section 0
INFO - Processing section 0
INFO - Looking for bibtex format file 'citetest.bib' for section 0
INFO - Found BibTeX data source 'citetest.bib'

进程因错误退出,提前致谢并致以亲切的问候!

佐南

相关内容