Advertisement

latex Bib文件中的引用差异:会议版本的Bib文件缺少booktitle字段的问题

阅读量:

血的教训…
该参考文献的bibtex格式中存在多种域名类型,其中一部分属于会议出版物,另一部分则为文章类型,其内部表述方式并不完全统一。
具体而言,会议文献采用的是@inproceedings,而期刊文章则使用@article
当会议文献误用article字段时,booktitle字段将无法正常显示(例如如下所示↓)

在这里插入图片描述
复制代码
    @inproceedings{ref1,
    	author={Pla-Alemany, Sofia and Romero, Juan Antonio and Santabárbara, José Manuel and Aliaga, Roberto and Maceira, Alicia M. and Moratal, David},  
    	bookTitle={2021 43rd Annual International Conference of the IEEE Engineering in Medicine   Biology Society (EMBC)},   
    	title={Automatic

全部评论 (0)

还没有任何评论哟~