{
"latex-workshop.latex.recipes": [
{
"name": "xelatex",
"tools": ["xelatex"]
},
{
"name": "bibtex",
"tools": ["bibtex",]
},
{
"name": "pdflatex",
"tools": ["pdflatex"]
}
],
"latex-workshop.latex.tools": [{
"name": "xelatex",
"command": "xelatex",
"args": [
"--shell-escape",
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"%DOC%"
]
},
{
"name": "pdflatex",
"command": "pdflatex",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"%DOC%"
]
},
{
"name": "bibtex",
"command": "bibtex",
"args": [
"%DOCFILE%"
]
}
],
"latex-workshop.view.pdf.viewer": "tab",
"vim.useSystemClipboard": true,
"vim.useCtrlKeys": false,
"window.zoomLevel": 1,
"ltex.workspaceFolderDictionary": {
"en-US": [
"Hoeffding"
]
},
"http.proxyAuthorization": null,
"C_Cpp.updateChannel": "Insiders",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"python.pythonPath": "C:\\Users\\84919\\AppData\\Local\\Programs\\Python\\Python38\\python.exe",
"jupyter.askForKernelRestart": false,
"latex-workshop.latex.autoBuild.cleanAndRetry.enabled": false,
"python.showStartPage": false,
"editor.cursorStyle": "line",
"editor.insertSpaces": false,
"editor.lineNumbers": "on",
"editor.wordSeparators": "/\\()\"':,.;<>~!@#$%^&*|+=[]{}`?-",
"editor.wordWrap": "off",
"security.workspace.trust.enabled": false,
"python.defaultInterpreterPath": "C:\\Users\\84919\\AppData\\Local\\Programs\\Python\\Python38\\python.exe",
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
}