Skip to content

Instantly share code, notes, and snippets.

@megrxu
Created February 23, 2019 12:39
Show Gist options
  • Save megrxu/4f54910f45b123a9360cdcc38a855d52 to your computer and use it in GitHub Desktop.
Save megrxu/4f54910f45b123a9360cdcc38a855d52 to your computer and use it in GitHub Desktop.
latex-workshop
{
"latex-workshop.latex.recipes": [{
"name": "latexmk-thesis",
"tools": [
"latexmk-thesis",
]
}],
"latex-workshop.latex.tools": [{
"name": "latexmk-thesis",
"command": "latexmk",
"args": [
"-xelatex",
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"-outdir=out",
"zjuthesis.tex"
]
}
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment