From 0ceb75be294ffb080e66eb6753b8b719ede27a93 Mon Sep 17 00:00:00 2001 From: Yu Xiong <181850195@smail.nju.edu.cn> Date: Tue, 30 Nov 2021 13:07:43 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0vscode=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 35 +++++++++-------------------------- 1 file changed, 9 insertions(+), 26 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0d56edc..3029275 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,6 +6,7 @@ "command": "xelatex", "args": [ "-synctex=1", + "-shell-escape", "-interaction=nonstopmode", "-file-line-error", "%DOCFILE%" @@ -32,21 +33,6 @@ "%DOCFILE%" ] }, - { - "name": "makedoc", - "command": "latexmk", - "args": [ - "-xelatex", - "njuthesis.dtx" - ] - }, - { - "name": "extractfile", - "command": "xetex", - "args": [ - "njuthesis.dtx" - ] - } ], "latex-workshop.latex.recipes": [ { @@ -61,12 +47,6 @@ "xelatex" ] }, - { - "name": "lualatex", - "tools": [ - "lualatex" - ] - }, { "name": "xe->bib->xe->xe", "tools": [ @@ -77,16 +57,19 @@ ] }, { - "name": "makedoc", + "name": "lualatex", "tools": [ - "makedoc" + "lualatex" ] }, { - "name": "extractfile", + "name": "lua->bib->lua->lua", "tools": [ - "extractfile" + "lualatex", + "biber", + "lualatex", + "lualatex" ] - } + }, ] } -- GitLab