🔧更改vscode的配置文件
This commit is contained in:
parent
5fc3e3af06
commit
e16d623eec
|
|
@ -76,6 +76,16 @@
|
||||||
"xelatex"
|
"xelatex"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "pdf->mkind->bib->pdf*2",
|
||||||
|
"tools": [
|
||||||
|
"pdflatex",
|
||||||
|
"makeindex",
|
||||||
|
"biber",
|
||||||
|
"pdflatex",
|
||||||
|
"pdflatex"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "xe->bib->xe->xe",
|
"name": "xe->bib->xe->xe",
|
||||||
"tools": [
|
"tools": [
|
||||||
|
|
@ -103,21 +113,18 @@
|
||||||
],
|
],
|
||||||
"latex-workshop.view.pdf.viewer": "external",
|
"latex-workshop.view.pdf.viewer": "external",
|
||||||
|
|
||||||
"latex-workshop.view.pdf.external.command": { // **********
|
|
||||||
"command": "F:/Program Files/SumatraPDF/SumatraPDF.exe", // 注意修改路径
|
|
||||||
"args": [ // **********
|
|
||||||
"%PDF%"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
|
|
||||||
"latex-workshop.view.pdf.external.synctex": { // **********
|
|
||||||
"command": "F:/Program Files/SumatraPDF/SumatraPDF.exe", // 注意修改路径
|
|
||||||
"args": [ // **********
|
|
||||||
"-forward-search",
|
|
||||||
"%TEX%",
|
|
||||||
"%LINE%",
|
|
||||||
"%PDF%"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"files.autoGuessEncoding": true,
|
"files.autoGuessEncoding": true,
|
||||||
|
"workbench.colorTheme": "Quiet Light",
|
||||||
|
"latex-workshop.view.pdf.external.viewer.command": "F:/Program Files/SumatraPDF/SumatraPDF.exe", // 注意修改路径
|
||||||
|
"latex-workshop.view.pdf.external.viewer.args": [
|
||||||
|
"%PDF%"
|
||||||
|
],
|
||||||
|
"latex-workshop.view.pdf.external.synctex.command": "F:/Program Files/SumatraPDF/SumatraPDF.exe", // 注意修改路径
|
||||||
|
"latex-workshop.view.pdf.external.synctex.args": [
|
||||||
|
"-forward-search",
|
||||||
|
"%LINE%",
|
||||||
|
"%PDF%",
|
||||||
|
"%TEX%"
|
||||||
|
],
|
||||||
|
"latex-workshop.latex.recipe.default": "lastUsed",
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue