init HH2505
This commit is contained in:
34
.vscode/settings.json
vendored
Normal file
34
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"latex-workshop.latex.tools": [
|
||||
{
|
||||
"name": "xelatex",
|
||||
"command": "xelatex",
|
||||
"args": [
|
||||
"-shell-escape",
|
||||
"-synctex=1",
|
||||
"-interaction=nonstopmode",
|
||||
"%DOC%"
|
||||
]
|
||||
},
|
||||
],
|
||||
"latex-workshop.latex.recipes": [
|
||||
{
|
||||
"name": "XeLaTeX (2 passes)",
|
||||
"tools": [
|
||||
"xelatex",
|
||||
]
|
||||
},
|
||||
],
|
||||
"latex-workshop.latex.recipe.default": "XeLaTeX (2 passes)",
|
||||
"cSpell.language": "cs",
|
||||
"latex-workshop.formatting.latex": "latexindent",
|
||||
"cSpell.enabledFileTypes": {
|
||||
"tex": true
|
||||
},
|
||||
"rewrap.autoWrap.enabled": true,
|
||||
"remote.defaultExtensionsIfInstalledLocally": [
|
||||
"GitHub.copilot",
|
||||
"GitHub.copilot-chat",
|
||||
"GitHub.vscode-pull-request-github"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user