Skip to content

Instantly share code, notes, and snippets.

@dfm
Created February 17, 2023 13:44
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dfm/695cacaceedb97e8a1c6b6e2f112ec20 to your computer and use it in GitHub Desktop.
Save dfm/695cacaceedb97e8a1c6b6e2f112ec20 to your computer and use it in GitHub Desktop.
Settings for using tectonic with LaTeX Workshop in VSCode
{
"latex-workshop.latex.external.build": {
"command": "tectonic",
"args": ["--print", "--synctex", "%DOC%.tex"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment