我的文内引用出现了奇怪的情况。
这种情况尤其发生在多位作者条目中。第一位作者的姓名首字母没有问题,但文内引用中省略了其他两位作者的姓名首字母。
@INPROCEEDINGS{connectmodel,
keywords={cited},
author={Jong Kwan Lee and Newman, T. S. and Gary, G. A.},
booktitle={Pattern Recognition, 2004. ICPR 2004. Proceedings of the 17th International Conference on},
title={Automated detection of solar loops by the oriented connectivity method},
year={2004},
month={Aug},
volume={4},
pages={315-318 Vol.4},
doi={10.1109/ICPR.2004.1333766},
ISSN={1051-4651}
}
@ARTICLE{markusoccult,
keywords = {cited},
author = {Markus Aschwanden and Bart {De Pontieu} and Eugene Katrukha},
title = "{Optimization of Curvilinear Tracing Applied to Solar Physics and Biophysics}",
journal = {Entropy},
archivePrefix = "arXiv",
eprint = {1307.5046},
primaryClass = "astro-ph.SR",
year = 2013,
month = jul,
volume = 15,
pages = {3007-3030},
doi = {10.3390/e15083007}
}
使用的 biblatex 初始化是:
\usepackage[backend=biber, style=authoryear,sorting=nyt,firstinits=true]{biblatex}
它与 \textcite 和 \parencite 一起出现。不过最终的参考列表很好。
文内括号和文本引用的示例输出:
(M. Aschwanden, De Pontieu, and Katrukha 2013)
J. K. Lee, Newman, and Gary (2004)
干杯