Mac 上的 TexStudio 在子資料夾中建立文件

Mac 上的 TexStudio 在子資料夾中建立文件

在尋求幫助時,我發現大多數事情似乎都不起作用並導致錯誤。不確定是因為其中很多都是 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)

相關內容