###現状
LaTexをコンパイルすると,以下のような問題を指摘されます.
しかし,コンパイル自体は完璧に完了しております.何が原因なのでしょうか.
###settings.json
"latex-workshop.latex.tools": [ { "name": "ptex2pdf", "command": "ptex2pdf", "args": [ "-l", "-ot", "-kanji=utf8 -synctex=1 -interaction=nonstopmode -shell-escape", "%DOCFILE%.tex" ] }, ], "latex-workshop.latex.clean.fileTypes": [ "*.aux", "*.bbl", "*.blg", "*.idx", "*.ind", "*.lof", "*.lot", "*.out", "*.toc", "*.acn", "*.acr", "*.alg", "*.glg", "*.glo", "*.gls", "*.ist", "*.fls", "*.log", "*.fdb_latexmk", "*.synctex.gz", // for Beamer files "_minted*", "*.nav", "*.snm", "*.vrb", ], "latex-workshop.latex.recipes": [ { "name": "ptex2pdf", "tools": [ "ptex2pdf", "ptex2pdf" ] } ], "latex-workshop.latex.clean.enabled": true, "latex-workshop.chktex.enabled": true, "latex-workshop.latex.autoClean.run": "onBuilt", }
###考えられる原因
残念ながら皆目検討もつきません.お力を貸していただけるとありがたいです.
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。