Skip to content
Snippets Groups Projects
Commit 4bf183f3 authored by bernborgess's avatar bernborgess
Browse files

Update the gitignore and settings for latex build

parent 1ec03c06
No related branches found
No related tags found
1 merge request!19Minted 2023 update
_minted-*/
_minted*/
*.aux
*.bbl
*.blg
......
......@@ -7,7 +7,7 @@
"args": [
"-shell-escape",
"-recorder",
"\\def\\nocomments{}\\input{spec/doc.tex}"
"\\def\\nocomments{}\\input{doc.tex}"
],
"env": {},
},
......@@ -15,7 +15,7 @@
"name": "bibtex",
"command": "bibtex",
"args": [
"spec/doc"
"doc"
],
"env": {},
}
......
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