Skip to content
Snippets Groups Projects
Commit 1ec03c06 authored by bernborgess's avatar bernborgess
Browse files

Updating minted files and gitlab pipeline 2023

parent c9505bb8
No related branches found
No related tags found
1 merge request!19Minted 2023 update
......@@ -8,6 +8,7 @@ build:
stage: build
before_script:
- apk add py3-pygments
- cp .latexminted_config.global $HOME/.latexminted_config
script:
- cd spec
- lualatex -shell-escape -recorder '\def\nocomments{}\input{doc.tex}'
......
{
"latex-workshop.latex.recipe.default": "lualatex+bibtex",
"latex-workshop.latex.tools": [
{
"name": "lualatex",
"command": "lualatex",
"args": [
"-shell-escape",
"-recorder",
"\\def\\nocomments{}\\input{spec/doc.tex}"
],
"env": {},
},
{
"name": "bibtex",
"command": "bibtex",
"args": [
"spec/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
{
"custom_lexers": {
"highlight.py": "52a12c68c13627ea0161711365490cfa6112192fcb66be974db857ecc1adc1fe"
}
}
\ 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