2022-04-01から1ヶ月間の記事一覧

備忘録的 俺のVSCodeの設定ファイル

{ "latex-workshop.latex.tools": [ { "name": "ptex2pdf", "command": "ptex2pdf", "args": [ "-l", "-interaction=nonstopmode", "-ot", "-kanji=utf8 -synctex=1 -interaction=nonstopmode -shell-escape", "%DOCFILE%.tex" ] }, ], "latex-workshop.late…