mirror of
https://github.com/vofy/fekt-scara.git
synced 2025-04-27 10:51:01 +02:00
176 lines
No EOL
4.2 KiB
JSON
176 lines
No EOL
4.2 KiB
JSON
{
|
|
"latex-workshop.formatting.latex": "latexindent",
|
|
"latex-workshop.latex.outDir": "%DIR%/out",
|
|
"files.autoSave": "afterDelay",
|
|
"latex-workshop.synctex.afterBuild.enabled": true,
|
|
"latex-workshop.view.outline.sync.viewer": true,
|
|
"editor.scrollbar.scrollByPage": true,
|
|
"editor.find.cursorMoveOnType": true,
|
|
"markdownlint.config": {
|
|
"MD024": false
|
|
},
|
|
"cSpell.words": [
|
|
"affordances",
|
|
"bowden",
|
|
"Creality",
|
|
"drivery",
|
|
"drybox",
|
|
"extruderem",
|
|
"extruderu",
|
|
"Extrudery",
|
|
"filamentu",
|
|
"filamentů",
|
|
"gyroid",
|
|
"heatsink",
|
|
"hotend",
|
|
"hotendu",
|
|
"Klipper",
|
|
"Klipperu",
|
|
"Klippy",
|
|
"logotypu",
|
|
"MCPCB",
|
|
"Mikrokontroler",
|
|
"mikrokontrolerem",
|
|
"PETG",
|
|
"pluginů",
|
|
"polyetherimid",
|
|
"polyimidová",
|
|
"PTFE",
|
|
"Pythonu",
|
|
"Rektilineární",
|
|
"SCARA",
|
|
"sliceru",
|
|
"Stereolithography",
|
|
"stringování",
|
|
"texturované",
|
|
"Voron",
|
|
"vytláčení"
|
|
],
|
|
"latex-workshop.latex.tools": [
|
|
{
|
|
"name": "latexmk",
|
|
"command": "latexmk",
|
|
"args": [
|
|
"-shell-escape",
|
|
"-synctex=1",
|
|
"-interaction=nonstopmode",
|
|
"-file-line-error",
|
|
"-pdf",
|
|
"-outdir=%OUTDIR%",
|
|
"%DOC%"
|
|
],
|
|
"env": {}
|
|
},
|
|
{
|
|
"name": "lualatexmk",
|
|
"command": "latexmk",
|
|
"args": [
|
|
"-synctex=1",
|
|
"-interaction=nonstopmode",
|
|
"-file-line-error",
|
|
"-lualatex",
|
|
"-outdir=%OUTDIR%",
|
|
"%DOC%"
|
|
],
|
|
"env": {}
|
|
},
|
|
{
|
|
"name": "xelatexmk",
|
|
"command": "latexmk",
|
|
"args": [
|
|
"-synctex=1",
|
|
"-interaction=nonstopmode",
|
|
"-file-line-error",
|
|
"-xelatex",
|
|
"-outdir=%OUTDIR%",
|
|
"%DOC%"
|
|
],
|
|
"env": {}
|
|
},
|
|
{
|
|
"name": "latexmk_rconly",
|
|
"command": "latexmk",
|
|
"args": [
|
|
"%DOC%"
|
|
],
|
|
"env": {}
|
|
},
|
|
{
|
|
"name": "pdflatex",
|
|
"command": "pdflatex",
|
|
"args": [
|
|
"-synctex=1",
|
|
"-interaction=nonstopmode",
|
|
"-file-line-error",
|
|
"%DOC%"
|
|
],
|
|
"env": {}
|
|
},
|
|
{
|
|
"name": "bibtex",
|
|
"command": "bibtex",
|
|
"args": [
|
|
"%DOCFILE%"
|
|
],
|
|
"env": {}
|
|
},
|
|
{
|
|
"name": "rnw2tex",
|
|
"command": "Rscript",
|
|
"args": [
|
|
"-e",
|
|
"knitr::opts_knit$set(concordance = TRUE); knitr::knit('%DOCFILE_EXT%')"
|
|
],
|
|
"env": {}
|
|
},
|
|
{
|
|
"name": "jnw2tex",
|
|
"command": "julia",
|
|
"args": [
|
|
"-e",
|
|
"using Weave; weave(\"%DOC_EXT%\", doctype=\"tex\")"
|
|
],
|
|
"env": {}
|
|
},
|
|
{
|
|
"name": "jnw2texminted",
|
|
"command": "julia",
|
|
"args": [
|
|
"-e",
|
|
"using Weave; weave(\"%DOC_EXT%\", doctype=\"texminted\")"
|
|
],
|
|
"env": {}
|
|
},
|
|
{
|
|
"name": "pnw2tex",
|
|
"command": "pweave",
|
|
"args": [
|
|
"-f",
|
|
"tex",
|
|
"%DOC_EXT%"
|
|
],
|
|
"env": {}
|
|
},
|
|
{
|
|
"name": "pnw2texminted",
|
|
"command": "pweave",
|
|
"args": [
|
|
"-f",
|
|
"texminted",
|
|
"%DOC_EXT%"
|
|
],
|
|
"env": {}
|
|
},
|
|
{
|
|
"name": "tectonic",
|
|
"command": "tectonic",
|
|
"args": [
|
|
"--synctex",
|
|
"--keep-logs",
|
|
"--print",
|
|
"%DOC%.tex"
|
|
],
|
|
"env": {}
|
|
}
|
|
]
|
|
} |