mirror of
https://github.com/janishutz/eth-summaries.git
synced 2025-11-25 02:24:23 +00:00
[GitIgnore] -- .vscode
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -12,6 +12,9 @@
|
|||||||
*.cb2
|
*.cb2
|
||||||
.*.lb
|
.*.lb
|
||||||
|
|
||||||
|
# VS code
|
||||||
|
.vscode
|
||||||
|
|
||||||
## Intermediate documents:
|
## Intermediate documents:
|
||||||
*.dvi
|
*.dvi
|
||||||
*.xdv
|
*.xdv
|
||||||
|
|||||||
129
.vscode/settings.json
vendored
129
.vscode/settings.json
vendored
@@ -1,129 +0,0 @@
|
|||||||
{
|
|
||||||
"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": {}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Binary file not shown.
Reference in New Issue
Block a user