在我的论文中添加参考文献时,我从谷歌学术复制了以下 BibTex:
@article{aygunoǧlu2009introduction,
title={Introduction to fuzzy soft groups},
author={Ayg{\"u}noǧlu, Abd{\"u}lkadir and Ayg{\"u}n, Halis},
journal={Computers \& Mathematics with Applications},
volume={58},
number={6},
pages={1279--1286},
year={2009},
publisher={Elsevier}
}
将其粘贴到我创建的 .bib 文件中后,我在原始 .tex 文件中添加了标签键。但我收到以下错误:
line 52: Missing \endcsname inserted. ...on 2.15} \cite{aygunoǧlu2009introduction}
请建议我如何修复它。
答案1
引用键不应包含特殊字符:最好使用字母(不带重音符号)和数字。
如果使用 XeLaTeX 或 LuaLaTeX 进行编译,则可以这样做aygunoǧlu2009introduction
,但 bib 文件实际上不可移植。
所以最好的解决方案是将密钥从
aygunoǧlu2009introduction
到
aygunoglu2009introduction
如果你编译pdflatex
它,最好将作者姓名更改为
Ayg{\"u}no{\u{g}}lu
所以排序不会产生问题。