Metafile cleanup

This commit is contained in:
Mark 2023-01-12 10:23:48 -08:00
parent b8711ffb6a
commit 3ff9ea3c50
2 changed files with 5 additions and 16 deletions

4
.gitignore vendored
View File

@ -1,6 +1,10 @@
# Output files
main.pdf
# CI files
/build
/output
# TeX build files
*.synctex.gz*
*.latexmk

17
.vscode/settings.json vendored
View File

@ -1,18 +1,3 @@
{
"latex-workshop.latex.recipe.default": "latexmk (lualatex)",
"cSpell.words": [
"Eulerian",
"Gleizer",
"nosolutions",
"Oleg",
"ORMC",
"Pidgeonhole",
"Radko",
"Combinators",
"coprime",
"cryptosystem",
"Fulkerson",
"multivariable",
"pathgroup"
]
"latex-workshop.latex.recipe.default": "latexmk (lualatex)"
}