配置文件中:
在右侧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查看
本文介绍了如何在Mac系统中使用VSCode配置XeLaTeX环境,包括修改用户配置文件设置,以及通过快捷键control+option+b进行编译和control+option+t查看输出的操作。
2733

被折叠的 条评论
为什么被折叠?



