LaTeX 발행 오류

LaTeX 발행 오류

다음과 같은 오류가 발생합니다.

! Package minted Error: You must invoke LaTeX with the -shell-escape flag.
! Package minted Error: You must have `pygmentize' installed to use this packag

TexMaker 설정에서 나는 다음과 같이 썼습니다:

LaTeX: "/usr/texbin/latex" -interaction=nonstopmode %.tex -shell-escape

PdfLaTex: "/usr/texbin/pdflatex" -synctex=1 -interaction=nonstopmode %.tex -shell-escape

하지만 오류는 여전히 사라지지 않습니다 ...

답변1

오류는 다음과 같습니다! Package minted Error: You must invoke LaTeX with the -shell-escape flag.

따라서 컴파일 시 플래그를 사용해야 합니다 -shell-escape. 즉, 파일 이름 앞에 플래그를 사용해야 합니다.

이렇게하려면 %.tex끝으로 이동하십시오.

-interaction=nonstopmode -shell-escape %.tex

답변2

비슷한 문제에 직면한 미래의 사용자를 위해 이 글을 게시하겠습니다.

바이러스 백신 프로그램을 확인하세요.제 경우에는 "Norton"이 "pygmentize.exe" 프로세스를 차단했습니다.

팔로우 오류가 발생했습니다.

Package minted Error: Cannot find Pygments style default. \end{minted}

관련 정보