如何修复引用后的空格错误?

发布于 2025-01-10 15:48:06 字数 836 浏览 0 评论 0原文

我在 Python (Pycharm IDE) 中使用 Latex 来写我的论文。我遇到的错误

This is BibTeX, Version 0.99d (MiKTeX 21.8)
The top-level auxiliary file: main.aux
The style file: biblatex.bst
White space in argument---line 121 of file main.aux
 : \citation{turt
 :                Santra2017}
I'm skipping whatever remains of this command
Database file #1: main-blx.bib
Database file #2: library.bib
Biblatex version: 3.16
(There was 1 error message)
bibtex: major issue: So far, you have not checked for MiKTeX updates.

Process finished with exit code 1

在使用 \parencite 进行引用时,我不小心犯了一个拼写错误,后来我更正了。拼写错误是 \parencite{turt Santra2017} - 如错误所示。

即使在修复了拼写错误、重新启动 Pycharm 几次、甚至完全删除此引用之后,我仍然遇到完全相同的错误,阻止我编译 .tex。

编译器是pdfLatex,Sumatra PDF查看器,LaTeX发行版是MiKTex。

还有其他方法可以解决这个问题吗?先感谢您!

I'm using latex in Python (Pycharm IDE) to write my thesis. The error I am getting

This is BibTeX, Version 0.99d (MiKTeX 21.8)
The top-level auxiliary file: main.aux
The style file: biblatex.bst
White space in argument---line 121 of file main.aux
 : \citation{turt
 :                Santra2017}
I'm skipping whatever remains of this command
Database file #1: main-blx.bib
Database file #2: library.bib
Biblatex version: 3.16
(There was 1 error message)
bibtex: major issue: So far, you have not checked for MiKTeX updates.

Process finished with exit code 1

While doing citations with \parencite, I had accidentally made a typo, which I later corrected. The typo was \parencite{turt Santra2017} - as shown in the error.

Even after fixing the typo, restarting Pycharm several times, even deleting this reference entirely, I am still getting this exact same error preventing me from compiling my .tex.

The compiler is pdfLatex, Sumatra PDF viewer, LaTeX distribution is MiKTex.

Any ideas of other ways to troubleshoot this? Thank you in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文