
我正在 TexStudio 中編寫一個程序,其中包含演算法/偽代碼。
我用的是這裡是第二篇文章幫助編寫偽代碼。
安裝以下軟體套件後:
\usepackage{graphicx}
\usepackage{algpseudocode}
它運行 find 並建立文檔,看起來很棒,但我messages
在命令中收到以下內容,並且它不斷在場景中心閃爍文檔的第一頁(不到一秒鐘)。
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
最好避免使用這些軟體包,或者我可以解決這個問題並停止閃爍和錯誤訊息嗎?
謝謝你的時間。