Commit 6838ce6e authored by liziwl's avatar liziwl
Browse files

fix LaTeX WorkShop 更新导致设置需要更改,否则编译可能会出现undefined问题

Fixes #92
parent 2f181745
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
    "latex-workshop.intellisense.unimathsymbols.enabled": true,
    "latex-workshop.latex.autoBuild.run": "onSave",
    "latex-workshop.latex.recipe.default": "lastUsed",
    "latex-workshop.latex.build.forceRecipeUsage": true,
    "latex-workshop.latex.build.enableMagicComments": false,
    "latex-workshop.latex.recipes": [
        {
            "name": "latexmk for sustechthesis",
@@ -20,7 +20,7 @@
            "tools": [
                "xetex-sustechthesis"
            ]
        },
        }
    ],
    "latex-workshop.latex.tools": [
        {