json 针对MiKTex的VS Code latex-workshop扩展设置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json 针对MiKTex的VS Code latex-workshop扩展设置相关的知识,希望对你有一定的参考价值。

{
    "latex-workshop.latex.recipes": [
        {
            "name": "latexmk",
            "tools": [
                "xelatex"
            ]
        },
        {
            "name": "pdflatex -> bibtex -> pdflatex*2",
            "tools": [
                "xelatex",
                "bibtex",
                "xelatex",
                "xelatex"
            ]
        }
    ],
    "latex-workshop.latex.tools": [
        {
            "name": "xelatex",
            "command": "xelatex",
            "args": [
                "-synctex=1",
                "-interaction=nonstopmode",
                "-file-line-error",
                "%DOC%"
            ]
        },
        {
            "name": "bibtex",
            "command": "bibtex",
            "args": [
                "%DOCFILE%"
            ]
        }
    ]
}

以上是关于json 针对MiKTex的VS Code latex-workshop扩展设置的主要内容,如果未能解决你的问题,请参考以下文章

VS Code 单文件多文件(工程) 配置文件

未绑定断点 - VS Code |铬 |角

json VS Code Settings.json

json VS Code终端的特殊字体

json VS Code Config

json VS CODE SNIPPET