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}
}
相关推荐
明月与玄武3 小时前
测试人员--如何区分前端BUG和后端BUG
bug·如何区分前端bug和后台bug
清水白石0083 小时前
从一个“支付状态不一致“的bug,看大型分布式系统的“隐藏杀机“
java·数据库·bug
Better Bench18 小时前
如何将Latex的文章内容快速用word+Endnote排版
word·latex
爱写代码的派大星20 小时前
bug 就像隐藏在暗处的小怪兽
bug
燕双嘤20 小时前
Bug:引入Feign后触发了2次、4次ContextRefreshedEvent
bug
向上的车轮1 天前
软件世界中的超级bug有哪些?
bug
测试小小怪下士3 天前
Bug的严重等级和优先级别与分类
bug
测试小小怪下士3 天前
软件Bug和缺陷的区别是什么?
bug
Matrix705 天前
Spark_写ORALCE:ORA-01426 numeric overflow 问题解决
bug
明耀7 天前
WPF Gif图谱 如果隐藏的话会存在BUG
c#·bug·wpf