패키지 설치 후 TexStudio에서 이상한 활동이 발생함

패키지 설치 후 TexStudio에서 이상한 활동이 발생함

저는 TexStudio에서 알고리즘/의사 코드를 포함하는 프로그램을 작성하고 있습니다.

나는두 번째 포스팅은 여기의사 코드 작성을 돕기 위해.

다음 패키지를 설치한 후:

\usepackage{graphicx}
\usepackage{algpseudocode}

find를 실행하고 문서를 빌드하면 보기에는 좋아 보이지만 명령에서 다음과 같은 결과가 나오며 messages장면 중앙에 있는 문서의 첫 번째 페이지가 계속 깜박입니다(1초 미만 동안).

Process started: pdflatex -synctex=1 -interaction=nonstopmode "template".te
Process exited normally
Process started: latex -interaction=nonstopmode "ZP7332".tex
Process started: latex -interaction=nonstopmode "HS7332".tex
Process exited with error(s)
Process started: dvipng.exe -T tight -D 120 "ZP7332".dvi
Process exited with error(s)
Process started: dvipng.exe -T tight -D 120 "HS7332".dvi
Process exited normally
Process exited normally
Process started: latex -interaction=nonstopmode "lK7332".tex
Process exited with error(s)
Process started: dvipng.exe -T tight -D 120 "lK7332".dvi
Process exited normally

이러한 패키지를 사용하지 않는 것이 최선입니까, 아니면 이 문제를 해결하고 깜박이는 오류 메시지를 중지할 수 있습니까?

시간 내 줘서 고마워.

관련 정보