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}
}
相关推荐
Tisfy1 天前
MacOS - 记录MacOS发烫的好几天 - 幕后黑手竟然是
macos·bug
明月与玄武1 天前
为什么程序员总是发现不了自己的Bug?
bug·为什么程序员总是发现不了bug
油炸自行车2 天前
【Qt】bug排查笔记——QMetaObject::invokeMethod: No such method
c++·笔记·qt·bug
Direction_Wind3 天前
flinksql bug: Non-query expression encountered in illegal context
数据库·sql·bug
钩鸿踏月5 天前
复盘一个诡异的Bug之FileNotFoundException
c#·bug·.net
tanxiaomi7 天前
记一次雪花算法 ID 精度丢失的Bug:前端接收到的 Long 被“四舍五入”了?
bug
仰望星空的凡人7 天前
【BUG排查】调试瑞萨RH850F1KMS1时候随机出现进入到unused_isr
bug·瑞萨·renesas
蓝蜂物联网7 天前
告别出差!蓝蜂物联网网关让PLC程序远程修改零延迟
物联网·自动化·bug
软测进阶8 天前
【第三章】软件测试缺陷管理:从判断到回归的全流程实践指南
测试工具·bug·源代码管理
lijiatu100868 天前
【ROS2】 忽略局域网多机通信导致数据接收的bug
bug·ros2