Skip to content
Snippets Groups Projects
Commit 0ceb75be authored by Yu Xiong's avatar Yu Xiong :confounded:
Browse files

chore: 更新vscode插件配置

parent 6adf1251
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"command": "xelatex", "command": "xelatex",
"args": [ "args": [
"-synctex=1", "-synctex=1",
"-shell-escape",
"-interaction=nonstopmode", "-interaction=nonstopmode",
"-file-line-error", "-file-line-error",
"%DOCFILE%" "%DOCFILE%"
...@@ -32,21 +33,6 @@ ...@@ -32,21 +33,6 @@
"%DOCFILE%" "%DOCFILE%"
] ]
}, },
{
"name": "makedoc",
"command": "latexmk",
"args": [
"-xelatex",
"njuthesis.dtx"
]
},
{
"name": "extractfile",
"command": "xetex",
"args": [
"njuthesis.dtx"
]
}
], ],
"latex-workshop.latex.recipes": [ "latex-workshop.latex.recipes": [
{ {
...@@ -61,12 +47,6 @@ ...@@ -61,12 +47,6 @@
"xelatex" "xelatex"
] ]
}, },
{
"name": "lualatex",
"tools": [
"lualatex"
]
},
{ {
"name": "xe->bib->xe->xe", "name": "xe->bib->xe->xe",
"tools": [ "tools": [
...@@ -77,16 +57,19 @@ ...@@ -77,16 +57,19 @@
] ]
}, },
{ {
"name": "makedoc", "name": "lualatex",
"tools": [ "tools": [
"makedoc" "lualatex"
] ]
}, },
{ {
"name": "extractfile", "name": "lua->bib->lua->lua",
"tools": [ "tools": [
"extractfile" "lualatex",
"biber",
"lualatex",
"lualatex"
] ]
} },
] ]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment