欢迎访问悦橙教程(wld5.com),关注java教程。悦橙教程  java问答|  每日更新
页面导航 : > > > 文章正文

Mac:VSCode XeLatex 配置,vscodexelatex

来源: javaer 分享于  点击 17944 次 点评:278

Mac:VSCode XeLatex 配置,vscodexelatex


配置文件中:
在右侧user处修改以覆盖配置latex-workshop.latex.toolchain

    "latex-workshop.latex.toolchain":[
        {
            "command": "xelatex",
            "args": [
                "-synctex=1",
                "-interaction=nonstopmode",
                "-file-line-error",
                "%DOC%"
            ]
        },{
            "command":"bibtex",
            "args":[
                "%DOCFILE%"
            ]
        },{
            "command":"xelatex",
            "args":[
                "-synctex=1",
                "-interaction=nonstopmode",
                "-file-line-error",
                "%DOC%"
            ]
        },{
            "command":"xelatex",
            "args":[
                "-synctex=1",
                "-interaction=nonstopmode",
                "-file-line-error",
                "%DOC%"
            ]
        }
    ],

control+option+b编译
control+option+t查看

相关文章

    暂无相关文章

用户点评