Mise à jour de 'VSCode'
parent
d64324e342
commit
4475d4fa30
1 changed files with 2 additions and 34 deletions
36
VSCode.md
36
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"`
|
Loading…
Reference in a new issue