
私は今年の TeXlive ディストリビューションを搭載した Ubuntu 20.04 で TeXstudio を使用しています。TeXstudio は TeXstudio 2.12.22 (ビルド: 2.12.22+debian-1build1) として報告されます。
私には理解できない理由で、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)
これが発生した時点では、開いているドキュメントは 1 つだけです。
これが正常な動作であるべきかどうか、またそれが何を意味するのか、誰か分かるでしょうか? 奇妙なことに、これらのメッセージは常に、pdflatex
設定されたものではなく、使用されていることが表示されますlualatex
。 上記の出力では、最初の 3 行は私が (Build & View) を押したことを表していますF5が、他の項目は私の意識的な操作によって発生したものではありません。