TeXstudio 似乎构建了我没有指定的内容?!这是怎么回事?

TeXstudio 似乎构建了我没有指定的内容?!这是怎么回事?

我在 Ubuntu 20.04 上使用 TeXstudio,并安装了今年的 TeXlive 发行版。TeXstudio 报告为 TeXstudio 2.12.22(版本:2.12.22+debian-1build1)。

现在,出于我无法理解的原因,TeXstudio 有时会开始构建名称似乎是随机生成的文档。它看起来像这样:

TeXstudio 中消息窗格的屏幕截图

或者以纯文本形式:

Process started: lualatex -synctex=1 -interaction=nonstopmode "mydocument.tex"

Process exited normally



Process started: pdflatex -interaction=nonstopmode -ini "&pdflatex hhCMKWs \dump"

Process exited with error(s)

Process started: pdflatex -synctex=1 -interaction=nonstopmode "HgdqIN".tex

Process started: pdflatex -synctex=1 -interaction=nonstopmode "UYyUaE".tex

Process started: pdflatex -synctex=1 -interaction=nonstopmode "mgLZrf".tex

Process exited with error(s)

Process exited with error(s)

Process started: pdflatex -synctex=1 -interaction=nonstopmode "xbSzpJ".tex

Process started: pdflatex -synctex=1 -interaction=nonstopmode "YqnIyM".tex

Process exited with error(s)

Process exited with error(s)

Process exited with error(s)

发生这种情况时我只打开了一个文档。

有谁知道这是否是正常行为以及它可能意味着什么?奇怪的是,这些消息总是显示pdflatex正在使用而不是已配置lualatex。在上面显示的输出中,前三行代表我按下了F5(构建和查看),而其他项目不是由我的任何有意识的操作引起的。

相关内容