Skip to content
Snippets Groups Projects

Minted 2023 update

Open Bernardo Borges requested to merge minted-2023-update into master
3 files
+ 361
398
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 0
36
{
"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
Loading