![Texmaker의 PdfLaTeX가 작동하지 않습니다. 명령을 시작할 수 없습니다. pdflatex -synctex=1 -interaction=nonstopmode %.tex](https://rvso.com/image/390908/Texmaker%EC%9D%98%20PdfLaTeX%EA%B0%80%20%EC%9E%91%EB%8F%99%ED%95%98%EC%A7%80%20%EC%95%8A%EC%8A%B5%EB%8B%88%EB%8B%A4.%20%EB%AA%85%EB%A0%B9%EC%9D%84%20%EC%8B%9C%EC%9E%91%ED%95%A0%20%EC%88%98%20%EC%97%86%EC%8A%B5%EB%8B%88%EB%8B%A4.%20pdflatex%20-synctex%3D1%20-interaction%3Dnonstopmode%20%25.tex.png)
Windows 10에 MiKTeX 2.9와 Texmaker 5.0.3을 설치했으며 테스트하기 위해 간단한 파일을 "빠른 빌드"하려고 합니다. 파일:
\documentclass[11pt]{scrartcl}
\begin{document}
Hello world!
\end{document}
CMD를 열고 pdflatex를 입력하면 출력은 다음과 같으며 This is pdfTeX, Version 3.14159265-2.6-1.40.19 (MiKTeX 2.9.6730 64-bit)
설정의 두 명령은 다음과 같습니다.
LaTeX
latex -interaction=nonstopmode %.tex
PdfLaTeX
pdflatex -synctex=1 -interaction=nonstopmode %.tex
그리고 내가 다른 게시물에서 읽은 내용에 따르면 그 말이 맞는 것 같습니다. 빠른 빌드에서 PDFLaTeX로 전환하면 오류가 발생합니다.Logfile not found!
CMD에서 사용할 때 pdflatex -synctex=1 -interaction=nonstopmode einsteiger.tex
오류는 다음과 같습니다.
This is pdfTeX, Version 3.14159265-2.6-1.40.19 (MiKTeX 2.9.6730 64-bit)
(Fatal format file error; I'm stymied)
나는 이것을 읽었다Texmaker의 PdfLaTeX가 작동하지 않습니다: "명령을 시작할 수 없습니다"하지만 답변으로 태그된 내용이 이미 내 구성에 있기 때문에 동일하지 않습니다. 여기에 무엇이 문제인지 전혀 알 수 없습니다. 필요한 것이 있으면 화면을 제공할 수 있습니다.