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}
}
相关推荐
upp9 小时前
【bug】Error: /undefinedfilename in (/tmp/ocrmypdf.io.9xfn1e3b/origin.pdf)
ubuntu·pdf·bug·ghostscript
cnkeysky11 小时前
vscode 配置 latex
vscode·latex
杨过姑父11 小时前
部署开源版禅道,修改apache端口无效解决
bug·apache·软件工程·issue
chao_7892 天前
针对“仅某个地区出现Bug”的原因分析与解决方案
测试用例·bug
帅帅哥的兜兜2 天前
Bug问题
bug
养意2 天前
git提交代码和解决冲突修复bug
git·bug
东方不败之鸭梨的测试笔记2 天前
20250605车充安服务器受木马攻击导致服务不可用
bug
Htht1112 天前
【Qt】之【Get√】【Bug】通过值捕获(或 const 引用捕获)传进 lambda,会默认复制成 const
数据库·bug
前端发现3 天前
如何用 pnpm patch 给 element-plus 打补丁修复线上 bug(以 2.4.4 修复 PR#15197 为例)
bug
可乐鸡翅好好吃3 天前
通过BUG(prvIdleTask、pxTasksWaitingTerminatio不断跳转问题)了解空闲函数(prvIdleTask)和TCB
c语言·stm32·单片机·嵌入式硬件·bug·keil