Skip to content

Commit

Permalink
fix: 🚑 Fix pipeline to build with LaTeX Workshop
Browse files Browse the repository at this point in the history
  • Loading branch information
totallynotdavid committed Aug 17, 2023
1 parent f55a8cf commit a5ae28f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,19 @@
"settings": {
"files.eol": "\n",
"editor.formatOnSave": true,
"git.autofetch": true,
"files.associations": {
"*.tex": "latex"
},
"latex-workshop.latex.autoClean.run": "onBuilt",
"latex-workshop.latex.clean.subfolder.enabled": true,
"latex-workshop.latex.recipes": [
{
"name": "latexmk (default)",
"tools": [
"latexmk"
]
},
{
"name": "${{ templateOption.latexEngine }} -> biber -> ${{ templateOption.latexEngine }}* 2",
"tools": [
Expand All @@ -28,12 +35,6 @@
"${{ templateOption.latexEngine }}",
"${{ templateOption.latexEngine }}"
]
},
{
"name": "latexmk",
"tools": [
"latexmk"
]
}
],
"latex-workshop.latex.tools": [
Expand Down

0 comments on commit a5ae28f

Please sign in to comment.