latexをremote-wslを使わずにwslのtexでビルドするvscodeの設定
"latex-workshop.latex.outDir": "out",
"latex-workshop.latex.tools": [
{
"name": "latexmk",
"command": "wsl.exe",
"args": [
"/bin/bash",
"-c",
"cd $(wslpath -u %DIR%) && latexmk -synctex=1 -file-line-error -silent -outdir=%OUTDIR% -interaction=nonstopmode %DOCFILE% "
],
},
],
"latex-workshop.latex.recipes": [
{
"name": "latexmk",
"tools": [
"latexmk"
]
},
],
Author And Source
この問題について(latexをremote-wslを使わずにwslのtexでビルドするvscodeの設定), 我々は、より多くの情報をここで見つけました https://qiita.com/jawupy/items/7cf968538c2b3a01e1fc著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .