Skip to content

Instantly share code, notes, and snippets.

@spino327
Created December 8, 2019 06:08
Show Gist options
  • Save spino327/3a88d906298369184c682ec445e1f45e to your computer and use it in GitHub Desktop.
Save spino327/3a88d906298369184c682ec445e1f45e to your computer and use it in GitHub Desktop.
VS Code latex-workshop conf
{
"latex-workshop.latex.tools": [
{
"name": "use_make",
"command": "make",
"args": [
"pdf"
]
}
],
"latex-workshop.latex.recipes": [
{
"name": "make",
"tools": [
"use_make"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment