Skip to content

请问下latexmk是什么编译? #286

Answered by earthmoon
earthmoon asked this question in Q&A
Discussion options

You must be logged in to vote

您好,

        {
            "name": "latexmk",
            "command": "latexmk",
            "args": [
                "-synctex=1",
                "-interaction=nonstopmode",
                "-file-line-error",
                "-pdf",
                "-outdir=%OUTDIR%",
                "%DOC%"
            ],
            "env": {}
        },

改为

        {
            "name": "latexmk",
            "command": "latexmk",
            "args": [
                "-synctex=1",
                "-interaction=nonstopmode",
                "-file-line-error",
                "-xelatex",
                "-outdir=%OUTDIR%",
                "%DOC%"
            ],
            "env": {}
        },

就好了。我也…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@earthmoon
Comment options

Answer selected by SwitWu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants