Mon, 28 Oct 2019 16:23:22 +0800
parent
ec8b41eef0
commit
3079560651
@ -0,0 +1,49 @@
|
||||
{
|
||||
"latex-workshop.intellisense.package.enabled": true,
|
||||
"latex-workshop.latex.tools": [
|
||||
{
|
||||
"name": "xelatex",
|
||||
"command": "xelatex",
|
||||
"args": [
|
||||
"-synctex=1",
|
||||
"-interaction=nonstopmode",
|
||||
"-file-line-error",
|
||||
"%DOCFILE%"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "pdflatex",
|
||||
"command": "pdflatex",
|
||||
"args": [
|
||||
"-synctex=1",
|
||||
"-interaction=nonstopmode",
|
||||
"-file-line-error",
|
||||
"%DOCFILE%"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "bibtex",
|
||||
"command": "bibtex",
|
||||
"args": [
|
||||
"%DOCFILE%"
|
||||
]
|
||||
}
|
||||
],
|
||||
"latex-workshop.latex.recipes": [
|
||||
{
|
||||
"name": "xelatex",
|
||||
"tools": [
|
||||
"xelatex"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "xe->bib->xe->xe",
|
||||
"tools": [
|
||||
"xelatex",
|
||||
"bibtex",
|
||||
"xelatex",
|
||||
"xelatex"
|
||||
]
|
||||
}
|
||||
],
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue