
私はアルゴリズム/疑似コードを含むプログラムを TexStudio で書いています。
私は2番目の投稿はこちら疑似コードの作成に役立ちます。
次のパッケージをインストールした後:
\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
これらのパッケージを避けるのが最善でしょうか、それともこの問題を修正して点滅やエラー メッセージを停止できますか?
御時間ありがとうございます。