dfsdfs
作者:互联网
{
"latex-workshop.latex.recipes": [
{
"name": "xelatex->bibtex->xelatex*2",
"tools": [
"xelatex",
"bibtex",
"xelatex",
"xelatex"
]
},
{
"name": "xelatex",
"tools": [
"xelatex"
]
}
],
"latex-workshop.latex.tools":[
{
"name":"xelatex",
"command": "xelatex",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"%DOC%"
]
},
{
"name":"bibtex",
"command": "bibtex",
"args": [
"%DOCFILE%"
]
}
],
//基本主题字体设置
"editor.accessibilityPageSize": 12,
"workbench.colorTheme": "Twilight",
"workbench.iconTheme": "vscode-icons",
"editor.fontFamily": "Consolas, 'Courier New', monospace",
"editor.fontSize": 15,
}
标签:latex,name,bibtex,editor,dfsdfs,xelatex,tools 来源: https://www.cnblogs.com/yutian-blogs/p/15547930.html