Skip to content

Instantly share code, notes, and snippets.

@tos-kamiya
Created February 18, 2021 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tos-kamiya/10baa672da6c8bce692b6b3c5dbf4b47 to your computer and use it in GitHub Desktop.
Save tos-kamiya/10baa672da6c8bce692b6b3c5dbf4b47 to your computer and use it in GitHub Desktop.
settings.json
// vscodeのlatex-workshopでcluttexを使うための設定
"latex-workshop.latex.recipes": [
{
"name": "cluttex",
"tools": [
"cluttex"
]
},
],
"latex-workshop.latex.tools": [
{
"name": "cluttex",
"command": "cluttex",
"args": [
"-e", "platex",
"--synctex=1",
"--halt-on-error",
"--interaction=nonstopmode",
"--file-line-error",
"%DOC%"
],
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment