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}
}
相关推荐
卷心菜小温8 小时前
【BUG】P-tuningv2微调ChatGLM2-6B时所踩的坑
python·深度学习·语言模型·nlp·bug
鸡c8 小时前
测试-----BUG篇
bug
LabVIEW开发14 小时前
LabVIEW程序怎么解决 Bug?
bug·labview
优雅的小武先生15 小时前
QT中的按钮控件和comboBox控件和spinBox控件无法点击的bug
开发语言·qt·bug
酷酷-1 天前
彩虹易支付最新版源码及安装教程(修复BUG+新增加订单投诉功能)
html·php·bug
佛系小嘟嘟2 天前
Android-由switch-case和view.getId()引起的bug:错误:需要常量表达式 的解决办法
android·bug
未来可期LJ2 天前
【测试-BUG篇】软件测试的BUG知识你了解多少呢?
软件测试·bug
软件测试很重要2 天前
追梦无Bug的软件世界
bug
我又来搬代码了3 天前
【Android】【bug】ImageView设置scaleType不生效的问题
android·bug
吴恩达亲传弟子3 天前
【Bug】解决 Ubuntu 中 “error: Unable to Find Python3 Executable” 错误
linux·ubuntu·bug