{
// "latex-workshop.latex.recipes": [
// {
// "name": "xelatex",
// "tools": [
// "xelatex"
// ]
// },
// {
// "name": "xe*2",
// "tools": [
// "xelatex",
// "xelatex"
// ]
// },
// {
// "name": "xelatex -> bibtex -> xelatex*2",
// "tools": [
// "xelatex",
// "bibtex",
// "xelatex",
// "xelatex"
// ]
// }
// ],
// "latex-workshop.latex.tools": [
// {
// "name": "latexmk",
// "command": "latexmk",
// "args": [
// "-synctex=1",
// "-interaction=nonstopmode",
// "-file-line-error",
// "-pdf",
// "%DOC%"
// ]
// },
// {
// "name": "xelatex",
// "command": "xelatex",
// "args": [
// "-synctex=1",
// "-interaction=nonstopmode",
// "-file-line-error",
// "%DOC%"
// ]
// },
// {
// "name": "bibtex",
// "command": "bibtex",
// "args": [
// "%DOCFILE%"
// ]
// }
// ],
"latex-workshop.latex.recipes": [{
"name": "latexmk",
"tools": [
"latexmk"
]
},
{
"name": "pdflatex -> bibtex -> pdflatex*2",
"tools": [
"pdflatex",
"bibtex",
"pdflatex",
"pdflatex"
]
}
],
"latex-workshop.latex.tools": [{
"name": "latexmk",
"command": "latexmk",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"-pdf",
"%DOC%"
]
}, {
"name": "pdflatex",
"command": "pdflatex",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"%DOC%"
]
}, {
"name": "bibtex",
"command": "bibtex",
"args": [
"%DOCFILE%"
]
}],
"latex-workshop.view.pdf.viewer": "tab",
"window.zoomLevel": 2,
"git.enableSmartCommit": true,
"latex-workshop.latex.autoBuild.run": "never",
"workbench.colorTheme": "Solarized Light"
}
Mac vscode 设置latex setting.json 位置
原创
©著作权归作者所有:来自51CTO博客作者软件工程小施同学的原创作品,请联系作者获取转载授权,否则将追究法律责任
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
vscode setting.json
setting.json 我以前不好用的 但是颜色比较喜欢的黑色的
html git javascript -
vscode-setting.json配置
vscode配置
开发工具 javascript git html css -
VsCode-setting.json用户配置
安装vsCode prettier插件管理->设置setting.json是自己情况使用下列两个其中一个,可修改对应参数{ "workbench.iconTheme":
setting.json 配置 vscode html javascript -
Vscode——编辑setting.json,但显示“无法在只读编辑器中编辑”的一种解决方法
Vscode——编辑setting.json,但显示“无法在只读编辑器中编辑”的一种解决方法一、遇到..
编辑器 vscode json 解决方法 python -
同步vscode的setting.json和extensions
"vc" 详情 拉取
vscode同步配置 github