diff --git a/VSCode.md b/VSCode.md index 0dd9fce..857275a 100644 --- a/VSCode.md +++ b/VSCode.md @@ -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"` \ No newline at end of file