Compare commits

..

No commits in common. "custom" and "main" have entirely different histories.
custom ... main

17
.vscode/settings.json vendored
View file

@ -1,17 +0,0 @@
{
"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"
}