{
"editor.minimap.enabled": true,
"latex-workshop.latex.tools": [
{
"name": "xelatex",
"command": "xelatex",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"%DOC%"
]
},
{
"name": "pdflatex",
"command": "pdflatex",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"%DOC%"
]
},
{
"name": "latexmk",
"command": "latexmk",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"-pdf",
"%DOC%"
]
},
{
"name": "lualatex",
"command": "lualatex",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"%DOC%"
]
},
{
"name": "bibtex",
"command": "bibtex",
"args": [
"%DOCFILE%"
]
},
{
"name": "biber",
"command": "biber",
"args": [
"%DOCFILE%"
]
},
],
"latex-workshop.latex.recipes": [
{
"name": "PDFLaTeX",
"tools": [
"pdflatex"
]
},
{
"name": "XeLaTeX",
"tools": [
"xelatex"
]
},
{
"name": "LuaLaTeX",
"tools": ["lualatex"]
},
{
"name": "BibTeX",
"tools": [
"bibtex"
]
},
{
"name": "latexmk",
"tools": [
"latexmk"
]
},
{
"name": "Biber",
"tools": [
"biber"
]
},
{
"name": "PDFLaTeX -> BibTeX -> PDFLaTeX*2",
"tools": [
"pdflatex",
"bibtex",
"pdflatex",
"pdflatex"
]
},
{
"name": "XeLaTeX -> BibTeX -> XeLaTeX*2",
"tools": [
"xelatex",
"bibtex",
"xelatex",
"xelatex"
]
},
{
"name": "pdflatex -> biber -> pdflatex*2",
"tools": ["pdflatex", "biber", "pdflatex", "pdflatex"]
},
],
"latex-workshop.latex.clean.fileTypes": [
"*.aux",
"*.bbl",
"*.blg",
"*.idx",
"*.ind",
"*.lof",
"*.lot",
"*.out",
"*.toc",
"*.acn",
"*.acr",
"*.alg",
"*.glg",
"*.glo",
"*.gls",
"*.ist",
"*.fls",
"*.log",
"*.fdb_latexmk"
],
"latex-workshop.view.pdf.external.synctex.args": [
"-r",
"-b",
"%LINE%",
"%PDF%",
"%TEX%"
],
"latex-workshop.showContextMenu": true,
"latex-workshop.view.pdf.internal.synctex.keybinding": "double-click",
"latex-workshop.intellisense.package.enabled": true,
"latex-workshop.message.error.show" : false,
"latex-workshop.message.warning.show": false,
"latex-workshop.latex.autoClean.run": "never",
"latex-workshop.latex.autoBuild.run": "never",
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 60,
"latex-workshop.latex.recipe.default": "lastUsed",
"git.autofetch": "all",
"git.enableSmartCommit": true,
"git.ignoreMissingGitWarning": true,
"cSpell.userWords": [
"ahler",
"antiholomorphic",
"Aronszajn's",
"astheno",
"Beltrami",
"biharmonic",
"Christoffel",
"Civita",
"coarea",
"codifferential",
"codimension",
"coframe",
"cohomology",
"conformally",
"Dragomir",
"Eells",
"extremal",
"extremals",
"extremize",
"fiberwise",
"Frobenius",
"functionals",
"hler",
"holomorphicity",
"homotopic",
"homotopically",
"Homotopy",
"Hörmander's",
"hypersurface",
"Jin's",
"Kaehler",
"Kähler",
"Konderak",
"Koszul",
"Lichnerowicz",
"Liouville",
"Lipschitz",
"morphism",
"noncompact",
"nonpositive",
"orientable",
"Paneitz",
"pluriharmonic",
"projectable",
"pseudoconvex",
"pseudoharmonic",
"Reeb",
"Ricci",
"Riemannian",
"Sasaki",
"Sasakian",
"Schwarz",
"selfadjoint",
"semilinear",
"subbundle",
"subbundles",
"subelliptic",
"submanifold",
"submanifolds",
"superharmonic",
"Tanaka",
"Tommasoli",
"transversally",
"Weingarten",
"Wolak",
"Yuxin"
],
"[latex]": {
"editor.wordWrap": "on"
},
"security.workspace.trust.untrustedFiles": "open",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 1200,
"workbench.iconTheme": "material-icon-theme",
"workbench.colorCustomizations": {
"editor.selectionBackground": "#80cbc4"
},
"workbench.colorTheme": "Noctis Lilac",
}