Skip to content

Instantly share code, notes, and snippets.

@rxon
Created July 18, 2021 05:36
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 rxon/79478d9e1aea0f23be878546a120f285 to your computer and use it in GitHub Desktop.
Save rxon/79478d9e1aea0f23be878546a120f285 to your computer and use it in GitHub Desktop.
vscode setting
{
"editor.accessibilitySupport": "off",
"latex-workshop.view.pdf.viewer": "tab",
"editor.wordWrap": "on",
"workbench.colorTheme": "Monokai",
"editor.fontSize": 14,
"files.exclude": {
"**/*.aux": true,
"**/*.log": true
},
"latex-workshop.latex.tools": [
{
"name": "latexmk",
"command": "ptex2pdf",
"args": [
"-l",
"-u",
"%DOC%"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment