错误“显示数学应该以 $$ 结尾。$$$\backslash”

错误“显示数学应该以 $$ 结尾。$$$\backslash”

在论文中添加参考文献时,我bibtex从谷歌学术复制了以下内容:

@article{bhattacharya2017fuzzy,
  title={Fuzzy independent topological spaces generated by fuzzy $$$\backslash$gamma\^{}$\{$*$\}$ $$ $\gamma$∗-open sets and their applications},
  author={Bhattacharya, B},
  journal={Afrika Matematika},
  volume={28},
  number={5},
  pages={909--928},
  year={2017},
  publisher={Springer}
}

之后,我将相同的内容粘贴到我创建的 bib 文件中,然后在原始 tex 文件中引用了相同的内容。但是,我在之前编译得很好的某行中遇到了以下错误。而且,我在该行中找不到任何缺失的“$”符号。

line 48: Display math should end with $$. $$$\backslash
line 48: Missing $ inserted. $$$\backslash
line 48: Display math should end with $$. $$$\backslash$gamma\^{}$\{$*$\}$ $$ $\gamma
line 48: Missing $ inserted. $$$\backslash$gamma\^{}$\{$*$\}$ $$ $\gamma
line 48: Unicode character ∗ (U+2217) not set up for use with LaTeX. ...ackslash$gamma\^{}$\{$*$\}$ $$ $\gamma$∗

请帮助我修复它。

答案1

当书目条目的标题中有数学时,Google Scholar 就不太好用了。它所做的“翻译”真的很垃圾。

您需要手动修复它:

  title={Fuzzy independent topological spaces generated by
    fuzzy $\gamma^{*}$-open sets and their applications},

以下是文章标题的图片Springer 网站

在此处输入图片描述

相关内容