Mac:VSCode XeLatex 配置,vscodexelatex
分享于 点击 17944 次 点评:278
Mac:VSCode XeLatex 配置,vscodexelatex
配置文件中:
在右侧user处修改以覆盖配置latex-workshop.latex.toolchain
"latex-workshop.latex.toolchain":[
{
"command": "xelatex",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"%DOC%"
]
},{
"command":"bibtex",
"args":[
"%DOCFILE%"
]
},{
"command":"xelatex",
"args":[
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"%DOC%"
]
},{
"command":"xelatex",
"args":[
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"%DOC%"
]
}
],
control+option+b编译
control+option+t查看
相关文章
- 暂无相关文章
用户点评