Skip to content
Snippets Groups Projects
Commit 4152b442 authored by bernborgess's avatar bernborgess
Browse files

Remove settings and debug

parents 23ea8984 416496f7
No related branches found
Tags 0.1
1 merge request!19Minted 2023 update
Pipeline #54185 passed
......@@ -20,3 +20,4 @@ _minted*/
*.ind
*.synctex.gz
*.bak
.vscode/
{
"latex-workshop.latex.recipe.default": "lualatex+bibtex",
"latex-workshop.latex.tools": [
{
"name": "lualatex",
"command": "lualatex",
"args": [
"-shell-escape",
"-recorder",
"\\def\\nocomments{}\\input{doc.tex}"
],
"env": {},
},
{
"name": "bibtex",
"command": "bibtex",
"args": [
"doc"
],
"env": {},
}
],
"latex-workshop.latex.recipes": [
{
"name": "lualatex+bibtex",
"tools": [
"lualatex",
"bibtex",
"lualatex",
"bibtex",
"lualatex"
]
}
],
"latex-workshop.latex.autoBuild.run": "onSave"
}
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment