latexshop 使用bug:xxx has a comma at the end

20231226

"has a comma at the end"

应该是latexshop某次更新之后出现该问题:

https://tex.stackexchange.com/questions/156377/when-running-bibtex-with-a-statement-that-has-a-comma-at-the-end-this-is-obscur

解决方案也很匪夷所思,只要在作者一栏额外添加一个大括号就行:

cpp 复制代码
@article{belytschko_1984_hourglass,
  author = {Belytschko, Ted and Ong, Jame Shau-Jen and Wing Kam Liu,  and Kennedy, James M.},
  month = {05},
  pages = {251-276},
  title = {Hourglass control in linear and nonlinear problems},
  doi = {10.1016/0045-7825(84)90067-7},
  urldate = {2022-02-06},
  volume = {43},
  year = {1984},
  journal = {Computer Methods in Applied Mechanics and Engineering}
}

to

cpp 复制代码
@article{belytschko_1984_hourglass,
  author = {{Belytschko, Ted and Ong, Jame Shau-Jen and Wing Kam Liu,  and Kennedy, James M.}},
  month = {05},
  pages = {251-276},
  title = {Hourglass control in linear and nonlinear problems},
  doi = {10.1016/0045-7825(84)90067-7},
  urldate = {2022-02-06},
  volume = {43},
  year = {1984},
  journal = {Computer Methods in Applied Mechanics and Engineering}
}
相关推荐
黄昏恋慕黎明16 小时前
测试之bug篇
bug
LXY_BUAA1 天前
《计算机操作系统》_并发 bug 和应对 (死锁/数据竞争/原子性违反;防御性编程和动态分析)20251106
bug
没有韭菜的饺子1 天前
记录一个IDEA的神奇bug
bug
LilySesy2 天前
ABAP+WHERE字段长度不一致报错解决
java·前端·javascript·bug·sap·abap·alv
万粉变现经纪人2 天前
如何解决 pip install 安装报错 [WinError 32] 文件被占用(杀毒/占用进程)问题
python·pycharm·flask·beautifulsoup·bug·pandas·pip
喝凉白开都长肉的大胖子2 天前
比较 main.tex 的两个不同版本(例如旧版和新版),并生成一个带有修改标记(如删除线、高亮、修订注释)的 PDF 或文本输出。
pdf·latex
汽车通信软件大头兵2 天前
Boot问题分析-----内存访问相关bug分析
bug
爱编程的鱼4 天前
想学编程作为今后的工作技能,学哪种语言适用性更强?
开发语言·算法·c#·bug
拽着尾巴的鱼儿5 天前
fixed-bug:JPA 关联关系的对象序列化循环引用问题
spring·bug·jpa
南汐以墨5 天前
BUG与测试用例
测试用例·bug