我的书目中有些行打印得太长,而其他长条目则不是这种情况。请参见 International(条目 77)的图片
如何解决这个问题?
Latex 代码看起来像
\usepackage[backend=biber,style=numeric,sorting=none,urldate=comp,dateabbrev=false,maxnames=99]{biblatex}
\addbibresource{references.bib}
\DefineBibliographyStrings{english}{
urlseen = {retrieved},
}
\printbibliography[heading=bibintoc,title={Bibliography}]
并且打印不正确的项目
@inproceedings{LevineKoltun:ICML2012,
author = {Sergey Levine and Vladlen Koltun},
title = {Continuous Inverse Optimal Control with Locally Optimal Examples},
booktitle = {Proceedings of the 29th International Conference on Machine Learning},
year = {2012},
pages= {41--48}
}