Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f1e65b2624 |
1 changed files with 17 additions and 0 deletions
17
.vscode/settings.json
vendored
Normal file
17
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"latex-workshop.latex.recipes": [
|
||||||
|
{
|
||||||
|
"name": "sample-report",
|
||||||
|
"tools": ["sample-report"]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"latex-workshop.latex.tools": [
|
||||||
|
{
|
||||||
|
"name": "sample-report",
|
||||||
|
"command": "xelatex",
|
||||||
|
"args": ["-shell-escape", "report"],
|
||||||
|
"env": {}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"latex-workshop.latex.recipe.default": "sample-report"
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue