From 4475d4fa30b4e3e2a0a2e124535dd00800f116b1 Mon Sep 17 00:00:00 2001 From: Anri Date: Sat, 30 Jul 2022 00:17:14 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'VSCode'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VSCode.md | 36 ++---------------------------------- 1 file changed, 2 insertions(+), 34 deletions(-) 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