TexStudio は Mac のサブフォルダにファイルをビルドします

TexStudio は Mac のサブフォルダにファイルをビルドします

助けを求めていますが、私が見つけたほとんどのものは動作せず、エラーを引き起こしているようです。それらの多くが 2006 年頃のものだからなのか、それとも私が Mac を使用しているからなのかはわかりません。

TexStudio と BibTex を使用しています。すべてのビルド ファイルをサブフォルダーに入れて、そのフォルダーをクラウドに同期しないように設定したいと考えています。ビルドするたびに、OneDrive は 300 以上の処理を実行し、毎回約 10 分かかります。

PdfLaTex使用してみましたがpdflatex -synctex=1 -interaction=nonstopmode -output-directory=build_folder %.tex、エラーメッセージは表示されずにエラーで終了するようです。

私のサブフォルダは文字通り と呼ばれますbuild_folder。コード行内のその部分は正しいですか、引用符などが必要ですか?

助けてくれてありがとう

編集:Clean Auxillary Files次のメッセージ ボックスとエラーが表示されます。

メッセージボックス:

Could not start Recompile Bibliography:PdfLaTeX:
pdflatex -synctex=1 -interaction=nonstopmode -output-directory=build_folder "main".tex.

メッセージ:

Process started: pdflatex -synctex=1 -interaction=nonstopmode -output-directory=build_folder "main".tex

Process exited with error(s)



Process started: biber "main"

INFO - This is Biber 2.12
INFO - Logfile is 'main.blg'

ERROR - Cannot find control file 'main.bcf'! - Did latex run successfully on your .tex file before you ran biber?
INFO - ERRORS: 1

Process exited with error(s)



Process started: pdflatex -synctex=1 -interaction=nonstopmode -output-directory=build_folder "main".tex

Process exited with error(s)



Process started: pdflatex -synctex=1 -interaction=nonstopmode -output-directory=build_folder "main".tex

Process exited with error(s)

関連情報