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)

관련 정보