init HH2505

This commit is contained in:
2025-05-23 21:23:36 +02:00
commit f22dc43973
13 changed files with 237 additions and 0 deletions

34
.vscode/settings.json vendored Normal file
View 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"
]
}