Mise à jour de 'VSCode'

Anri 2022-07-30 00:17:14 +02:00
parent d64324e342
commit 4475d4fa30

@ -37,41 +37,9 @@
- `"git.enableSmartCommit": true`
- `"latex-workshop.bibtex-format.tab": "4 spaces"`, j'aime les 4 espaces
- pour [faire fonctionner](https://leportella.com/minted-vscode/) [Minted](https://tug.ctan.org/macros/latex/contrib/minted/minted.pdf)
- pour [faire fonctionner](https://leportella.com/minted-vscode/) [Minted](https://tug.ctan.org/macros/latex/contrib/minted/minted.pdf), il faut ajouter ⤵ comme argument à `latexmk`
```json
"latex-workshop.latex.tools": [
{
"name": "latexmk",
"command": "latexmk",
"args": [
"--shell-escape",
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"-pdf",
"-outdir=%OUTDIR%",
"%DOC%"
]
},
{
"name": "pdflatex",
"command": "pdflatex",
"args": [
"--shell-escape",
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"%DOC%"
]
},
{
"name": "bibtex",
"command": "bibtex",
"args": [
"%DOCFILE%"
]
}
]
--shell-escape
```
- `"latex-workshop.message.warning.show": false`, c'est horripilant
- `"latex-workshop.view.pdf.viewer": "tab"`